Browse Source

Merge from ANT_16_BRANCH

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275389 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
da4e81bbbf
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      src/etc/testcases/types/selectors.xml

+ 6
- 2
src/etc/testcases/types/selectors.xml View File

@@ -130,8 +130,12 @@
<target name="modifiedselectortest-scenario-prepare">
<mkdir dir="${test.dir}/src"/>
<copy todir="${test.dir}/src">
<fileset dir="${ant.home}/lib" includes="ant.jar"/>
<fileset dir="${ant.home}/bin"/>
<fileset dir="${ant.home}/lib" includes="ant.jar">
<type type="file"/>
</fileset>
<fileset dir="${ant.home}/bin">
<type type="file"/>
</fileset>
</copy>
<touch datetime="12/24/2002 4:00 pm">
<fileset dir="${test.dir}"/>


Loading…
Cancel
Save