From 6a0ad17b8f92061010bc5195834ced5f5cdfc89d Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Wed, 4 Nov 2009 22:58:58 +0000 Subject: [PATCH] Anchors should be inside, not outside, header tags. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832894 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/properties.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/properties.html b/docs/manual/properties.html index 798abd551..2d959d444 100644 --- a/docs/manual/properties.html +++ b/docs/manual/properties.html @@ -50,7 +50,7 @@ the one of the macrodef task.

-

Built-in Properties

+

Built-in Properties

Ant provides access to all system properties as if they had been defined using a <property> task. For @@ -97,7 +97,7 @@ ant.library.dir the directory that has been used to load Ant's jars from. In most cases this is ANT_HOME/lib. -

PropertyHelpers

+

PropertyHelpers

Ant's property handling is accomplished by an instance of org.apache.tools.ant.PropertyHelper associated with @@ -275,8 +275,8 @@ public class ToStringEvaluator implements PropertyHelper.PropertyEvaluator { Antlib provides a few interesting evaluators but there are also a few built-in ones.

-

Getting the value of a Reference with - ${toString:}

+

Getting the value of a Reference with + ${toString:}

Any Ant type which has been declared with a reference can also its string value extracted by using the ${toString:}