Browse Source

hardy has a separate junit4 package, lets point at that not a junit3 jar that we have replaced with a junit4 one

Fixes builds not building


git-svn-id: http://svn.dmdirc.com/trunk@4003 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
5ea56e14ad
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      default.properties

+ 2
- 2
default.properties View File

@@ -1,6 +1,6 @@
1 1
 libs.junit.classpath=/usr/share/java/junit.jar
2
-libs.junit_4.classpath=/usr/share/java/junit.jar
2
+libs.junit_4.classpath=/usr/share/java/junit4.jar
3 3
 libs.junit.javadoc=
4 4
 
5 5
 doccheck.path=doccheck.jar
6
-doccheck.dir=reports/doccheck/
6
+doccheck.dir=reports/doccheck/

Loading…
Cancel
Save