Author: mbenson
Date: Thu Sep 14 07:52:45 2006
New Revision: 443373
URL: http://svn.apache.org/viewvc?view=rev&rev=443373
Log:
aah, don't duplicate link in same section
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=443373&r1=443372&r2=443373
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/namespace.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/namespace.html Thu Sep 14 07:52:45 2006
@@ -191,7 +191,7 @@
<code><condition></code> task, which supports various nested
conditions, all
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 <a
href="../develop.html#nestedtype">nested</a> conditions are allowed
+ condition, and then use it anywhere nested conditions are allowed
(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>">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]