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