[Jarspy-commits] CVS: JarSpy .build.properties,1.19,1.20 build.xml,1.17,1.18
Status: Beta
Brought to you by:
brown_j
|
From: Jeff B. <br...@us...> - 2002-10-18 00:32:22
|
Update of /cvsroot/jarspy/JarSpy
In directory usw-pr-cvs1:/tmp/cvs-serv14549
Modified Files:
.build.properties build.xml
Log Message:
Index: .build.properties
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/.build.properties,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** .build.properties 27 Sep 2002 00:22:37 -0000 1.19
--- .build.properties 18 Oct 2002 00:32:19 -0000 1.20
***************
*** 5,8 ****
--- 5,9 ----
jar.file=${lib.dir}/jarspy.jar
jode.jar=${lib.dir}/jode-1.1.1-embedded.jar
+ kunststoff.jar=${lib.dir}/kunststoff.jar
manifest.file=META-INF/MANIFEST.MF
Index: build.xml
===================================================================
RCS file: /cvsroot/jarspy/JarSpy/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** build.xml 27 Sep 2002 00:22:37 -0000 1.17
--- build.xml 18 Oct 2002 00:32:19 -0000 1.18
***************
*** 8,11 ****
--- 8,12 ----
<pathelement location="${src.dir}"/>
<pathelement location="${jode.jar}"/>
+ <pathelement location="${kunststoff.jar}"/>
</path>
|