You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by cu...@apache.org on 2010/10/29 19:22:03 UTC

svn commit: r1028858 - /openjpa/tools/trunk/pom.xml

Author: curtisr7
Date: Fri Oct 29 17:22:03 2010
New Revision: 1028858

URL: http://svn.apache.org/viewvc?rev=1028858&view=rev
Log:
OPENJPA-1844: Update ignored files for RAT.

Modified:
    openjpa/tools/trunk/pom.xml

Modified: openjpa/tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/tools/trunk/pom.xml?rev=1028858&r1=1028857&r2=1028858&view=diff
==============================================================================
--- openjpa/tools/trunk/pom.xml (original)
+++ openjpa/tools/trunk/pom.xml Fri Oct 29 17:22:03 2010
@@ -224,6 +224,7 @@
                             <exclude>**/maven-eclipse.xml</exclude>
                             <exclude>**/rat.txt</exclude>
                             <exclude>**/target/**/*</exclude>
+                            <exclude>**/META-INF/services/*</exclude>
                         </excludes>
                     </configuration>
                 </plugin>