Author: billbarker Date: Thu Oct 31 02:40:26 2013 New Revision: 1537366 URL: http://svn.apache.org/r1537366 Log: Fix hanging ant build
Modified: commons/proper/pool/trunk/build.xml Modified: commons/proper/pool/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=1537366&r1=1537365&r2=1537366&view=diff ============================================================================== --- commons/proper/pool/trunk/build.xml (original) +++ commons/proper/pool/trunk/build.xml Thu Oct 31 02:40:26 2013 @@ -144,7 +144,7 @@ <batchtest todir="${build.dir}/ant-reports" unless="test.entry"> <fileset dir="${src.test.dir}"> <include name="**/Test*.java"/> - <exclude name="org/apache/commons/pool/impl/TestSoftRefOutOfMemory.java"/> + <exclude name="org/apache/commons/pool2/impl/TestSoftRefOutOfMemory.java"/> <!-- abstract classes --> <exclude name="**/TestObjectPool.java"/> <exclude name="**/TestObjectPoolFactory.java"/>