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/10/14 17:13:21 UTC

svn commit: r1398104 - /incubator/easyant/core/trunk/module.ant

Author: jlboudart
Date: Sun Oct 14 17:13:20 2012
New Revision: 1398104

URL: http://svn.apache.org/viewvc?rev=1398104&view=rev
Log:
Fix module.ant according to recently renamed extensionPoints (no EP ending with -finished)
If this break the jenkins build please, clean ivy cache

Modified:
    incubator/easyant/core/trunk/module.ant

Modified: incubator/easyant/core/trunk/module.ant
URL: http://svn.apache.org/viewvc/incubator/easyant/core/trunk/module.ant?rev=1398104&r1=1398103&r2=1398104&view=diff
==============================================================================
--- incubator/easyant/core/trunk/module.ant (original)
+++ incubator/easyant/core/trunk/module.ant Sun Oct 14 17:13:20 2012
@@ -98,7 +98,7 @@
 
 	</target>
 
-	<target name="stage-dist" depends="prepare-distribution, abstract-provisioning:provisioning-finished">
+	<target name="stage-dist" depends="prepare-distribution, abstract-provisioning:provisioning">
 
 		<mkdir dir="${target.dist}" />