You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by he...@apache.org on 2015/05/20 07:58:27 UTC

camel git commit: Improved RAT checks.

Repository: camel
Updated Branches:
  refs/heads/camel-2.14.x e95e191b0 -> 98ba97b1f


Improved RAT checks.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/98ba97b1
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/98ba97b1
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/98ba97b1

Branch: refs/heads/camel-2.14.x
Commit: 98ba97b1f8c7a3f11c7881a7194935d2760793ce
Parents: e95e191
Author: Henryk Konsek <he...@gmail.com>
Authored: Wed May 20 07:58:19 2015 +0200
Committer: Henryk Konsek <he...@gmail.com>
Committed: Wed May 20 07:58:19 2015 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/98ba97b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3f00b5d..aa13f41 100755
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
                 <exclude>**/src/signatures/*.txt</exclude>
                 <exclude>**/file-sig-api.txt</exclude>
                 <exclude>**/MerchandiseRestResource.apxc</exclude>
-                <exclude>components/camel-dropbox/src/main/resources/META-INF/Dropbox_API_Terms_and_Conditions.txt</exclude>
+                <exclude>**/META-INF/Dropbox_API_Terms_and_Conditions.txt</exclude>
                 <!-- generated files -->
                 <exclude>**/target/**/*</exclude>
                 <exclude>**/eclipse-classes/**/*</exclude>
@@ -193,7 +193,7 @@
                 <exclude>**/avro/**/*.avpr</exclude>
                 <exclude>**/OSGI-INF/bundle.info</exclude>
                 <exclude>**/test_rsa*</exclude>
-                <exclude>**/examples/*/src/**/data/**/*.xml</exclude>
+                <exclude>**/src/**/data/**/*.xml</exclude>
               </excludes>
             </configuration>
           </plugin>