Browse Source

Load settings from ant.proeprties rather than .ant.properties to make it easier to use for windows users

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

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

@@ -20,7 +20,7 @@ Legal:
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"/>

<property name="name" value="myrmidon"/>


Loading…
Cancel
Save