[Beepcore-java-commits] CVS: beepcore-java build.xml,1.26,1.27
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2003-11-20 15:32:52
|
Update of /cvsroot/beepcore-java/beepcore-java In directory sc8-pr-cvs1:/tmp/cvs-serv30032 Modified Files: build.xml Log Message: Added commons-logging to dist Index: build.xml =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/build.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -r1.26 -r1.27 *** build.xml 15 Nov 2003 18:51:33 -0000 1.26 --- build.xml 20 Nov 2003 15:32:49 -0000 1.27 *************** *** 148,151 **** --- 148,155 ---- basedir="${build.dir}/src"/> + <copy file="${commons-logging.jar}" + tofile="${release.dir}/lib/commons-logging.jar"/> + <copy file="lib/LICENSE.commons-logging" + tofile="${release.dir}/LICENSE.commons-logging"/> <copy file="${concurrent.jar}" tofile="${release.dir}/lib/concurrent.jar"/> |