From: <ega...@us...> - 2003-09-29 19:48:03
|
Update of /cvsroot/jrman/drafts In directory sc8-pr-cvs1:/tmp/cvs-serv19247 Modified Files: build.properties build.xml Log Message: Changed build for release 0.2 Index: build.properties =================================================================== RCS file: /cvsroot/jrman/drafts/build.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.properties 30 May 2003 01:52:46 -0000 1.1 --- build.properties 29 Sep 2003 12:07:58 -0000 1.2 *************** *** 1 **** ! dist = jrman-0_1 --- 1 ---- ! dist = jrman-0_2 Index: build.xml =================================================================== RCS file: /cvsroot/jrman/drafts/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** build.xml 12 Jun 2003 18:36:09 -0000 1.7 --- build.xml 29 Sep 2003 12:07:58 -0000 1.8 *************** *** 86,89 **** --- 86,90 ---- <include name="cuadro.rib"/> <include name="mesa.rib"/> + <include name="mesa2.rib"/> <include name="florero.rib"/> <include name="jarra1.rib"/> *************** *** 101,104 **** --- 102,113 ---- <include name="randomcolors.sl"/> <include name="bumptest.sl"/> + <include name="brick.jpg"/> + <include name="woo12.jpg"/> + <include name="rattan.gif"/> + <include name="mosaic.gif"/> + <include name="gradient.png"/> + <include name="marb2.gif"/> + <include name="marble7.gif"/> + <include name="clay.gif"/> </fileset> </copy> *************** *** 135,137 **** <delete file="${dist}.tar.gz"/> </target> ! </project> \ No newline at end of file --- 144,146 ---- <delete file="${dist}.tar.gz"/> </target> ! </project> |