Browse Source

Add default junit paths to project.properties, as having them in default.properties doesn't seem to work (and I can't really see a point in having a separate properties file for them)


git-svn-id: http://svn.dmdirc.com/trunk@4004 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Chris Smith 16 years ago
parent
commit
5d21797f17
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      nbproject/project.properties

+ 7
- 0
nbproject/project.properties View File

@@ -1,3 +1,10 @@
1
+libs.junit.classpath=/usr/share/java/junit.jar
2
+libs.junit_4.classpath=/usr/share/java/junit4.jar
3
+libs.junit.javadoc=
4
+
5
+doccheck.path=doccheck.jar
6
+doccheck.dir=reports/doccheck/
7
+
1 8
 application.args=
2 9
 build.classes.dir=${build.dir}/classes
3 10
 build.classes.excludes=**/*.java,**/*.form,**/*.svg,**/*.xcf,**/*.sh

Loading…
Cancel
Save