Browse Source

Allow per-project properties file

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

+ 1
- 0
build.xml View File

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

<property name="Name" value="Ant"/>
<property name="name" value="ant"/>


Loading…
Cancel
Save