renamed 'sf-tag-build' to 'sf-diamonds-tag-build' to stop unneccessary confusion with source tagging...
--- a/common/build.xml Mon Aug 24 11:16:39 2009 +0100
+++ b/common/build.xml Mon Aug 24 14:35:52 2009 +0100
@@ -175,7 +175,7 @@
<istrue value="${sf.spec.publish.enable}"/>
<then>
<runtarget target="diamonds"/>
- <runtarget target="sf-tag-build"/>
+ <runtarget target="sf-diamonds-tag-build"/>
</then>
</if>
@@ -291,8 +291,8 @@
</if>
</target>
- <target name="sf-tag-build">
- <echo>[SF-TAG-BUILD]</echo>
+ <target name="sf-diamonds-tag-build">
+ <echo>[SF-DIAMONDS-TAG-BUILD]</echo>
<fmpp sourceFile="${sf.common.config.dir}/diamonds/sf-tag-build.xml.ftl" outputFile="${build.drive}/output/logs/sf-tag-build.xml">
<data expandProperties="yes">
ant: antProperties()
--- a/common/diamonds/config.xml.ftl Mon Aug 24 11:16:39 2009 +0100
+++ b/common/diamonds/config.xml.ftl Mon Aug 24 14:35:52 2009 +0100
@@ -71,7 +71,7 @@
defer="true"/>
<!-- SF specific -->
- <target name="sf-tag-build"/>
+ <target name="sf-diamonds-tag-build"/>
<target name="sf-diamondize-bom"/>
<target name="sf-run-analysis"/>
</targets>