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

Modified Files:
        build.xml build.properties.default 
Log Message:
added commons logging


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


Index: build.xml
===================================================================
RCS file: /var/cvs/all/build.xml,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -b -r1.175 -r1.176
--- build.xml   19 Jun 2008 18:52:20 -0000      1.175
+++ build.xml   31 Jul 2008 20:20:16 -0000      1.176
@@ -2,7 +2,7 @@
 
 
 MMBase Build File
-$Id: build.xml,v 1.175 2008/06/19 18:52:20 michiel Exp $
+$Id: build.xml,v 1.176 2008/07/31 20:20:16 andre 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="${commons-logging.jar}" 
tofile="${release.lib.dir}/commons-logging.jar" />
     <copy file="${hsqldb.jar}"         todir="${release.lib.dir}" />
     <copy todir="${webapp.dir}/mmbase/jquery">
       <fileset dir="${jquery.dir}"/>
@@ -355,6 +356,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="${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}" />
     <copy file="${taglibs-standard-jstl.jar}" todir="${compile.lib.dir}" />
@@ -675,6 +677,8 @@
             <filename name="standard*.jar" />
             <filename name="log4j*.jar" />
             <filename name="commons-fileupload*.jar" />
+            <filename name="commons-fileupload*.jar" />
+            <filename name="commons-logging*.jar" />
             <!-- Xalan is used only by context security
                  Would be nice to drop that dependency.
                  In real life always editwizard depend too
@@ -1031,6 +1035,12 @@
       <param name="expandedfile" value="${fileupload.jar}"/>
     </antcall>
 
+    <echo message="commons-logging" />
+    <antcall target="downloadgz">
+      <param name="sourcefile" value="${commons-logging.loc}"/>
+      <param name="destfile" value="${commons-logging.dest}"/>
+      <param name="expandedfile" value="${commons-logging.jar}"/>
+    </antcall>
 
     <echo message="JSTL" />
     <antcall target="downloadgz">


Index: build.properties.default
===================================================================
RCS file: /var/cvs/all/build.properties.default,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- build.properties.default    13 Jun 2008 10:31:37 -0000      1.42
+++ build.properties.default    31 Jul 2008 20:20:16 -0000      1.43
@@ -12,7 +12,7 @@
 #
 # for possible mirrors.
 #
-# $Id: build.properties.default,v 1.42 2008/06/13 10:31:37 pierre Exp $
+# $Id: build.properties.default,v 1.43 2008/07/31 20:20:16 andre Exp $
 # -----------------------------------------------------------------------------
 
 
@@ -115,7 +115,12 @@
 fileupload.loc=http://www.mmbase.org/download/jars/${fileupload.file}
 fileupload.jar=${expand.dir}/${fileupload.version}/commons-fileupload-1.0.jar
 
-
+# ----- Commons Logging ----------
+commons-logging.version=commons-logging-1.0.4
+commons-logging.file=${commons-logging.version}.tar.gz
+commons-logging.dest=${download.dir}/${commons-logging.file}
+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
 
 # ----- Standard taglib + jstl ------------
 taglibs-standard.version=jakarta-taglibs-standard-1.1.2
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to