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 17:36:39 UTC

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

Author: dwoods
Date: Fri Feb  5 16:36:39 2010
New Revision: 906991

URL: http://svn.apache.org/viewvc?rev=906991&view=rev
Log:
GERONIMO-4946 more rat excludes for release plugin generated files

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=906991&r1=906990&r2=906991&view=diff
==============================================================================
--- geronimo/plugins/openjpa2/branches/2.1/pom.xml (original)
+++ geronimo/plugins/openjpa2/branches/2.1/pom.xml Fri Feb  5 16:36:39 2010
@@ -428,6 +428,7 @@
                         <exclude>**/rat.txt</exclude>
                         <exclude>**/dependencies.xml</exclude>
                         <exclude>**/target/**</exclude>
+                        <exclude>release.properties</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=906991&r1=906990&r2=906991&view=diff
==============================================================================
--- geronimo/plugins/openjpa2/branches/2.2/pom.xml (original)
+++ geronimo/plugins/openjpa2/branches/2.2/pom.xml Fri Feb  5 16:36:39 2010
@@ -226,6 +226,7 @@
                         <exclude>**/rat.txt</exclude>
                         <exclude>**/dependencies.xml</exclude>
                         <exclude>**/target/**</exclude>
+                        <exclude>release.properties</exclude>
                         <!-- Exclude Eclipse generated files -->
                         <exclude>**/.*/**</exclude>
                     </excludes>