summaryrefslogtreecommitdiff
path: root/java/berkeley-db/files
diff options
context:
space:
mode:
Diffstat (limited to 'java/berkeley-db/files')
-rw-r--r--java/berkeley-db/files/patch-junit11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/berkeley-db/files/patch-junit b/java/berkeley-db/files/patch-junit
new file mode 100644
index 000000000000..9f1fba099418
--- /dev/null
+++ b/java/berkeley-db/files/patch-junit
@@ -0,0 +1,11 @@
+--- 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>