Browse Source

add importable file to give any antunit file a base for running itself

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@536549 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
dffefa0a03
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      src/tests/antunit/antunit-base.xml

+ 11
- 0
src/tests/antunit/antunit-base.xml View File

@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<project name="antunit-base">

<target name="antunit">
<antunit xmlns="antlib:org.apache.ant.antunit">
<plainlistener />
<file file="${ant.file}" xmlns="antlib:org.apache.tools.ant" />
</antunit>
</target>

</project>

Loading…
Cancel
Save