froehlich 02/01/21 14:08:09
Modified: simplestore build.xml
Log:
some new features (or bugs):
a) added TestJispFilesystemstore junit test case
b) changed the Store interface, extending from java.util.Map
was to much, indeed (thx Juozas)
c) added a constructor in the JispFilesystemStore, because -well-
Revision Changes Path
1.7 +4 -2 jakarta-commons-sandbox/simplestore/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/simplestore/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 20 Jan 2002 14:01:20 -0000 1.6
+++ build.xml 21 Jan 2002 22:08:09 -0000 1.7
@@ -3,7 +3,7 @@
<!--
"simplestore" component of the Jakarta Commons Subproject
- $Id: build.xml,v 1.6 2002/01/20 14:01:20 froehlich Exp $
+ $Id: build.xml,v 1.7 2002/01/21 22:08:09 froehlich Exp $
-->
@@ -67,9 +67,11 @@
<!-- The junit library -->
<property name="junit.jar" value="lib/junit.jar"/>
+ <property name="jisp.jar" value="lib/jisp.jar"/>
+
<property name="cp" value=""/>
- <property name="classpath" value="${cp}:${junit.jar}"/>
+ <property name="classpath" value="${cp}:${junit.jar}:${jisp.jar}"/>
<!-- ========== Compiler Defaults ========================================= -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>