Author: markt Date: Thu Apr 19 20:16:37 2007 New Revision: 530624 URL: http://svn.apache.org/viewvc?view=rev&rev=530624 Log: Tomcat does not require log4j so remove references to it from the build process.
Removed: tomcat/build/tc5.5.x/resources/log4j.properties Modified: tomcat/build/tc5.5.x/build.properties.default tomcat/build/tc5.5.x/build.xml tomcat/build/tc5.5.x/resources/mbeans/tomcat5-ant.xml Modified: tomcat/build/tc5.5.x/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/build.properties.default?view=diff&rev=530624&r1=530623&r2=530624 ============================================================================== --- tomcat/build/tc5.5.x/build.properties.default (original) +++ tomcat/build/tc5.5.x/build.properties.default Thu Apr 19 20:16:37 2007 @@ -152,13 +152,6 @@ # -------------------------------------------------- -# ----- Log4j, version 1.2 or later ----- -log4j.home=${base.path}/logging-log4j-1.2.12 -log4j.lib=${log4j.home} -log4j.jar=${log4j.lib}/dist/lib/log4j-1.2.12.jar -log4j.loc=${base-logging.loc}/log4j/1.2.12/logging-log4j-1.2.12.tar.gz - - # ----- Commons DBCP, version 1.1 or later ----- commons-dbcp.version=1.2.2 commons-dbcp.home=${base.path}/commons-dbcp-1.2.2-src Modified: tomcat/build/tc5.5.x/build.xml URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/build.xml?view=diff&rev=530624&r1=530623&r2=530624 ============================================================================== --- tomcat/build/tc5.5.x/build.xml (original) +++ tomcat/build/tc5.5.x/build.xml Thu Apr 19 20:16:37 2007 @@ -1911,11 +1911,6 @@ </antcall> <antcall target="downloadgz"> - <param name="sourcefile" value="${log4j.loc}"/> - <param name="destfile" value="${log4j.jar}"/> - </antcall> - - <antcall target="downloadgz"> <param name="sourcefile" value="${commons-digester.loc}"/> <param name="destfile" value="${commons-digester.jar}"/> </antcall> Modified: tomcat/build/tc5.5.x/resources/mbeans/tomcat5-ant.xml URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/resources/mbeans/tomcat5-ant.xml?view=diff&rev=530624&r1=530623&r2=530624 ============================================================================== --- tomcat/build/tc5.5.x/resources/mbeans/tomcat5-ant.xml (original) +++ tomcat/build/tc5.5.x/resources/mbeans/tomcat5-ant.xml Thu Apr 19 20:16:37 2007 @@ -17,8 +17,6 @@ <!-- Just include everything for now --> <fileset dir="${tomcat.home}/lib" includes="*.jar"/> <pathelement path="${tomcat.home}/conf"/> - <!-- my log4j.properties --> - <pathelement path="/ws/log4j"/> </path> <taskdef resource="org/apache/commons/modeler/ant/ant.properties" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]