Ver código fonte

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 anos atrás
pai
commit
7289169214
2 arquivos alterados com 11 adições e 0 exclusões
  1. 5
    0
      build.xml
  2. 6
    0
      default.properties

+ 5
- 0
build.xml Ver arquivo

74
 
74
 
75
     <available file="/bin/bash" property="has.bash"/>	
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
         This will revert the svn revision in Main.java to prevent commiting the
83
         This will revert the svn revision in Main.java to prevent commiting the
79
         change everyt time someone builds and causing conflicts.
84
         change everyt time someone builds and causing conflicts.

+ 6
- 0
default.properties Ver arquivo

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/

Carregando…
Cancelar
Salvar