# HG changeset patch # User MattD # Date 1254749659 -3600 # Node ID 920441a385c6b1ce65b22b1cba65ca603c76749e # Parent e84c8ee03c7f06e8c8fcbe7cf56312362cd5ca28 Bug 419 source sync workaround - Added new variable 'sf.spec.sourcesync.bug419' that can be used during source sync that just performs the sync manually without using Maven. diff -r e84c8ee03c7f -r 920441a385c6 common/templates/source-spec.ant.xml.ftl --- a/common/templates/source-spec.ant.xml.ftl Fri Oct 02 14:12:58 2009 +0100 +++ b/common/templates/source-spec.ant.xml.ftl Mon Oct 05 14:34:19 2009 +0100 @@ -17,6 +17,17 @@ <#assign fast_sync = false /> +<#if ("${ant['sf.spec.sourcesync.bug419']}")??> + <#if "${ant['sf.spec.sourcesync.bug419']}" == "true"> + <#assign bug419 = true /> + <#else> + <#assign bug419 = false /> + +<#else> + <#assign bug419 = false /> + + + @@ -55,6 +66,19 @@ + <#if bug419 > + + + + + + + + + + + + <#else> <#if "${pkg_detail.type}"=="tag" > @@ -71,6 +95,7 @@ +