ports/java/berkeley-db/files/patch-junit
2005-02-05 00:26:57 +00:00

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>