froehlich 2002/10/14 23:45:16
Modified: store default.properties build.xml ant.properties.sample
Log:
fixed missing jisp.jar in the build files
Revision Changes Path
1.5 +3 -0 jakarta-avalon-excalibur/store/default.properties
Index: default.properties
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/store/default.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- default.properties 30 Jul 2002 21:48:07 -0000 1.4
+++ default.properties 15 Oct 2002 06:45:16 -0000 1.5
@@ -20,6 +20,9 @@
avalon-framework.lib=${avalon-framework.home}/build/lib
avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
+# ----- Jisp 2.0.1 -----
+jisp.jar=lib/Jisp2.0.1.jar
+
# --------------------------------------------------
# Settings used to configure compile environment
1.12 +1 -1 jakarta-avalon-excalibur/store/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/store/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 12 Oct 2002 10:37:25 -0000 1.11
+++ build.xml 15 Oct 2002 06:45:16 -0000 1.12
@@ -15,8 +15,8 @@
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${excalibur-pool.jar}"/>
<pathelement location="${checkstyle.jar}"/>
+ <pathelement location="${jisp.jar}"/>
<pathelement path="${java.class.path}"/>
- <pathelement path="${jisp.jar}"/>
</path>
<path id="tools.class.path">
1.3 +3 -1 jakarta-avalon-excalibur/store/ant.properties.sample
Index: ant.properties.sample
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/store/ant.properties.sample,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ant.properties.sample 2 May 2002 12:05:58 -0000 1.2
+++ ant.properties.sample 15 Oct 2002 06:45:16 -0000 1.3
@@ -31,6 +31,8 @@
avalon-framework.lib=${avalon-framework.home}/build/lib
avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
+# ----- Jisp 2.0.1 -----
+jisp.jar=lib/Jisp2.0.1.jar
# --------------------------------------------------
# OPTIONAL LIBRARIES
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>