Author: mbenson
Date: Thu Sep 14 07:47:29 2006
New Revision: 443368
URL: http://svn.apache.org/viewvc?view=rev&rev=443368
Log:
correction
Modified:
ant/core/trunk/docs/manual/CoreTypes/namespace.html
Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/namespace.html?view=diff&rev=443368&r1=443367&r2=443368
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/namespace.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/namespace.html Thu Sep 14 07:47:29 2006
@@ -192,7 +192,7 @@
of which extend the interface <tt>Condition</tt>. To integrate a
custom condition in Ant, you can now simply <code><typedef></code>
the
condition, and then use it anywhere develop.html#nestedtypwhere
conditions are allowed
- (assuming the containing element has a generic <tt>add(Condition)</tt>
or <tt>addConfigured(Configured)</tt>method):
+ (assuming the containing element has a generic <tt>add(Condition)</tt>
or <tt>addConfigured(Condition)</tt>method):
</p><pre> <typedef resource="org/example/conditions.properties" uri="<a
href="http://example.org/conditions">http://example.org/conditions</a>"/>
<condition property="prop" xmlns="<a
href="http://example.org/conditions">http://example.org/conditions</a>">
<and>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]