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/19 21:29:23 UTC

camel git commit: Added extra RAT exclusions.

Repository: camel
Updated Branches:
  refs/heads/camel-2.14.x ea9d95f06 -> 96a6e4ec4


Added extra RAT exclusions.


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

Branch: refs/heads/camel-2.14.x
Commit: 96a6e4ec4c940da64f0db5fb7980d2b78f07648f
Parents: ea9d95f
Author: Henryk Konsek <he...@gmail.com>
Authored: Tue May 19 21:29:14 2015 +0200
Committer: Henryk Konsek <he...@gmail.com>
Committed: Tue May 19 21:29:14 2015 +0200

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/96a6e4ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b7c1705..3f00b5d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -180,6 +180,9 @@
                 <excludes>**/src/main/resources/META-INF/cxf/cxf.extension</excludes>
                 <excludes>**/src/main/resources/META-INF/cxf/bus-extensions.txt</excludes>
                 <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>
                 <!-- generated files -->
                 <exclude>**/target/**/*</exclude>
                 <exclude>**/eclipse-classes/**/*</exclude>