Browse Source

Made it work for those who are not me.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269649 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
bdc61a3229
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      proposal/myrmidon/src/make/primitive-tests.ant

+ 2
- 0
proposal/myrmidon/src/make/primitive-tests.ant View File

@@ -23,11 +23,13 @@ Legal:
<target name="main" depends="test-target" /> <target name="main" depends="test-target" />


<target name="file-manip"> <target name="file-manip">
<!--
<file-manip-test base-directory="."> <file-manip-test base-directory=".">
<source> <source>
<include value="**/*.java" /> <include value="**/*.java" />
</source> </source>
</file-manip-test> </file-manip-test>
-->
</target> </target>


<target name="undefined-task"> <target name="undefined-task">


Loading…
Cancel
Save