Explorar el Código

Ant sucks, removing default.properties


git-svn-id: http://svn.dmdirc.com/trunk@4010 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack hace 16 años
padre
commit
e8cc3c9263
Se han modificado 2 ficheros con 0 adiciones y 11 borrados
  1. 0
    5
      build.xml
  2. 0
    6
      default.properties

+ 0
- 5
build.xml Ver fichero

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
-
82
     <!--
77
     <!--
83
         This will revert the svn revision in Main.java to prevent commiting the
78
         This will revert the svn revision in Main.java to prevent commiting the
84
         change everyt time someone builds and causing conflicts.
79
         change everyt time someone builds and causing conflicts.

+ 0
- 6
default.properties Ver fichero

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/

Loading…
Cancelar
Guardar