From e2fa3d410fe4566a196d0d005be9c2c753d374ac Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Mon, 25 Sep 2006 15:15:27 +0000 Subject: [PATCH] correctly mark property resource type as . git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449705 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/resources.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTypes/resources.html b/docs/manual/CoreTypes/resources.html index f2b7b0cc4..634653ba8 100644 --- a/docs/manual/CoreTypes/resources.html +++ b/docs/manual/CoreTypes/resources.html @@ -43,7 +43,7 @@ explicit use beginning in Ant 1.7.
  • gzipresource - a GZip compressed resource.
  • javaresource - a resource loadable via a Java classloader.
  • -
  • property - an Ant property.
  • +
  • propertyresource - an Ant property.
  • string - a text string.
  • tarentry - an entry in a tar file.
  • url - a URL.
  • @@ -264,7 +264,7 @@ element.

    -

    property

    +

    propertyresource

    Represents an Ant property.