Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78C7F181DB for ; Fri, 11 Mar 2016 09:27:55 +0000 (UTC) Received: (qmail 47023 invoked by uid 500); 11 Mar 2016 09:27:55 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 46973 invoked by uid 500); 11 Mar 2016 09:27:55 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 46867 invoked by uid 99); 11 Mar 2016 09:27:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2016 09:27:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E567CDFFB9; Fri, 11 Mar 2016 09:27:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Fri, 11 Mar 2016 09:27:55 -0000 Message-Id: <485cd363417c40d2992211cd83d23754@git.apache.org> In-Reply-To: <77f162d8e8e747b5a07a88e899597be2@git.apache.org> References: <77f162d8e8e747b5a07a88e899597be2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] camel git commit: Fixed RAT license check Fixed RAT license check Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/abcfaf23 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/abcfaf23 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/abcfaf23 Branch: refs/heads/master Commit: abcfaf23e454e61dc2f3cfef674ca20e8d780e4e Parents: b99c61d Author: Claus Ibsen Authored: Fri Mar 11 10:01:42 2016 +0100 Committer: Claus Ibsen Committed: Fri Mar 11 10:27:46 2016 +0100 ---------------------------------------------------------------------- .../services/org/apache/camel/component/etcd | 17 +++++++++++++++++ components/camel-jcache/pom.xml | 16 ++++++++++++++++ .../services/org/apache/camel/component/jcache | 17 +++++++++++++++++ .../services/org/apache/camel/component/mllp | 17 +++++++++++++++++ components/pom.xml | 3 ++- .../src/main/resources/jms.properties | 16 ++++++++++++++++ .../META-INF/apache-deltaspike.properties | 16 ++++++++++++++++ .../src/main/resources/application.properties | 16 ++++++++++++++++ platforms/commands/commands-spring-boot/pom.xml | 16 ++++++++++++++++ .../META-INF/services/org.crsh.plugin.CRaSHPlugin | 16 ++++++++++++++++ pom.xml | 5 +++++ 11 files changed, 154 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/components/camel-etcd/src/main/resources/META-INF/services/org/apache/camel/component/etcd ---------------------------------------------------------------------- diff --git a/components/camel-etcd/src/main/resources/META-INF/services/org/apache/camel/component/etcd b/components/camel-etcd/src/main/resources/META-INF/services/org/apache/camel/component/etcd index 5f6b3f0..5d21d89 100644 --- a/components/camel-etcd/src/main/resources/META-INF/services/org/apache/camel/component/etcd +++ b/components/camel-etcd/src/main/resources/META-INF/services/org/apache/camel/component/etcd @@ -1 +1,18 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + class=org.apache.camel.component.etcd.EtcdComponent http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/components/camel-jcache/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jcache/pom.xml b/components/camel-jcache/pom.xml index 33009f4..3eff16b 100644 --- a/components/camel-jcache/pom.xml +++ b/components/camel-jcache/pom.xml @@ -1,4 +1,20 @@ + 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/components/camel-jcache/src/main/resources/META-INF/services/org/apache/camel/component/jcache ---------------------------------------------------------------------- diff --git a/components/camel-jcache/src/main/resources/META-INF/services/org/apache/camel/component/jcache b/components/camel-jcache/src/main/resources/META-INF/services/org/apache/camel/component/jcache index bbf037c..4ebc5df 100644 --- a/components/camel-jcache/src/main/resources/META-INF/services/org/apache/camel/component/jcache +++ b/components/camel-jcache/src/main/resources/META-INF/services/org/apache/camel/component/jcache @@ -1 +1,18 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + class=org.apache.camel.component.jcache.JCacheComponent http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/components/camel-mllp/src/main/resources/META-INF/services/org/apache/camel/component/mllp ---------------------------------------------------------------------- diff --git a/components/camel-mllp/src/main/resources/META-INF/services/org/apache/camel/component/mllp b/components/camel-mllp/src/main/resources/META-INF/services/org/apache/camel/component/mllp index 3aedcac..9544c9f 100644 --- a/components/camel-mllp/src/main/resources/META-INF/services/org/apache/camel/component/mllp +++ b/components/camel-mllp/src/main/resources/META-INF/services/org/apache/camel/component/mllp @@ -1 +1,18 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + class=org.apache.camel.component.mllp.MllpComponent http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/components/pom.xml ---------------------------------------------------------------------- diff --git a/components/pom.xml b/components/pom.xml index fbef878..22383c4 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -14,7 +14,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> +--> + 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/examples/camel-example-cdi-osgi/src/main/resources/jms.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-cdi-osgi/src/main/resources/jms.properties b/examples/camel-example-cdi-osgi/src/main/resources/jms.properties index 5befb53..cd6dc76 100644 --- a/examples/camel-example-cdi-osgi/src/main/resources/jms.properties +++ b/examples/camel-example-cdi-osgi/src/main/resources/jms.properties @@ -1 +1,17 @@ +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. + jms.maxConnections=4 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/examples/camel-example-cdi-properties/src/main/resources/META-INF/apache-deltaspike.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-cdi-properties/src/main/resources/META-INF/apache-deltaspike.properties b/examples/camel-example-cdi-properties/src/main/resources/META-INF/apache-deltaspike.properties index 358e7d4..244b7fa 100644 --- a/examples/camel-example-cdi-properties/src/main/resources/META-INF/apache-deltaspike.properties +++ b/examples/camel-example-cdi-properties/src/main/resources/META-INF/apache-deltaspike.properties @@ -1,2 +1,18 @@ +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. + destination=direct:hello message=Hello \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/examples/camel-example-spring-boot-metrics/src/main/resources/application.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot-metrics/src/main/resources/application.properties b/examples/camel-example-spring-boot-metrics/src/main/resources/application.properties index 1f2aa04..b4fd77a 100644 --- a/examples/camel-example-spring-boot-metrics/src/main/resources/application.properties +++ b/examples/camel-example-spring-boot-metrics/src/main/resources/application.properties @@ -1,2 +1,18 @@ +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. + info.build.name=Example of sending camel metrics to Graphite camel.springboot.name=camel-example-spring-boot-metrics http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/platforms/commands/commands-spring-boot/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/commands/commands-spring-boot/pom.xml b/platforms/commands/commands-spring-boot/pom.xml index f1742d0..5b6d4e6 100755 --- a/platforms/commands/commands-spring-boot/pom.xml +++ b/platforms/commands/commands-spring-boot/pom.xml @@ -1,4 +1,20 @@ + http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/platforms/commands/commands-spring-boot/src/main/resources/META-INF/services/org.crsh.plugin.CRaSHPlugin ---------------------------------------------------------------------- diff --git a/platforms/commands/commands-spring-boot/src/main/resources/META-INF/services/org.crsh.plugin.CRaSHPlugin b/platforms/commands/commands-spring-boot/src/main/resources/META-INF/services/org.crsh.plugin.CRaSHPlugin index b3b459a..642c133 100755 --- a/platforms/commands/commands-spring-boot/src/main/resources/META-INF/services/org.crsh.plugin.CRaSHPlugin +++ b/platforms/commands/commands-spring-boot/src/main/resources/META-INF/services/org.crsh.plugin.CRaSHPlugin @@ -1 +1,17 @@ +## --------------------------------------------------------------------------- +## Licensed to the Apache Software Foundation (ASF) under one or more +## contributor license agreements. See the NOTICE file distributed with +## this work for additional information regarding copyright ownership. +## The ASF licenses this file to You under the Apache License, Version 2.0 +## (the "License"); you may not use this file except in compliance with +## the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. + org.apache.camel.springboot.commands.crsh.CamelCommandsPlugin \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ce59283..b5de69c 100755 --- a/pom.xml +++ b/pom.xml @@ -231,8 +231,13 @@ .gitignore .git/**/* **/*.adoc + **/*.md **/src/styles/print.css + + **/component-header.mvel + **/component-options.mvel + **/endpoint-options.mvel **/src/main/resources/META-INF/cxf/cxf.extension **/src/main/resources/META-INF/cxf/bus-extensions.txt