You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2007/05/09 16:50:25 UTC

svn commit: r536549 - /ant/core/trunk/src/tests/antunit/antunit-base.xml

Author: mbenson
Date: Wed May  9 07:50:24 2007
New Revision: 536549

URL: http://svn.apache.org/viewvc?view=rev&rev=536549
Log:
add importable file to give any antunit file a base for running itself

Added:
    ant/core/trunk/src/tests/antunit/antunit-base.xml   (with props)

Added: ant/core/trunk/src/tests/antunit/antunit-base.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/antunit-base.xml?view=auto&rev=536549
==============================================================================
--- ant/core/trunk/src/tests/antunit/antunit-base.xml (added)
+++ ant/core/trunk/src/tests/antunit/antunit-base.xml Wed May  9 07:50:24 2007
@@ -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>

Propchange: ant/core/trunk/src/tests/antunit/antunit-base.xml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org