You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2010/08/25 21:05:57 UTC

svn commit: r989302 - /openjpa/branches/1.0.x/pom.xml

Author: mikedd
Date: Wed Aug 25 19:05:57 2010
New Revision: 989302

URL: http://svn.apache.org/viewvc?rev=989302&view=rev
Log:
exclude .gitignore from rat check

Modified:
    openjpa/branches/1.0.x/pom.xml

Modified: openjpa/branches/1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.0.x/pom.xml?rev=989302&r1=989301&r2=989302&view=diff
==============================================================================
--- openjpa/branches/1.0.x/pom.xml (original)
+++ openjpa/branches/1.0.x/pom.xml Wed Aug 25 19:05:57 2010
@@ -208,6 +208,7 @@
                             <exclude>**/org.apache.openjpa.revision.properties</exclude>
                             <exclude>**/target/**/*</exclude>
                             <exclude>release.properties</exclude>
+                            <exclude>.gitignore</exclude>
                         </excludes>
                         </configuration>
                     </plugin>