Author: simonetripodi
Date: Tue May 8 11:42:29 2012
New Revision: 1335430
URL: http://svn.apache.org/viewvc?rev=1335430&view=rev
Log:
updating ignore list
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1335430&r1=1335429&r2=1335430&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Tue May 8 11:42:29 2012
@@ -834,6 +834,7 @@
<configuration>
<excludes>
<exclude>**/any23-gcode-CHANGES.txt</exclude>
+ <exclude>**/NOTICE-with-deps.txt</exclude>
<exclude>DISCLAIMER.txt</exclude>
<exclude>LICENSE.txt</exclude>
<exclude>NOTICE.txt</exclude>
@@ -845,6 +846,8 @@
<exclude>.classpath</exclude>
<exclude>.project</exclude>
<exclude>.settings</exclude>
+ <exclude>maven-eclipse.xml</exclude>
+ <exclude>.externalToolBuilders/**</exclude>
<exclude>.git/**</exclude>
</excludes>
</configuration>