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 48EEB173A4 for ; Fri, 20 Mar 2015 21:30:33 +0000 (UTC) Received: (qmail 36147 invoked by uid 500); 20 Mar 2015 21:30:33 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 36094 invoked by uid 500); 20 Mar 2015 21:30:33 -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 35997 invoked by uid 99); 20 Mar 2015 21:30:33 -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, 20 Mar 2015 21:30:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D1DA9E10A8; Fri, 20 Mar 2015 21:30:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dhirajsb@apache.org To: commits@camel.apache.org Date: Fri, 20 Mar 2015 21:30:34 -0000 Message-Id: In-Reply-To: <932ba6327eda404d970684e76b714421@git.apache.org> References: <932ba6327eda404d970684e76b714421@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/17] camel git commit: Fixed the Rat check errors Fixed the Rat check errors Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/583ee40b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/583ee40b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/583ee40b Branch: refs/heads/camel-2.12.x Commit: 583ee40b020cbba14b9ec864c87df4ee458bcf84 Parents: 6665261 Author: Ubuntu Authored: Wed May 7 03:26:04 2014 +0000 Committer: Dhiraj Bokde Committed: Fri Mar 20 14:24:41 2015 -0700 ---------------------------------------------------------------------- .../src/it/simple-it/pom.xml | 16 ++++++++++++++++ .../src/it/simple-it/verify.groovy | 16 ++++++++++++++++ .../src/main/resources/sobject-picklist.vm | 18 +++++++++++++++++- .../src/main/resources/sobject-pojo.vm | 18 +++++++++++++++++- .../src/main/resources/sobject-query-records.vm | 16 ++++++++++++++++ .../src/main/resources/create-derby.sql | 18 +++++++++++++++++- .../archetype-resources/src/main/resources/ok.xml | 18 +++++++++++++++++- .../META-INF/m2e/lifecycle-mapping-metadata.xml | 16 ++++++++++++++++ 8 files changed, 132 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/583ee40b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml index 08142dd..0f24037 100644 --- a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml +++ b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml @@ -1,4 +1,20 @@ + 4.0.0 http://git-wip-us.apache.org/repos/asf/camel/blob/583ee40b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/verify.groovy ---------------------------------------------------------------------- diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/verify.groovy b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/verify.groovy index 7153082..1436d6b 100644 --- a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/verify.groovy +++ b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/verify.groovy @@ -1,3 +1,19 @@ +/** + * 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. + */ // assert that the generated files directory exists File sourceDir = new File( basedir, "target/generated-sources/camel-salesforce" ); http://git-wip-us.apache.org/repos/asf/camel/blob/583ee40b/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-picklist.vm ---------------------------------------------------------------------- diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-picklist.vm b/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-picklist.vm index 0aed2a7..8e23fdb 100644 --- a/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-picklist.vm +++ b/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-picklist.vm @@ -1,3 +1,19 @@ +## ------------------------------------------------------------------------ +## 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. +## ------------------------------------------------------------------------ ## sobject-picklist.vm /* * Salesforce DTO generated by camel-salesforce-maven-plugin @@ -49,4 +65,4 @@ public enum $enumName { throw new IllegalArgumentException(value); } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/camel/blob/583ee40b/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-pojo.vm ---------------------------------------------------------------------- diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-pojo.vm b/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-pojo.vm index b240d46..bbce083 100644 --- a/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-pojo.vm +++ b/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-pojo.vm @@ -1,3 +1,19 @@ +## ------------------------------------------------------------------------ +## 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. +## ------------------------------------------------------------------------ ## sobject-pojo.vm /* * Salesforce DTO generated by camel-salesforce-maven-plugin @@ -57,4 +73,4 @@ public class $desc.Name extends AbstractSObjectBase { #end #end -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/camel/blob/583ee40b/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-query-records.vm ---------------------------------------------------------------------- diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-query-records.vm b/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-query-records.vm index 40f1ac1..d17468a 100644 --- a/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-query-records.vm +++ b/components/camel-salesforce/camel-salesforce-maven-plugin/src/main/resources/sobject-query-records.vm @@ -1,3 +1,19 @@ +## ------------------------------------------------------------------------ +## 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. +## ------------------------------------------------------------------------ ## sobject-query-records.vm /* * Salesforce Query DTO generated by camel-salesforce-maven-plugin http://git-wip-us.apache.org/repos/asf/camel/blob/583ee40b/examples/camel-example-jdbc/src/main/resources/create-derby.sql ---------------------------------------------------------------------- diff --git a/examples/camel-example-jdbc/src/main/resources/create-derby.sql b/examples/camel-example-jdbc/src/main/resources/create-derby.sql index 2f75cb1..671d9e6 100644 --- a/examples/camel-example-jdbc/src/main/resources/create-derby.sql +++ b/examples/camel-example-jdbc/src/main/resources/create-derby.sql @@ -1,4 +1,20 @@ /* + 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. +*/ +/* STATUS : 'NEW', 'DONE' */ CREATE TABLE CAMEL_TEST ( @@ -6,4 +22,4 @@ CREATE TABLE CAMEL_TEST ( MSG VARCHAR(10240), STATUS CHAR(4) DEFAULT 'NEW', CREATE_TS TIMESTAMP DEFAULT CURRENT_TIMESTAMP -); \ No newline at end of file +); http://git-wip-us.apache.org/repos/asf/camel/blob/583ee40b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/src/main/resources/archetype-resources/src/main/resources/ok.xml ---------------------------------------------------------------------- diff --git a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/src/main/resources/archetype-resources/src/main/resources/ok.xml b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/src/main/resources/archetype-resources/src/main/resources/ok.xml index 70800d1..ed3e194 100644 --- a/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/src/main/resources/archetype-resources/src/main/resources/ok.xml +++ b/tooling/archetypes/camel-archetype-cxf-contract-first-blueprint/src/main/resources/archetype-resources/src/main/resources/ok.xml @@ -1,3 +1,19 @@ + Accepted - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/camel/blob/583ee40b/tooling/maven/camel-package-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml b/tooling/maven/camel-package-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml index 565f8d4..56f2169 100644 --- a/tooling/maven/camel-package-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml +++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/META-INF/m2e/lifecycle-mapping-metadata.xml @@ -1,3 +1,19 @@ +