build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f34f8b0f901130853fe2d24072048d85a63940c5
Author: Stefan Frey <ste...@we...>
Date: Thu Sep 8 14:45:34 2011 +0200
Updated for the new Junit 4.8.2 library
diff --git a/build.xml b/build.xml
index 03699f2..00fcd78 100644
--- a/build.xml
+++ b/build.xml
@@ -24,7 +24,7 @@
<pathelement location="lib/batik-1.7/lib/batik-ext.jar"/>
<pathelement location="lib/jgraph5/jgraph.jar"/>
<pathelement location="lib/jgrapht-0.7.3/jgrapht-jdk1.5.jar"/>
- <pathelement location="lib/junit_3.8.2/junit.jar"/>
+ <pathelement location="lib/junit-4.8.2/junit.jar"/>
</path>
<target depends="clean" name="init">
<mkdir dir="classes"/>
|