瀏覽代碼

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 16 年之前
父節點
當前提交
e8cc3c9263
共有 2 個檔案被更改,包括 0 行新增11 行删除
  1. 0
    5
      build.xml
  2. 0
    6
      default.properties

+ 0
- 5
build.xml 查看文件

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

+ 0
- 6
default.properties 查看文件

@@ -1,6 +0,0 @@
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…
取消
儲存