donaldp 01/12/17 01:16:40
Modified: proposal/myrmidon/src/manifest core-ant-descriptor.xml
Log:
Rename Echo task to Log as that is what it is actually doing.
Revision Changes Path
1.7 +1 -1
jakarta-ant/proposal/myrmidon/src/manifest/core-ant-descriptor.xml
Index: core-ant-descriptor.xml
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/manifest/core-ant-descriptor.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- core-ant-descriptor.xml 2001/12/16 11:56:46 1.6
+++ core-ant-descriptor.xml 2001/12/17 09:16:40 1.7
@@ -3,7 +3,7 @@
<types>
<!-- basic tasks/datatypes/coverters required in most environments -->
- <task name="echo" classname="org.apache.myrmidon.libs.core.Echo" />
+ <task name="log" classname="org.apache.myrmidon.libs.core.Log" />
<task name="property" classname="org.apache.myrmidon.libs.core.Property"
/>
</types>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>