Browse Source

Use ant.properties rather than .ant.properties

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272097 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
c4586b5d4d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proposal/myrmidon/docs.xml

+ 1
- 1
proposal/myrmidon/docs.xml View File

@@ -4,7 +4,7 @@
Give user a chance to override without editing this file
(and without typing -D each time he compiles it)
-->
<property file=".ant.properties"/>
<property file="ant.properties"/>
<property file="${user.home}/.ant.properties"/>

<target name="main">


Loading…
Cancel
Save