From a812b0a411cf480013ea88e0a272d82143be4702 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 18 Jun 2003 08:10:21 +0000 Subject: [PATCH] Add url attribute to the properties task PR: 20749 Obtained from: Andrew Ferguson git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274675 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/property.html | 39 ++++++++------ src/etc/testcases/taskdefs/property.xml | 10 +++- .../apache/tools/ant/taskdefs/Property.java | 51 +++++++++++++++++-- .../tools/ant/taskdefs/PropertyTest.java | 34 +++++++------ 4 files changed, 98 insertions(+), 36 deletions(-) diff --git a/docs/manual/CoreTasks/property.html b/docs/manual/CoreTasks/property.html index 747f5d565..f9634b065 100644 --- a/docs/manual/CoreTasks/property.html +++ b/docs/manual/CoreTasks/property.html @@ -12,14 +12,17 @@

Sets a property (by name and value), or set of properties (from file or resource) in the project. Properties are case sensitive.

Properties are immutable: whoever sets a property first freezes it for the - rest of the build; they are most definately not variable. -

There are five ways to set properties:

+ rest of the build; they are most definately not variable. +

There are six ways to set properties: