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/04 21:11:55 UTC

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

Author: jlboudart
Date: Thu Oct  4 21:11:55 2012
New Revision: 1394269

URL: http://svn.apache.org/viewvc?rev=1394269&view=rev
Log:
Rollback changes on publish.overwrite / haltOnFailure
Ivy 1 - JeanLouis 0

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=1394269&r1=1394268&r2=1394269&view=diff
==============================================================================
--- incubator/easyant/core/trunk/module.ant (original)
+++ incubator/easyant/core/trunk/module.ant Thu Oct  4 21:11:55 2012
@@ -25,8 +25,6 @@
 	<property name="xooki.resources.include.pattern" value="style/**,images/**,sortable.js" />
 	<property name="eadoc.documentation.dir" value="${xooki.temp.dir}" />
 
-	<property name="plugin.install.overwrite" value="false" />
-
 	<property name="project.ivy.instance" value="easyant.ivy.instance" />
 	<property name="release.resolver" value="easyant-shared-modules" />
 	<property name="shared.resolver" value="easyant-shared-modules" />
@@ -187,7 +185,7 @@
 		<attribute name="module" />
 		<attribute name="revision" />
 		<sequential>
-			<ivy:install matcher="exactOrRegexp" from="apache-easyant-plugins" to="core" organisation="@{organisation}" module="@{module}" revision="@{revision}" settingsRef="easyant.ivy.instance" overwrite="${plugin.install.overwrite}" haltOnFailure="false"/>
+			<ivy:install matcher="exactOrRegexp" from="apache-easyant-plugins" to="core" organisation="@{organisation}" module="@{module}" revision="@{revision}" settingsRef="easyant.ivy.instance" overwrite="true" />
 		</sequential>
 	</macrodef>