Merge
authorMaciej Seroka <maciejs@symbian.org>
Fri, 09 Jul 2010 11:16:32 +0100
changeset 1156 60b4235c5481
parent 1155 1bd0e92dbd45 (current diff)
parent 1152 08f7282dae54 (diff)
child 1157 06290277aa33
Merge
--- 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>