Update of /cvsroot/jarspy/JarSpy
In directory sc8-pr-cvs1:/tmp/cvs-serv7181
Modified Files:
build.xml
Log Message:
Index: build.xml
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/build.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** build.xml 27 Mar 2003 03:30:20 -0000 1.28
--- build.xml 27 Mar 2003 22:25:56 -0000 1.29
***************
*** 1,4 ****
--- 1,5 ----
<project name="JarSpy" default="compile" basedir=".">
+
<!-- pull in the project properties -->
<property file=".build.properties"/>
|