From 0b8d5fcec1e59c8b3fad92da01851a772b08bd59 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Thu, 21 Feb 2002 06:39:30 +0000 Subject: [PATCH] being rigorous git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271462 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/using.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -->