You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2015/12/03 16:42:48 UTC

syncope git commit: Exclude some eclipse stuff from rat

Repository: syncope
Updated Branches:
  refs/heads/master 18179de19 -> 85843f77c


Exclude some eclipse stuff from rat


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

Branch: refs/heads/master
Commit: 85843f77c08f685efca718331405eddfbb69573b
Parents: 18179de
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Dec 3 15:41:58 2015 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Dec 3 15:41:58 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/85843f77/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 813cb38..3261b33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1468,9 +1468,10 @@ under the License.
             <exclude>**/maven-eclipse.xml</exclude>
             <exclude>**/*.iml</exclude>
             <exclude>**/*.log</exclude>
-            <exclude>.externalToolBuilders/**</exclude>
+            <exclude>**/.externalToolBuilders/**</exclude>
             <exclude>.git/**</exclude>
             <exclude>.idea/**</exclude>
+            <exclude>**/.settings/**</exclude>
             <exclude>**/.*</exclude>
             <exclude>**/deb/control/conffiles</exclude>
             <exclude>**/deb/control/control</exclude>