# HG changeset patch # User Dario Sestito # Date 1248110239 -3600 # Node ID 55c062276b221f0afd81d2ecef29fa803bfbd253 # Parent 2f097e4f5384d7b8c5ddf38ed0d6f3277a312f05 Enable build tagging on Diamonds (default: 'test') diff -r 2f097e4f5384 -r 55c062276b22 common/build.xml --- a/common/build.xml Mon Jul 20 17:15:58 2009 +0100 +++ b/common/build.xml Mon Jul 20 18:17:19 2009 +0100 @@ -209,6 +209,7 @@ + @@ -331,6 +332,15 @@ + + [SF-TAG-BUILD] + + + ant: antProperties() + + + + [SF-POSTBUILD] diff -r 2f097e4f5384 -r 55c062276b22 common/common_props.ant.xml --- a/common/common_props.ant.xml Mon Jul 20 17:15:58 2009 +0100 +++ b/common/common_props.ant.xml Mon Jul 20 18:17:19 2009 +0100 @@ -54,7 +54,7 @@ - + diff -r 2f097e4f5384 -r 55c062276b22 common/diamonds/config.xml.ftl --- a/common/diamonds/config.xml.ftl Mon Jul 20 17:15:58 2009 +0100 +++ b/common/diamonds/config.xml.ftl Mon Jul 20 18:17:19 2009 +0100 @@ -71,6 +71,7 @@ defer="true"/> + diff -r 2f097e4f5384 -r 55c062276b22 common/diamonds/sf-tag-build.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/diamonds/sf-tag-build.xml.ftl Mon Jul 20 18:17:19 2009 +0100 @@ -0,0 +1,8 @@ + + + + 10 + + ${ant['sf.spec.publish.diamonds.tag']} + + \ No newline at end of file