ソースを参照

Added default.properties file with default junit paths

This is sourced before private.properties, user.properties and project.properties


git-svn-id: http://svn.dmdirc.com/trunk@3907 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16年前
コミット
7289169214
2個のファイルの変更11行の追加0行の削除
  1. 5
    0
      build.xml
  2. 6
    0
      default.properties

+ 5
- 0
build.xml ファイルの表示

@@ -74,6 +74,11 @@
74 74
 
75 75
     <available file="/bin/bash" property="has.bash"/>	
76 76
 
77
+    <target name="-pre-init">
78
+        <!-- Source default properties files before private/user/project ones -->
79
+        <property file="default.properties"/>
80
+    </target>
81
+
77 82
     <!--
78 83
         This will revert the svn revision in Main.java to prevent commiting the
79 84
         change everyt time someone builds and causing conflicts.

+ 6
- 0
default.properties ファイルの表示

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

読み込み中…
キャンセル
保存