You are viewing a plain text version of this content. The canonical link for it is here.
Posted to easyant-commits@incubator.apache.org by jl...@apache.org on 2012/07/25 19:03:29 UTC

svn commit: r1365697 - /incubator/easyant/plugins/trunk/antunit/src/main/resources/antunit.ant

Author: jlboudart
Date: Wed Jul 25 19:03:29 2012
New Revision: 1365697

URL: http://svn.apache.org/viewvc?rev=1365697&view=rev
Log:
removes reference to easyant.ivy.instance in antunit plugin since we introduce a new task to invoke it :)

Modified:
    incubator/easyant/plugins/trunk/antunit/src/main/resources/antunit.ant

Modified: incubator/easyant/plugins/trunk/antunit/src/main/resources/antunit.ant
URL: http://svn.apache.org/viewvc/incubator/easyant/plugins/trunk/antunit/src/main/resources/antunit.ant?rev=1365697&r1=1365696&r2=1365697&view=diff
==============================================================================
--- incubator/easyant/plugins/trunk/antunit/src/main/resources/antunit.ant (original)
+++ incubator/easyant/plugins/trunk/antunit/src/main/resources/antunit.ant Wed Jul 25 19:03:29 2012
@@ -71,10 +71,6 @@
 		<attribute name="prefix" />
 		<sequential>
 			<au:antunit failOnError="false" errorProperty="antunit.@{prefix}.failed">
-                                <referenceSet>
-                                    <!--copy easyant.ivy.instance, then antunit test would be able to invoke ivy to resolve dependencies -->
-                                    <reference refid="easyant.ivy.instance"/>
-                                </referenceSet>
 				<fileset dir="${src.@{prefix}.antunit}" includes="${@{prefix}.antunit.includes.pattern}" excludes="${@{prefix}.antunit.excludes.pattern}" />
 				<au:plainlistener logLevel="${test.antunit.log.level}" />
 				<au:xmllistener toDir="${target.antunit.xml}" logLevel="${test.antunit.log.level}" />