You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2006/11/19 23:14:16 UTC

svn commit: r476945 - /tomcat/tc6.0.x/trunk/build.xml

Author: markt
Date: Sun Nov 19 14:14:15 2006
New Revision: 476945

URL: http://svn.apache.org/viewvc?view=rev&rev=476945
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/tc6.0.x/trunk/build.xml

Modified: tomcat/tc6.0.x/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.xml?view=diff&rev=476945&r1=476944&r2=476945
==============================================================================
--- tomcat/tc6.0.x/trunk/build.xml (original)
+++ tomcat/tc6.0.x/trunk/build.xml Sun Nov 19 14:14:15 2006
@@ -592,8 +592,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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org