Author: mbenson
Date: Thu Jun 12 08:05:36 2008
New Revision: 667124

URL: http://svn.apache.org/viewvc?rev=667124&view=rev
Log:
revert to JUnit 3.8.1; add mockrunner dependency

Modified:
    commons/proper/jxpath/trunk/build.xml

Modified: commons/proper/jxpath/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/build.xml?rev=667124&r1=667123&r2=667124&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/build.xml (original)
+++ commons/proper/jxpath/trunk/build.xml Thu Jun 12 08:05:36 2008
@@ -172,7 +172,9 @@
     </get>
     <get dest="${libdir}/commons-logging-1.1.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.1.jar";>
     </get>
-    <get dest="${libdir}/junit-3.8.2.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.2.jar";>
+    <get dest="${libdir}/junit-3.8.1.jar" usetimestamp="true" 
ignoreerrors="true" 
src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar";>
+    </get>
+    <get dest="${libdir}/mockrunner-jdk1.3-j2ee1.3-0.4.jar" 
usetimestamp="true" ignoreerrors="true" 
src="http://www.ibiblio.org/maven2/com/mockrunner/mockrunner-jdk1.3-j2ee1.3/0.4/mockrunner-jdk1.3-j2ee1.3-0.4.jar";>
     </get>
   </target>
   <target name="install-maven">


Reply via email to