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>


Reply via email to