[Jsmooth-cvs] jsmooth build.xml,1.16,1.17
Status: Beta
Brought to you by:
reyes
From: <re...@us...> - 2004-03-04 14:35:28
|
Update of /cvsroot/jsmooth/jsmooth In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14773 Modified Files: build.xml Log Message: small clean-up Index: build.xml =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/build.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** build.xml 4 Mar 2004 12:47:31 -0000 1.16 --- build.xml 4 Mar 2004 14:14:02 -0000 1.17 *************** *** 1,7 **** <project name="jsmoothgen" default="jar" basedir="."> ! <!-- set here the properties specific to your computer --> ! <!-- see the README.txt file for additional information --> ! <property name="JDKDIR" value="c:\Program Files\j2sdk_nb\j2sdk1.4.2"/> <property name="RM" value="CMD /C DEL"/> --- 1,7 ---- <project name="jsmoothgen" default="jar" basedir="."> ! <!-- set here the properties specific to your computer --> ! <!-- see the README.txt file for additional information --> ! <!-- DO NOT SKIP THIS PART! REALLY! IT WON'T WORK OTHERWISE --> <property name="JDKDIR" value="c:\Program Files\j2sdk_nb\j2sdk1.4.2"/> <property name="RM" value="CMD /C DEL"/> *************** *** 16,20 **** <property name="DOCBOOKBASE" value="c:\programs\docbook-xsl-1.62.0"/> - <!-- set here the properties specific the release --> --- 16,19 ---- *************** *** 122,131 **** </target> - - - <!-- Builds the distribution file for jsmooth. - --> --- 121,126 ---- |