diff --git a/docs/manual/using.html b/docs/manual/using.html index 0d25e6ce0..9beecc753 100644 --- a/docs/manual/using.html +++ b/docs/manual/using.html @@ -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 -->