[Jarspy-commits] CVS: JarSpy build.xml,1.32,1.33
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2003-03-29 00:17:13
|
Update of /cvsroot/jarspy/JarSpy In directory sc8-pr-cvs1:/tmp/cvs-serv9731 Modified Files: build.xml Log Message: *** empty log message *** Index: build.xml =================================================================== RCS file: /cvsroot/jarspy/JarSpy/build.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** build.xml 29 Mar 2003 00:14:21 -0000 1.32 --- build.xml 29 Mar 2003 00:17:08 -0000 1.33 *************** *** 1,4 **** --- 1,5 ---- <project name="JarSpy" default="compile" basedir="."> + <!-- pull in the project properties --> <property file=".build.properties"/> |