From 581c1aa795ce9bc7d8af3c0b8d9ff53a6d89132f Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 2 Jul 2003 14:25:59 +0000 Subject: [PATCH] Remove "outside of target" as this restriction is not the case for ant 1.6. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274740 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/loadproperties.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/loadproperties.html b/docs/manual/CoreTasks/loadproperties.html index 81fd78d86..641b5fea9 100644 --- a/docs/manual/CoreTasks/loadproperties.html +++ b/docs/manual/CoreTasks/loadproperties.html @@ -11,8 +11,7 @@

Load a file's contents as Ant properties. This is equivalent to <property file="..."/> except that it -supports nested <filterchain> elements and it cannot be -specified outside a target. +supports nested <filterchain> elements.

If you want to simulate property's