Browse Source

Add in a rebuild target to make things easier from IDEA

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

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

@@ -437,4 +437,9 @@ Legal:
</delete>
</target>

<target name="rebuild">
<antcall target="clean"/>
<antcall target="main"/>
</target>

</project>

Loading…
Cancel
Save