Author: tn
Date: Sun Jul 29 12:34:20 2012
New Revision: 1366830
URL: http://svn.apache.org/viewvc?rev=1366830&view=rev
Log:
Ignore BulkTest as it only a base test class and contains no tests.
Modified:
commons/proper/collections/trunk/pom.xml
Modified: commons/proper/collections/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1366830&r1=1366829&r2=1366830&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Sun Jul 29 12:34:20 2012
@@ -453,6 +453,7 @@
<exclude>**/*$*</exclude>
<exclude>**/TestUtils.java</exclude>
<exclude>**/Abstract*.java</exclude>
+ <exclude>**/BulkTest.java</exclude>
</excludes>
</configuration>
</plugin>