Browse Source

*shrug* - now works ok without the abstract="true". I must have been seeing things yesterday.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270744 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 23 years ago
parent
commit
48a9017850
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proposal/myrmidon/src/manifest/core-ant-descriptor.template

+ 1
- 1
proposal/myrmidon/src/manifest/core-ant-descriptor.template View File

@@ -2,7 +2,7 @@

<types>

<XDtClass:forAllClasses abstract="true" type="org.apache.myrmidon.api.AbstractTask" extent="hierarchy">
<XDtClass:forAllClasses type="org.apache.myrmidon.api.AbstractTask" extent="hierarchy">
<XDtClass:ifHasClassTag tagName="ant:task">
<task name="<XDtClass:classTagValue tagName="ant:task" paramName="name"/>"
classname="<XDtClass:fullClassName/>"/>


Loading…
Cancel
Save