costin 2003/03/12 13:36:20 Modified: . build.xml Log: Add missing jars. Revision Changes Path 1.78 +8 -0 jakarta-tomcat-4.0/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- build.xml 25 Oct 2002 05:44:37 -0000 1.77 +++ build.xml 12 Mar 2003 21:36:19 -0000 1.78 @@ -456,8 +456,16 @@ <param name="destfile" value="${commons-beanutils.jar}"/> </antcall> <antcall target="downloadgz"> + <param name="sourcefile" value="${commons-fileupload.loc}"/> + <param name="destfile" value="${commons-fileupload.jar}"/> + </antcall> + <antcall target="downloadgz"> <param name="sourcefile" value="${commons-collections.loc}"/> <param name="destfile" value="${commons-collections.jar}"/> + </antcall> + <antcall target="downloadgz"> + <param name="sourcefile" value="${tyrex.loc}"/> + <param name="destfile" value="${tyrex.jar}"/> </antcall> <antcall target="downloadgz"> <param name="sourcefile" value="${commons-digester.loc}"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]