Browse Source

move test directories out of source tree

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1310205 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 13 years ago
parent
commit
72bdafb6b1
2 changed files with 5 additions and 5 deletions
  1. +1
    -1
      src/tests/antunit/types/resources/comparators/test.xml
  2. +4
    -4
      src/tests/antunit/types/resources/test.xml

+ 1
- 1
src/tests/antunit/types/resources/comparators/test.xml View File

@@ -22,7 +22,7 @@
<import file="../../../antunit-base.xml" />

<property name="dirname" value="work" />
<property name="dir" location="${dirname}" />
<property name="dir" location="${output}/${dirname}" />
<property name="echolevel" value="debug" />

<target name="tearDown">


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

@@ -20,10 +20,10 @@
<import file="../../antunit-base.xml" />

<property name="dirname" value="work" />
<property name="dir" location="${dirname}" />
<property name="zip" location="${dirname}.zip" />
<property name="jar" location="${dirname}.jar" />
<property name="file" location="${dirname}/file.txt" />
<property name="dir" location="${output}/${dirname}" />
<property name="zip" location="${output}/${dirname}.zip" />
<property name="jar" location="${output}/${dirname}.jar" />
<property name="file" location="${output}/${dirname}/file.txt" />
<condition property="offline">
<not>


Loading…
Cancel
Save