aboutsummaryrefslogblamecommitdiff
path: root/java/berkeley-db/files/patch-junit
blob: 1d7c82975998b0712883fc2044397eb50ed48f18 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                        



                                   

                                           


                                                            



















                                                                              
--- build.xml	Wed Sep 20 18:10:10 2006
+++ build.xml	Fri Oct  6 20:12:12 2006
@@ -80,7 +80,9 @@
     </path>
 
+    <property environment="env"/>
     <path id="unittest.classpath">
       <pathelement location="${destdir}"/>
       <pathelement location="."/>
+      <pathelement location="${env.JAVALIBDIR}/junit.jar"/>
       <pathelement location="${unittest.destdir}"/>
     </path>
@@ -469,4 +471,5 @@
           <property name="destdir" value="${unittest.testevolvedir}"/>
           <reference refid="class.path" torefid="compile.classpath"/>
+          <reference refid="unittest.classpath" torefid="compile.classpath"/>
       </ant>
     </target>
@@ -1224,5 +1227,4 @@
       <mkdir dir="${installdir}"/>
       <mkdir dir="${installdir}/docs"/>
-      <mkdir dir="${installdir}/bin"/>
       <mkdir dir="${installdir}/lib"/>
       <copy todir="${installdir}/docs">
@@ -1233,7 +1235,4 @@
       <copy todir="${installdir}/lib">
 	 <fileset dir="lib"/>
-      </copy>
-      <copy todir="${installdir}/bin">
-	 <fileset dir="bin"/>
       </copy>
     </target>