updating to add build-id for diamond in build.xml
authorTathagata Roy <royt@symbian.org>
Wed, 05 Aug 2009 12:13:19 +0100
changeset 328 f2f997f0ec98
parent 327 228efacd68af
child 329 6d8eb26d1ecf
updating to add build-id for diamond in build.xml
common/build.xml
--- a/common/build.xml	Tue Aug 04 12:39:29 2009 +0100
+++ b/common/build.xml	Wed Aug 05 12:13:19 2009 +0100
@@ -758,7 +758,8 @@
             <arg value="--test-drop-name=Smoketest-${build.id}"/> 
             <arg value="--device-name=GENERIC EMULATOR on ${env.COMPUTERNAME}"/>
             <arg value="--src=${sf.spec.test.package.location}\smoketest.zip"/>
-            <arg value="--dest=${sf.spec.test.package.location}\${sf.spec.test.package.name}"/>		
+            <arg value="--dest=${sf.spec.test.package.location}\${sf.spec.test.package.name}"/>	
+            <arg value="--build-id=http://${sf.spec.publish.diamonds.server}${diamonds.build.id}"/>			
         </exec>
         <!-- Now ready to send to ATS3 -->
     </target>