costin 2003/03/13 13:19:34 Modified: logging build.xml Log: That's what was breaking the build in tomcat5. Revision Changes Path 1.24 +5 -5 jakarta-commons/logging/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-commons/logging/build.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- build.xml 1 Feb 2003 04:29:05 -0000 1.23 +++ build.xml 13 Mar 2003 21:19:33 -0000 1.24 @@ -179,16 +179,16 @@ <fileset dir="${source.home}" excludes="**/*.java"/> </copy> - <property name="commons-logging-api-jar" value="${build.home}/commons-${component.name}-api.jar" /> - <property name="commons-logging-jar" value="${build.home}/commons-${component.name}.jar" /> + <property name="commons-logging-api.jar" value="${build.home}/commons-${component.name}-api.jar" /> + <property name="commons-logging.jar" value="${build.home}/commons-${component.name}.jar" /> - <jar jarfile="${commons-logging-jar}" + <jar jarfile="${commons-logging.jar}" basedir="${build.home}/classes" manifest="${conf.home}/MANIFEST.MF"> <include name="org/apache/commons/logging/**" /> </jar> - <jar jarfile="${commons-logging-api-jar}" + <jar jarfile="${commons-logging-api.jar}" basedir="${build.home}/classes" manifest="${conf.home}/MANIFEST.MF"> <include name="org/apache/commons/logging/*.class" />
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]