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


Loading…
Cancel
Save