From bbca1796a244df7a3bce21e089016660cbed07b2 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 14 Sep 2006 14:47:29 +0000 Subject: [PATCH] correction git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@443368 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/namespace.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTypes/namespace.html b/docs/manual/CoreTypes/namespace.html index a09622d04..9305e8b76 100644 --- a/docs/manual/CoreTypes/namespace.html +++ b/docs/manual/CoreTypes/namespace.html @@ -192,7 +192,7 @@ of which extend the interface Condition. To integrate a custom condition in Ant, you can now simply <typedef> the condition, and then use it anywhere develop.html#nestedtypwhere conditions are allowed - (assuming the containing element has a generic add(Condition) or addConfigured(Configured)method): + (assuming the containing element has a generic add(Condition) or addConfigured(Condition)method):

 <typedef resource="org/example/conditions.properties" uri="http://example.org/conditions"/>
  <condition property="prop" xmlns="http://example.org/conditions">
    <and>