You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/02/05 16:45:52 UTC

svn commit: r906977 - in /geronimo/plugins/openjpa2/branches: 2.1/pom.xml 2.2/pom.xml

Author: dwoods
Date: Fri Feb  5 15:45:52 2010
New Revision: 906977

URL: http://svn.apache.org/viewvc?rev=906977&view=rev
Log:
GERONIMO-4946 more rat excludes

Modified:
    geronimo/plugins/openjpa2/branches/2.1/pom.xml
    geronimo/plugins/openjpa2/branches/2.2/pom.xml

Modified: geronimo/plugins/openjpa2/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/openjpa2/branches/2.1/pom.xml?rev=906977&r1=906976&r2=906977&view=diff
==============================================================================
--- geronimo/plugins/openjpa2/branches/2.1/pom.xml (original)
+++ geronimo/plugins/openjpa2/branches/2.1/pom.xml Fri Feb  5 15:45:52 2010
@@ -427,6 +427,7 @@
                         <exclude>**/*.log</exclude>
                         <exclude>**/rat.txt</exclude>
                         <exclude>**/dependencies.xml</exclude>
+                        <exclude>**/target/**</exclude>
                         <!-- Exclude Eclipse generated files -->
                         <exclude>**/.*/**</exclude>
                     </excludes>

Modified: geronimo/plugins/openjpa2/branches/2.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/openjpa2/branches/2.2/pom.xml?rev=906977&r1=906976&r2=906977&view=diff
==============================================================================
--- geronimo/plugins/openjpa2/branches/2.2/pom.xml (original)
+++ geronimo/plugins/openjpa2/branches/2.2/pom.xml Fri Feb  5 15:45:52 2010
@@ -225,6 +225,7 @@
                         <exclude>**/*.log</exclude>
                         <exclude>**/rat.txt</exclude>
                         <exclude>**/dependencies.xml</exclude>
+                        <exclude>**/target/**</exclude>
                         <!-- Exclude Eclipse generated files -->
                         <exclude>**/.*/**</exclude>
                     </excludes>