Browse Source

test onyl works if invoked from root of Ant's source tree

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1310198 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 13 years ago
parent
commit
25fbde8b72
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/tests/antunit/types/resources/archives-test.xml

+ 3
- 3
src/tests/antunit/types/resources/archives-test.xml View File

@@ -24,7 +24,7 @@
<copy todir="${output}">
<archives>
<zips>
<fileset dir="../../../../../build/lib"
<fileset dir="${ant.home}/lib"
includes="ant-*.jar"/>
</zips>
</archives>
@@ -43,7 +43,7 @@
<copy todir="${output}">
<archives>
<zips>
<fileset dir="../../../../../build/lib"
<fileset dir="${ant.home}/lib"
includes="ant-launcher.jar"/>
</zips>
<tars>
@@ -63,7 +63,7 @@
<mkdir dir="${output}"/>
<archives id="ref">
<zips>
<fileset dir="../../../../../build/lib"
<fileset dir="${ant.home}/lib"
includes="ant-launcher.jar"/>
</zips>
</archives>


Loading…
Cancel
Save