# HG changeset patch # User Maciej Seroka # Date 1276244508 -3600 # Node ID 7e72cd1ef70ad661c0c5248859985e3f91708752 # Parent 461755d25d57900e5089fc3e7bc5a75725bf69fe# Parent abefe29622321240698e8ad71b6933c8cc56fc65 Catchup merge diff -r 461755d25d57 -r 7e72cd1ef70a common/build.postbuild.xml --- a/common/build.postbuild.xml Fri Jun 11 09:20:11 2010 +0100 +++ b/common/build.postbuild.xml Fri Jun 11 09:21:48 2010 +0100 @@ -100,7 +100,41 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -111,6 +145,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ant: antProperties() + data: csv(${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) + + + + + @@ -630,12 +717,12 @@ - - - - - - + + + + + + @@ -781,15 +868,29 @@ - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff -r 461755d25d57 -r 7e72cd1ef70a common/templates/push-hg-tags.ant.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/templates/push-hg-tags.ant.xml.ftl Fri Jun 11 09:21:48 2010 +0100 @@ -0,0 +1,44 @@ + + + + <#assign dollar = "$"/> + + <#assign target_depends = "" /> + <#assign count = 0 /> + + <#list data as pkg_detail> + + + + + + + + + + + + + + + + + + + + + + + + + <#if (count > 0) > + <#assign target_depends ="${target_depends}" + ", "/> + + <#assign target_depends = "${target_depends}" + "sf-push-hg-tag-${count}" /> + + <#assign count = count + 1 /> + + + + + diff -r 461755d25d57 -r 7e72cd1ef70a common/templates/tag-hg-code.ant.xml.ftl --- a/common/templates/tag-hg-code.ant.xml.ftl Fri Jun 11 09:20:11 2010 +0100 +++ b/common/templates/tag-hg-code.ant.xml.ftl Fri Jun 11 09:21:48 2010 +0100 @@ -80,19 +80,11 @@ + + - - - - - - - - - - <#if (count > 0) >