previous exclude was overly comprehensive

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@627980 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2008-02-15 09:25:57 +00:00
parent 325aa77bc1
commit d2f5b73e91
1 changed files with 2 additions and 5 deletions

View File

@ -322,11 +322,8 @@
<!-- exclude classes that include a $; inner classes
are not test cases per OpenJPA standards -->
<exclude>org/apache/openjpa/**/*$*</exclude>
<exclude>org/apache/openjpa/**/*.*</exclude>
<!-- exclude failing Slice tests -->
<exclude>**/slice/**/*.java</exclude>
<exclude>org/apache/openjpa/**/*$*.class</exclude>
<exclude>org/apache/openjpa/**/*.*.class</exclude>
<!-- exclude new tests that aren't passing yet -->
<exclude>org/apache/openjpa/persistence/annotations/TestAdvAnnot.java</exclude>