You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/03/11 10:27:56 UTC

[3/3] camel git commit: Exclude adoc from rat check

Exclude adoc from rat check


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

Branch: refs/heads/master
Commit: b99c61db88cf12c5419313576f865fdabb088e73
Parents: ca59e53
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Mar 11 09:35:01 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Mar 11 10:27:46 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/b99c61db/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2268937..ce59283 100755
--- a/pom.xml
+++ b/pom.xml
@@ -230,8 +230,8 @@
                 <exclude>**/test/data*/**/*</exclude>
                 <exclude>.gitignore</exclude>
                 <exclude>.git/**/*</exclude>
-                <!-- tooling/camel-manual/src/styles/print.css use a different
-                  license -->
+                <exclude>**/*.adoc</exclude>
+                <!-- tooling/camel-manual/src/styles/print.css use a different license -->
                 <exclude>**/src/styles/print.css</exclude>
                 <!-- cxf does not handle comments here -->
                 <exclude>**/src/main/resources/META-INF/cxf/cxf.extension</exclude>