You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2005/09/18 04:22:00 UTC

svn commit: r289880 - /tomcat/container/branches/tc3.3.x/build.xml

Author: billbarker
Date: Sat Sep 17 19:21:56 2005
New Revision: 289880

URL: http://svn.apache.org/viewcvs?rev=289880&view=rev
Log:
By default, exclude the digester code from the j-t-c/util build.

All of our XML-parsing is simplier than that, and it shrinks the jar file size.


Modified:
    tomcat/container/branches/tc3.3.x/build.xml

Modified: tomcat/container/branches/tc3.3.x/build.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/branches/tc3.3.x/build.xml?rev=289880&r1=289879&r2=289880&view=diff
==============================================================================
--- tomcat/container/branches/tc3.3.x/build.xml (original)
+++ tomcat/container/branches/tc3.3.x/build.xml Sat Sep 17 19:21:56 2005
@@ -92,6 +92,7 @@
   <property name="tomcat-util.jar"
             location="${jtc.util.build}/lib/tomcat-util.jar"/>
 
+  <property name="skip.digester" value="true" />
   <property name="jtc.coyote.home" location="${jakarta-tomcat-connectors}/coyote"/>
   <property name="jtc.coyote.lib" location="${jtc.coyote.home}/build/lib"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org