remm 2003/01/16 14:00:52 Modified: . build.properties.default build.xml Log: - Add commons-fileupload to the download target. Revision Changes Path 1.56 +4 -4 jakarta-tomcat-5/build.properties.default Index: build.properties.default =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- build.properties.default 15 Jan 2003 03:38:00 -0000 1.55 +++ build.properties.default 16 Jan 2003 22:00:52 -0000 1.56 @@ -152,9 +152,9 @@ # ----- Commons FileUpload, nightly build ----- commons-fileupload.home=${base.path}/commons-fileupload -commons-fileupload.lib=${commons-fileupload.home} -commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0-dev.jar -#commons-fileupload.loc=http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload/commons-fileupload-20030106.zip +commons-fileupload.lib=${commons-fileupload.home}/dist +commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload.jar +commons-fileupload.loc=jakarta-commons/fileupload # ----- JavaGroups, version 2.0.3 or later ----- 1.62 +7 -0 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- build.xml 27 Dec 2002 09:25:29 -0000 1.61 +++ build.xml 16 Jan 2003 22:00:52 -0000 1.62 @@ -818,6 +818,13 @@ <param name="destfile" value="${commons-digester.jar}"/> </antcall> + <antcall target="cvsbuild"> + <param name="location" value="${commons-fileupload.loc}"/> + <param name="subdir" value="${commons-fileupload.home}"/> + <param name="destfile" value="${commons-fileupload.jar}"/> + <param name="final.name" value="commons-fileupload"/> + </antcall> + <antcall target="downloadgz"> <param name="sourcefile" value="${regexp.loc}"/> <param name="destfile" value="${regexp.jar}"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>