Переглянути джерело

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/

Завантаження…
Відмінити
Зберегти