Browse Source

remove temp antunit overridden target

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@915993 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 15 years ago
parent
commit
37b33d60cb
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      src/tests/antunit/taskdefs/exec/exec-test.xml

+ 0
- 8
src/tests/antunit/taskdefs/exec/exec-test.xml View File

@@ -18,14 +18,6 @@
<project name="exec-test" default="antunit" xmlns:au="antlib:org.apache.ant.antunit">
<import file="../../antunit-base.xml" />

<target name="antunit">
<mkdir dir="${java.io.tmpdir}/antunit-exec" />
<antunit xmlns="antlib:org.apache.ant.antunit">
<plainlistener sendLogTo="both" toDir="${java.io.tmpdir}/antunit-exec" logLevel="debug" />
<file file="${ant.file}" xmlns="antlib:org.apache.tools.ant" />
</antunit>
</target>

<macrodef name="assert-trimmed-resource-content">
<attribute name="content" />
<attribute name="astext" default="true" />


Loading…
Cancel
Save