updated junit

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6428 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 15 years ago
parent a8ce192f63
commit cde1611919

@ -31,11 +31,11 @@
<classpathentry kind="lib" path="lib/webcat-0.1-swf.jar"/>
<classpathentry kind="lib" path="lib/activation.jar"/>
<classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/>
<classpathentry kind="lib" path="libt/junit.jar"/>
<classpathentry kind="lib" path="lib/pdfbox-0.8.0-incubating.jar"/>
<classpathentry kind="lib" path="lib/fontbox-0.8.0-incubating.jar"/>
<classpathentry kind="lib" path="lib/poi-3.5-FINAL-20090928.jar"/>
<classpathentry kind="lib" path="lib/poi-scratchpad-3.5-FINAL-20090928.jar"/>
<classpathentry kind="lib" path="libt/junit-4.7.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="gen"/>
</classpath>

@ -392,7 +392,7 @@
<classpath>
<pathelement location="${build}"/>
<pathelement location="${htroot}"/>
<pathelement location="${libt}/junit.jar" />
<pathelement location="${libt}/junit-4.7.jar" />
<fileset dir="${lib}" includes="**/*.jar" />
</classpath>
<compilerarg value="-Xlint"/>
@ -411,7 +411,7 @@
<pathelement location="${test}"/>
<pathelement location="${build}"/>
<pathelement location="${htroot}"/>
<pathelement location="${libt}/junit.jar" />
<pathelement location="${libt}/junit-4.7.jar" />
<fileset dir="${lib}" includes="**/*.jar" />
</classpath>
</junit>

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save