Fix Gump. Removing the new class (PoolUtil) that requires the other pool classes...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 19 Nov 2006 22:14:15 +0000 (22:14 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 19 Nov 2006 22:14:15 +0000 (22:14 +0000)
This fix isn't strictly necessary whilst we still use the current release but once we upgrade to the next release the build will fail.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@476945 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 535713c..abdf65b 100644 (file)
--- a/build.xml
+++ b/build.xml
       </fileset>
       <fileset dir="${commons-pool.home}">
         <include name="**/*.java" />
-        <exclude name="**/Stack*.java" />
-        <exclude name="**/SoftReferenceObjectPool.java" />
         <exclude name="**/test/**" />
       </fileset>
       <fileset dir="${commons-dbcp.home}">