--- a/common/templates/tag-hg-code.ant.xml.ftl Fri Jul 09 11:14:18 2010 +0100
+++ b/common/templates/tag-hg-code.ant.xml.ftl Fri Jul 09 11:16:32 2010 +0100
@@ -61,6 +61,8 @@
<arg value="-i"/>
<arg value="${pkg_detail.dst}"/>
</exec>
+ <!-- Remove any '+' on the end of the hash (indicating that the package overwrote some of its own source files during the build) -->
+ <propertyregex property="hash12.${count}" override="true" input="${dollar}{hash12.${count}}" regexp="\+$" replace=""/>
<!-- Get the full hash id -->
<exec executable="hg" dir="${ant['build.drive']}${pkg_detail.dst}" outputproperty="hash40.${count}" logError="true">
<arg value="log"/>
--- a/sf-package/symbian3_props.ant.xml Fri Jul 09 11:14:18 2010 +0100
+++ b/sf-package/symbian3_props.ant.xml Fri Jul 09 11:16:32 2010 +0100
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<project name="SYMBIAN3-PROPS">
- <property name="sf.spec.baseline.location" value="\\v800020\releases\PDK_3.0.i"/>
+ <property name="sf.spec.baseline.location" value="\\v800020\releases\PDK_3.0.0"/>
</project>