pier 02/05/09 18:16:38 Modified: webapp build.xml Log: Committing change to rename tomcat-webapp.jar to tomcat-warp.jar as posted last week on the mailing list. (still need to hammer down this file reducing it to a manageable state) Revision Changes Path 1.6 +2 -2 jakarta-tomcat-connectors/webapp/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- build.xml 5 May 2002 03:30:42 -0000 1.5 +++ build.xml 10 May 2002 01:16:38 -0000 1.6 @@ -3,7 +3,7 @@ <!-- "Coyote" connector framework for Jakarta Tomcat - $Id: build.xml,v 1.5 2002/05/05 03:30:42 pier Exp $ + $Id: build.xml,v 1.6 2002/05/10 01:16:38 pier Exp $ --> @@ -158,7 +158,7 @@ <copy todir="${build.home}/classes" filtering="on"> <fileset dir="${source.home}" excludes="**/*.java"/> </copy> - <jar jarfile="${build.home}/lib/tomcat-${component.name}.jar" + <jar jarfile="${build.home}/lib/tomcat-warp.jar" basedir="${build.home}/classes" /> </target>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>