Caught up from mercurial_development
authorBrendan Donegan brendand@symbian.org
Thu, 23 Jul 2009 12:04:38 +0100
changeset 302 47e1ffbb8e52
parent 301 d1e42f09003c (current diff)
parent 300 3bfe85cc59e1 (diff)
child 304 6a23ed4f83b5
Caught up from mercurial_development
common/build.xml
--- a/common/build.xml	Thu Jul 23 12:00:46 2009 +0100
+++ b/common/build.xml	Thu Jul 23 12:04:38 2009 +0100
@@ -760,7 +760,7 @@
             <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}"/>		
         </exec>
         <!-- Now ready to send to ATS3 -->
     </target>   
--- a/common/tools/ats/STAF/STAF_security.txt	Thu Jul 23 12:00:46 2009 +0100
+++ b/common/tools/ats/STAF/STAF_security.txt	Thu Jul 23 12:04:38 2009 +0100
@@ -2,4 +2,5 @@
 TRUST LEVEL 5 MACHINE sym-build02.*
 TRUST LEVEL 5 MACHINE lon-engbuild87.*
 TRUST LEVEL 5 MACHINE lon-engbuild89.*
+TRUST LEVEL 5 MACHINE uk-brendand.*
 
--- a/common/tools/ats/devices/sym-build02/EMULATOR_GENERIC_SYMBUILD02.properties	Thu Jul 23 12:00:46 2009 +0100
+++ b/common/tools/ats/devices/sym-build02/EMULATOR_GENERIC_SYMBUILD02.properties	Thu Jul 23 12:04:38 2009 +0100
@@ -7,7 +7,7 @@
 
 CONNECTION=emulator
 
-TEMPDIR=C:\\ATS3
+TEMPDIR=D:\\ATS3
 
 CLASS=GenericTestableDevice
 
--- a/sf-platform/build.xml	Thu Jul 23 12:00:46 2009 +0100
+++ b/sf-platform/build.xml	Thu Jul 23 12:04:38 2009 +0100
@@ -35,11 +35,9 @@
 	
 	<else>
 	    <!-- TODO use better method to export or wait for GenXML fix?-->
-        <copy file="${build.output.dir}\build\input\0000000000000001_system_model_os.xml"
+        <copy file="${build.output.dir}\build\input\0000000000000001_system_model.xml"
         tofile="${canonical.sysdef.file}" failonerror="false" verbose="true"/>
 
-	    <!-- TODO targets for single sysdef build -->
-	    <runtarget target="sf-os-compile"/>
 	</else>
         </if>