donaldp 01/04/28 21:03:04
Modified: cadastre .cvsignore build.xml
Added: cadastre .ant.properties.sample
Log:
Made testlet.jar the variable to set to locate jar.
Revision Changes Path
1.2 +2 -0 jakarta-commons-sandbox/cadastre/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/cadastre/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 2001/04/29 04:00:14 1.1
+++ .cvsignore 2001/04/29 04:03:04 1.2
@@ -1,3 +1,5 @@
emacs-jprj.el
build
dist
+.ant.properties
+build.sh
\ No newline at end of file
1.2 +3 -1 jakarta-commons-sandbox/cadastre/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/cadastre/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 2001/04/29 04:00:15 1.1
+++ build.xml 2001/04/29 04:03:04 1.2
@@ -72,9 +72,11 @@
<property name="dist.name" value="${Name}-${version}"/>
<property name="dist.base" value="distributions"/>
+ <property name="testlet.jar" value="${lib.dir}/testlet.jar"/>
+
<path id="project.class.path">
<pathelement path="${java.class.path}" />
- <pathelement path="${testlet.location}" />
+ <pathelement path="${testlet.jar}" />
<!--
<fileset dir="${lib.dir}">
<include name="*.jar" />
1.1 jakarta-commons-sandbox/cadastre/.ant.properties.sample
Index: .ant.properties.sample
===================================================================
testlet.jar=/opt/apps/cjan/testlet.jar