Browse Source

Simple demo for copy

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

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

@@ -230,4 +230,8 @@ Legal:
</try-catch>
</target>

<target name="copy-test">
<copy file="sample.ant" dest-file="../../dist/bin/sample.ant-copied.txt"/>
</target>

</project>

Loading…
Cancel
Save