Browse Source

Make sure the check_for_optional_packages is processed before compoile

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

+ 1
- 1
proposal/myrmidon/build.xml View File

@@ -175,7 +175,7 @@ Legal:




<!-- Compiles the source code --> <!-- Compiles the source code -->
<target name="compile">
<target name="compile" depends="check_for_optional_packages">


<tstamp/> <tstamp/>
<mkdir dir="${build.src}"/> <mkdir dir="${build.src}"/>


Loading…
Cancel
Save