Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv15996

Modified Files:
        build.xml build.properties.default 
Log Message:
A new version of commons-fileupload is needed by the vpro-wizards. This new 
version has a new dependency: commons-io


See also: http://cvs.mmbase.org/viewcvs/all


Index: build.xml
===================================================================
RCS file: /var/cvs/all/build.xml,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -b -r1.176 -r1.177
--- build.xml   31 Jul 2008 20:20:16 -0000      1.176
+++ build.xml   4 Aug 2008 09:46:04 -0000       1.177
@@ -2,7 +2,7 @@
 
 
 MMBase Build File
-$Id: build.xml,v 1.176 2008/07/31 20:20:16 andre Exp $
+$Id: build.xml,v 1.177 2008/08/04 09:46:04 ernst Exp $
 =================
 
 This build file can be used to build the following from CVS or from the source
@@ -314,6 +314,7 @@
 
     <copy file="${log4j.jar}"          tofile="${release.lib.dir}/log4j.jar" />
     <copy file="${fileupload.jar}"     
tofile="${release.lib.dir}/commons-fileupload.jar" />
+    <copy file="${io.jar}"             
tofile="${release.lib.dir}/commons-io.jar" />
     <copy file="${commons-logging.jar}" 
tofile="${release.lib.dir}/commons-logging.jar" />
     <copy file="${hsqldb.jar}"         todir="${release.lib.dir}" />
     <copy todir="${webapp.dir}/mmbase/jquery">
@@ -356,6 +357,7 @@
     <copy file="${servlet.jar}"               todir="${compile.lib.dir}" />
     <copy file="${jspapi.jar}"                todir="${compile.lib.dir}" />
     <copy file="${fileupload.jar}"            
tofile="${compile.lib.dir}/commons-fileupload.jar" />
+    <copy file="${io.jar}" tofile="${compile.lib.dir}/commons-io.jar" />
     <copy file="${commons-logging.jar}"       
tofile="${compile.lib.dir}/commons-logging.jar" />
     <copy file="${log4j.jar}"                 
tofile="${compile.lib.dir}/log4j.jar" />
     <copy file="${javaactivation.jar}"        todir="${compile.lib.dir}" />
@@ -1035,6 +1037,14 @@
       <param name="expandedfile" value="${fileupload.jar}"/>
     </antcall>
 
+    <echo message="io" />
+    <antcall target="downloadgz">
+      <param name="sourcefile" value="${io.loc}"/>
+      <param name="destfile" value="${io.dest}"/>
+      <param name="expandedfile" value="${io.jar}"/>
+    </antcall>
+
+
     <echo message="commons-logging" />
     <antcall target="downloadgz">
       <param name="sourcefile" value="${commons-logging.loc}"/>


Index: build.properties.default
===================================================================
RCS file: /var/cvs/all/build.properties.default,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- build.properties.default    31 Jul 2008 20:20:16 -0000      1.43
+++ build.properties.default    4 Aug 2008 09:46:04 -0000       1.44
@@ -12,7 +12,7 @@
 #
 # for possible mirrors.
 #
-# $Id: build.properties.default,v 1.43 2008/07/31 20:20:16 andre Exp $
+# $Id: build.properties.default,v 1.44 2008/08/04 09:46:04 ernst Exp $
 # -----------------------------------------------------------------------------
 
 
@@ -109,11 +109,11 @@
 xml-apis.jar=${expand.dir}/${xalan.fullversion}/xml-apis.jar
 
 # ----- Jakarta file upload ----------
-fileupload.version=commons-fileupload-1.0
+fileupload.version=commons-fileupload-1.2
 fileupload.file=${fileupload.version}.tar.gz
 fileupload.dest=${download.dir}/${fileupload.file}
 fileupload.loc=http://www.mmbase.org/download/jars/${fileupload.file}
-fileupload.jar=${expand.dir}/${fileupload.version}/commons-fileupload-1.0.jar
+fileupload.jar=${expand.dir}/${fileupload.version}/lib/${fileupload.version}.jar
 
 # ----- Commons Logging ----------
 commons-logging.version=commons-logging-1.0.4
@@ -122,6 +122,14 @@
 
commons-logging.loc=http://archive.apache.org/dist/commons/logging/binaries/${commons-logging.file}
 
commons-logging.jar=${expand.dir}/${commons-logging.version}/commons-logging.jar
 
+# ----- Apache Commons IO ----------
+io.version=commons-io-1.4
+io.file=${io.version}.tar.gz
+io.dest=${download.dir}/${io.file}
+io.loc=http://www.mmbase.org/download/jars/${io.file}
+io.jar=${expand.dir}/${io.version}/${io.version}.jar
+
+
 # ----- Standard taglib + jstl ------------
 taglibs-standard.version=jakarta-taglibs-standard-1.1.2
 taglibs-standard.file=${taglibs-standard.version}.tar.gz
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to