Browse Source

Update descriptor for new locations of tasks

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270232 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
76b7056721
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      proposal/myrmidon/src/manifest/runtime-ant-descriptor.xml

+ 6
- 6
proposal/myrmidon/src/manifest/runtime-ant-descriptor.xml View File

@@ -1,12 +1,12 @@
<ant-lib>
<types>
<!-- core tasks for operation -->
<task name="facility" classname="org.apache.myrmidon.libs.runtime.Facility" />
<task name="typedef" classname="org.apache.myrmidon.libs.runtime.TypeDef" />
<task name="converterdef" classname="org.apache.myrmidon.libs.runtime.ConverterDef" />
<task name="import" classname="org.apache.myrmidon.libs.runtime.Import" />
<!--<task name="ant-call" classname="org.apache.myrmidon.libs.runtime.AntCall" />-->
<task name="facility" classname="org.apache.antlib.runtime.Facility" />
<task name="typedef" classname="org.apache.antlib.runtime.TypeDef" />
<task name="converterdef" classname="org.apache.antlib.runtime.ConverterDef" />
<task name="import" classname="org.apache.antlib.runtime.Import" />
<!--<task name="ant-call" classname="org.apache.antlib.runtime.AntCall" />-->
</types>

</ant-lib>

Loading…
Cancel
Save