From: <bo...@us...> - 2013-04-25 15:40:16
|
Revision: 533 http://sourceforge.net/p/xmlunit/code/533 Author: bodewig Date: 2013-04-25 15:40:13 +0000 (Thu, 25 Apr 2013) Log Message: ----------- Upgrade to JUnit 4.11 Modified Paths: -------------- trunk/xmlunit/build.xml Added Paths: ----------- trunk/xmlunit/lib/hamcrest-core-1.3.jar trunk/xmlunit/lib/junit-4.11.jar Removed Paths: ------------- trunk/xmlunit/lib/junit-4.10.jar Modified: trunk/xmlunit/build.xml =================================================================== --- trunk/xmlunit/build.xml 2013-04-25 15:14:36 UTC (rev 532) +++ trunk/xmlunit/build.xml 2013-04-25 15:40:13 UTC (rev 533) @@ -135,6 +135,7 @@ <pathelement location="${core.out.dir}"/> <pathelement path="${java.class.path}"/> <fileset dir="lib" includes="junit-4*.jar"/> + <fileset dir="lib" includes="hamcrest-core-*.jar"/> </classpath> </javac> </target> @@ -147,7 +148,7 @@ <classpath> <pathelement location="${core.out.dir}"/> <pathelement path="${java.class.path}"/> - <fileset dir="lib" includes="junit-4*.jar"/> + <fileset dir="lib" includes="hamcrest-core-*.jar"/> </classpath> </javac> </target> @@ -162,6 +163,7 @@ <pathelement location="${hamcrest.out.dir}"/> <pathelement path="${java.class.path}"/> <fileset dir="lib" includes="junit-4*.jar"/> + <fileset dir="lib" includes="hamcrest-core-*.jar"/> </classpath> </javac> </target> @@ -184,6 +186,7 @@ <pathelement location="${hamcresttest.out.dir}"/> <pathelement path="${java.class.path}"/> <fileset dir="lib" includes="junit-4*.jar"/> + <fileset dir="lib" includes="hamcrest-core-*.jar"/> </classpath> <formatter type="xml"/> <batchtest todir="${test.report.dir}"> Added: trunk/xmlunit/lib/hamcrest-core-1.3.jar =================================================================== (Binary files differ) Index: trunk/xmlunit/lib/hamcrest-core-1.3.jar =================================================================== --- trunk/xmlunit/lib/hamcrest-core-1.3.jar 2013-04-25 15:14:36 UTC (rev 532) +++ trunk/xmlunit/lib/hamcrest-core-1.3.jar 2013-04-25 15:40:13 UTC (rev 533) Property changes on: trunk/xmlunit/lib/hamcrest-core-1.3.jar ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Deleted: trunk/xmlunit/lib/junit-4.10.jar =================================================================== (Binary files differ) Added: trunk/xmlunit/lib/junit-4.11.jar =================================================================== (Binary files differ) Index: trunk/xmlunit/lib/junit-4.11.jar =================================================================== --- trunk/xmlunit/lib/junit-4.11.jar 2013-04-25 15:14:36 UTC (rev 532) +++ trunk/xmlunit/lib/junit-4.11.jar 2013-04-25 15:40:13 UTC (rev 533) Property changes on: trunk/xmlunit/lib/junit-4.11.jar ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |