Browse Source

aah, don't duplicate link in same section

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@443373 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
62a6312d2a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTypes/namespace.html

+ 1
- 1
docs/manual/CoreTypes/namespace.html View File

@@ -191,7 +191,7 @@
<code>&lt;condition&gt;</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>&lt;typedef&gt;</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> &lt;typedef resource="org/example/conditions.properties" uri="<a href="http://example.org/conditions">http://example.org/conditions</a>"/&gt;
&lt;condition property="prop" xmlns="<a href="http://example.org/conditions">http://example.org/conditions</a>"&gt;


Loading…
Cancel
Save