mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
implementation of "db". See: http://www.sleepycat.com/products/je.shtml for more information.
11 lines
343 B
Text
11 lines
343 B
Text
--- 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>
|