adammurdoch 02/02/02 16:01:53
Modified: proposal/myrmidon/src/make sample.ant
Log:
Change <typedef> -> <type-def>
Revision Changes Path
1.29 +4 -4 jakarta-ant/proposal/myrmidon/src/make/sample.ant
Index: sample.ant
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/make/sample.ant,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sample.ant 2 Feb 2002 15:45:21 -0000 1.28
+++ sample.ant 3 Feb 2002 00:01:53 -0000 1.29
@@ -42,10 +42,10 @@
</target>
<target name="typedef-test">
- <typedef name="log2"
- type="task"
- classname="org.apache.antlib.core.Log"
- lib="../../dist/lib/core.atl" />
+ <type-def name="log2"
+ type="task"
+ classname="org.apache.antlib.core.Log"
+ lib="../../dist/lib/core.atl" />
<log2 message="Luke to Echo base. Can you hear me?"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>