Author: bayard
Date: Thu Aug 18 04:24:44 2011
New Revision: 1159025
URL: http://svn.apache.org/viewvc?rev=1159025&view=rev
Log:
Removing excludes
Modified:
commons/proper/lang/trunk/pom.xml
Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1159025&r1=1159024&r2=1159025&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Thu Aug 18 04:24:44 2011
@@ -467,10 +467,6 @@
<includes>
<include>**/*Test.java</include>
</includes>
- <excludes>
- <exclude>**/BulkTest.java</exclude>
- <exclude>**/AbstractTestObject.java</exclude>
- </excludes>
</configuration>
</plugin>
<plugin>