Browse Source

Switch on the 'build' antlib.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272065 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
7b8efdc41e
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      proposal/myrmidon/build.xml

+ 4
- 0
proposal/myrmidon/build.xml View File

@@ -523,6 +523,10 @@ Legal:
<ant antfile="antlib.xml">
<property name="antlib.name" value="java"/>
</ant>

<ant antfile="antlib.xml">
<property name="antlib.name" value="build"/>
</ant>
</target>

<!-- Compiles and runs the unit tests -->


Loading…
Cancel
Save