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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]