[Nextobjects-devel] nextobjects/nextobjects build.properties,1.6,1.7 maven.xml,1.1,1.2
Status: Alpha
Brought to you by:
eflorent
From: <efl...@us...> - 2003-07-05 13:58:00
|
Update of /cvsroot/nextobjects/nextobjects/nextobjects In directory sc8-pr-cvs1:/tmp/cvs-serv11638 Modified Files: build.properties maven.xml Log Message: Fixed default '' bug Index: build.properties =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/build.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** build.properties 26 May 2003 17:15:53 -0000 1.6 --- build.properties 5 Jul 2003 13:57:57 -0000 1.7 *************** *** 12,16 **** project = nextobjects package = org.devaki.${project} ! torque.version= 3.0 build.dir = ./classes build.dest = ${build.dir}/classes --- 12,16 ---- project = nextobjects package = org.devaki.${project} ! torque.version= 3.1-alpha2 build.dir = ./classes build.dest = ${build.dir}/classes Index: maven.xml =================================================================== RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** maven.xml 18 Jun 2003 12:25:41 -0000 1.1 --- maven.xml 5 Jul 2003 13:57:57 -0000 1.2 *************** *** 25,29 **** <!-- copy torque dist to /lib --> ! <copy file="lib/torque-3.0.zip" todir="${maven.dist.bin.assembly.dir}/lib" /> --- 25,29 ---- <!-- copy torque dist to /lib --> ! <copy file="lib/torque-gen-3.1-alpha1.zip" todir="${maven.dist.bin.assembly.dir}/lib" /> |