Browse Source

being rigorous

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271462 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
0b8d5fcec1
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/manual/using.html

+ 3
- 3
docs/manual/using.html View File

@@ -227,9 +227,9 @@ ant.java.version the JVM version Ant detected; currently it can hold
simple example build file
</description>
<!-- set global properties for this build -->
<property name="src" value="src"/>
<property name="build" value="build"/>
<property name="dist" value="dist"/>
<property name="src" location="src"/>
<property name="build" location="build"/>
<property name="dist" location="dist"/>

<target name="init">
<!-- Create the time stamp -->


Loading…
Cancel
Save