update rat check excludes

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@989317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2010-08-25 19:31:12 +00:00
parent 1f38a0cead
commit 4fe28ac815
1 changed files with 5 additions and 1 deletions

View File

@ -208,7 +208,8 @@
<exclude>**/org.apache.openjpa.revision.properties</exclude>
<exclude>**/target/**/*</exclude>
<exclude>release.properties</exclude>
<exclude>.gitignore</exclude>
<exclude>**/.*/**</exclude>
<exclude>**/pom.xml.tag</exclude>
</excludes>
</configuration>
</plugin>
@ -478,6 +479,9 @@
<exclude>**/*.txt</exclude>
<exclude>**/org.apache.openjpa.revision.properties</exclude>
<exclude>**/target/**/*</exclude>
<exclude>release.properties</exclude>
<exclude>**/.*/**</exclude>
<exclude>**/pom.xml.tag</exclude>
</excludes>
</configuration>
</plugin>