Browse Source

use a different name from local for the test local type

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275697 13f79535-47bb-0310-9956-ffa450edef68
remotes/1776816827838153613/tmp_25f451bd36ab3145e487fcb2cd5c62c571e5b602
Peter Reilly 23 years ago
parent
commit
c977aacfc4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/testcases/taskdefs/typedef.xml

+ 2
- 2
src/etc/testcases/taskdefs/typedef.xml View File

@@ -39,11 +39,11 @@
</target>

<target name="testLocal">
<typedef name="local"
<typedef name="localtype"
classname="org.example.types.TypedefTestType">
<classpath refid="testclasses" />
</typedef>
<local id="local" />
<localtype id="local" />
</target>

<target name="double-notpresent">


Loading…
Cancel
Save