Browse Source

Modify to demonstrate X-Project DAG.

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

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

@@ -21,7 +21,7 @@ Legal:

<property name="year" value="2000"/>

<target name="main" depends="typedef-test, converterdef-test, datatype-test, namespace-test" />
<target name="main" depends="typedef-test, converterdef-test, datatype-test, namespace-test, prim->main" />

<target name="all" depends="property-test, typedef-test, converterdef-test, ant-call-test, datatype-test, namespace-test" />



Loading…
Cancel
Save