donaldp 01/12/17 00:47:55
Modified: proposal/myrmidon/src/manifest runtime-ant-descriptor.xml
Log:
Update descriptor for new locations of tasks
Revision Changes Path
1.5 +6 -6
jakarta-ant/proposal/myrmidon/src/manifest/runtime-ant-descriptor.xml
Index: runtime-ant-descriptor.xml
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/manifest/runtime-ant-descriptor.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- runtime-ant-descriptor.xml 2001/06/29 02:40:10 1.4
+++ runtime-ant-descriptor.xml 2001/12/17 08:47:55 1.5
@@ -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>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>