diff options
Diffstat (limited to 'java/berkeley-db/files/patch-junit')
-rw-r--r-- | java/berkeley-db/files/patch-junit | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/java/berkeley-db/files/patch-junit b/java/berkeley-db/files/patch-junit index 1d7c82975998..314176172f22 100644 --- a/java/berkeley-db/files/patch-junit +++ b/java/berkeley-db/files/patch-junit @@ -1,12 +1,11 @@ --- build.xml Wed Sep 20 18:10:10 2006 -+++ build.xml Fri Oct 6 20:12:12 2006 -@@ -80,7 +80,9 @@ ++++ build.xml 2014-09-29 14:22:48.000000000 -0400 +@@ -135,6 +135,8 @@ </path> + <property environment="env"/> <path id="unittest.classpath"> - <pathelement location="${destdir}"/> - <pathelement location="."/> + <path refid="class.path"/> + <pathelement location="${env.JAVALIBDIR}/junit.jar"/> <pathelement location="${unittest.destdir}"/> </path> |