Browse Source

Adding start of copy tests

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268225 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
4fcabf3892
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      src/etc/testcases/taskdefs/copy.xml

+ 9
- 0
src/etc/testcases/taskdefs/copy.xml View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>

<project name="copy-test" basedir="." >

<target name="test1">
<copy file="copy.xml" todir="."/>
</target>

</project>

Loading…
Cancel
Save