# HG changeset patch # User MattD # Date 1254749769 -3600 # Node ID 0f31ee0280c20215d2feb307c63a4e32086e8548 # Parent 920441a385c6b1ce65b22b1cba65ca603c76749e# Parent afb8726c3275d0476af5b6977eb3f6b916d86968 Catchup merge diff -r afb8726c3275 -r 0f31ee0280c2 common/templates/source-spec.ant.xml.ftl --- a/common/templates/source-spec.ant.xml.ftl Mon Oct 05 13:42:55 2009 +0100 +++ b/common/templates/source-spec.ant.xml.ftl Mon Oct 05 14:36:09 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 @@ +