Browse Source

Change <typedef> -> <type-def>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271091 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
73b65edb32
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      proposal/myrmidon/src/make/sample.ant

+ 4
- 4
proposal/myrmidon/src/make/sample.ant View File

@@ -42,10 +42,10 @@ Legal:
</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>


Loading…
Cancel
Save