diff -r 78ccc60a13b1 -r f2e526e44405 common/templates/source-spec.ant.xml.ftl --- a/common/templates/source-spec.ant.xml.ftl Wed Oct 07 11:09:46 2009 +0100 +++ b/common/templates/source-spec.ant.xml.ftl Wed Oct 07 11:12:20 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 @@ +