Author: rombert
Date: Wed Aug 6 09:15:01 2014
New Revision: 1616133
URL: http://svn.apache.org/r1616133
Log:
RAT : exclude .Xauthority files, needed for Jenkins execution
Modified:
sling/trunk/tooling/ide/pom.xml
Modified: sling/trunk/tooling/ide/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/tooling/ide/pom.xml?rev=1616133&r1=1616132&r2=1616133&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Wed Aug 6 09:15:01 2014
@@ -121,6 +121,9 @@
<exclude>eclipse-test/**</exclude>
<!-- exclude target file from the source-bundle
project since it is not a module -->
<exclude>source-bundle/target/**</exclude>
+
+ <!-- Jenkins Xvfb plugin -->
+ <exclude>.Xauthority-*</exclude>
</excludes>
</configuration>
<executions>