Browse Source

Added support for the @ant:type tag, for general-purpose type definitions.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271576 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
67e530be60
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      proposal/myrmidon/src/manifest/ant-descriptor.template

+ 8
- 0
proposal/myrmidon/src/manifest/ant-descriptor.template View File

@@ -18,6 +18,14 @@
</XDtClass:ifHasClassTag>
</XDtClass:forAllClasses>

<XDtClass:forAllClasses>
<XDtClass:forAllClassTags tagName="ant:type">
<<XDtClass:classTagValue tagName="ant:type" paramName="type"/>
name="<XDtClass:classTagValue tagName="ant:type" paramName="name"/>"
classname="<XDtClass:fullClassName/>" />
</XDtClass:forAllClassTags>
</XDtClass:forAllClasses>

<XDtClass:forAllClasses type="org.apache.aut.converter.Converter">
<XDtClass:ifHasClassTag tagName="ant:converter">
<converter classname="<XDtClass:fullClassName/>"


Loading…
Cancel
Save