Author: markt Date: Sun Nov 19 14:12:19 2006 New Revision: 476944 URL: http://svn.apache.org/viewvc?view=rev&rev=476944 Log: Fix Gump. Removing the new class (PoolUtil) that requires the other pool classes causes other failures. 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.
Modified: tomcat/build/tc5.5.x/build.xml Modified: tomcat/build/tc5.5.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/build.xml?view=diff&rev=476944&r1=476943&r2=476944 ============================================================================== --- tomcat/build/tc5.5.x/build.xml (original) +++ tomcat/build/tc5.5.x/build.xml Sun Nov 19 14:12:19 2006 @@ -694,8 +694,6 @@ </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}"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]