diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2014-09-29 21:31:52 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2014-09-29 21:31:52 +0000 |
commit | 5d93dd73d4e359eef9d73f4a12312e5bd288d84e (patch) | |
tree | 91a9e241dab71724513648515fdb6491d681c1ac /java/berkeley-db/files/patch-junit | |
parent | - Update to 2.1.1 (diff) |
Upgrade from 3.2.76 to 6.1.5 (the latest at this time). Fix up the WWW-entry
in pkg-descr.
Vendor's self tests continue to fail (timeouts), so this feature remains
disabled by default.
Notes
Notes:
svn path=/head/; revision=369561
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> |