implementation of "db". See: http://www.sleepycat.com/products/je.shtml for more information.
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
--- build.xml Mon Nov 8 21:13:38 2004
|
|
+++ build.xml Fri Feb 4 18:27:53 2005
|
|
@@ -65,6 +65,8 @@
|
|
</path>
|
|
|
|
+ <property environment="env"/>
|
|
<path id="unittest.classpath">
|
|
<path refid="class.path"/>
|
|
+ <pathelement location="${env.JAVALIBDIR}/junit.jar"/>
|
|
<pathelement location="${unittest.destdir}"/>
|
|
</path>
|