diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-02-05 00:26:57 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-02-05 00:26:57 +0000 |
commit | 2d7f0ec7c5dfa7819a0ac1eb1cad9c94e8d8381c (patch) | |
tree | edaa68e9575fb8f350ef79c32f2cd581a5b05fa4 /java/berkeley-db/files | |
parent | -Update to 7.54u2 (7.54.20050131), this is mostly security fixes release. (diff) |
This is a port of 'JE', or Berkeley DB Java Edition -- a pure Java
implementation of "db". See:
http://www.sleepycat.com/products/je.shtml
for more information.
Notes
Notes:
svn path=/head/; revision=128054
Diffstat (limited to 'java/berkeley-db/files')
-rw-r--r-- | java/berkeley-db/files/patch-junit | 11 |
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> |