Removed settings of some properties that can just be picked up from the file common to all platforms.
authorSimon Howkins <simonh@symbian.org>
Thu, 12 Nov 2009 12:10:10 +0000
changeset 293 0c10d00e2fee
parent 290 4d217173fa4e
child 294 659588103ddb
Removed settings of some properties that can just be picked up from the file common to all platforms.
symbian2/micro/job_props.ant.xml
symbian2/single/job_props.ant.xml
symbian2/split/job_props.ant.xml
symbian3/micro/job_props.ant.xml
symbian3/single/job_props.ant.xml
symbian3/split/job_props.ant.xml
--- a/symbian2/micro/job_props.ant.xml	Fri Nov 06 17:41:31 2009 +0000
+++ b/symbian2/micro/job_props.ant.xml	Thu Nov 12 12:10:10 2009 +0000
@@ -28,13 +28,8 @@
     <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
 
     <!-- get full source env and binaries from pdk -->
-    <property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... -->
-    <property name="sf.spec.baseline.clean"          value="false"/>
-    <property name="sf.spec.baseline.select"         value="location" />
     <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\${sf.previous.pdk.tag}" />
     
-    <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/>
-    <property name="sf.spec.toolsbaseline.select"         value="location" />
     <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_1.2" /> <!-- for TEF etc -->
     
     <!-- platform build specific properties -->
--- a/symbian2/single/job_props.ant.xml	Fri Nov 06 17:41:31 2009 +0000
+++ b/symbian2/single/job_props.ant.xml	Thu Nov 12 12:10:10 2009 +0000
@@ -29,13 +29,8 @@
     <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
 
     <!-- get full source env and binaries from pdk -->
-    <property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... -->
-    <property name="sf.spec.baseline.clean"          value="false"/>
-    <property name="sf.spec.baseline.select"         value="location" />
     <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\${sf.previous.pdk.tag}" />
     
-    <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/>
-    <property name="sf.spec.toolsbaseline.select"         value="location" />
     <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_1.2" /> <!-- for TEF etc -->
     
     <!-- platform build specific properties -->
--- a/symbian2/split/job_props.ant.xml	Fri Nov 06 17:41:31 2009 +0000
+++ b/symbian2/split/job_props.ant.xml	Thu Nov 12 12:10:10 2009 +0000
@@ -27,13 +27,9 @@
     <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
 
     <!-- get full source env and binaries from pdk -->
-    <property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... -->
-    <property name="sf.spec.baseline.clean"          value="false"/>
-    <property name="sf.spec.baseline.select"         value="location" />
+    <property name="sf.spec.baseline.getenv_options" value="-I tools -k"/> <!-- Sync the tools... -->
     <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\${sf.previous.pdk.tag}" />
     
-    <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/>
-    <property name="sf.spec.toolsbaseline.select"         value="location" />
     <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_1.2" /> <!-- for TEF etc -->
     
     <!-- platform build specific properties -->
--- a/symbian3/micro/job_props.ant.xml	Fri Nov 06 17:41:31 2009 +0000
+++ b/symbian3/micro/job_props.ant.xml	Thu Nov 12 12:10:10 2009 +0000
@@ -29,13 +29,8 @@
     <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
 
     <!-- get full source env and binaries from pdk -->
-    <property name="sf.spec.baseline.getenv_options" value="-I tools -k"/> <!-- Sync the tools... -->
-    <property name="sf.spec.baseline.clean"          value="false"/>
-    <property name="sf.spec.baseline.select"         value="location" />
     <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\${sf.previous.pdk.tag}" />
     
-    <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu -k"/>
-    <property name="sf.spec.toolsbaseline.select"         value="location" />
     <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_1.2" /> <!-- for TEF etc -->
     
     <!-- platform build specific properties -->
--- a/symbian3/single/job_props.ant.xml	Fri Nov 06 17:41:31 2009 +0000
+++ b/symbian3/single/job_props.ant.xml	Thu Nov 12 12:10:10 2009 +0000
@@ -29,13 +29,8 @@
     <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
 
     <!-- get full source env and binaries from pdk -->
-    <property name="sf.spec.baseline.getenv_options" value="-I tools"/> <!-- Sync the tools... -->
-    <property name="sf.spec.baseline.clean"          value="false"/>
-    <property name="sf.spec.baseline.select"         value="location" />
     <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\PDK_3.0.a_tools_baseline" />
     
-    <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu"/>
-    <property name="sf.spec.toolsbaseline.select"         value="location" />
     <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_b50" /> <!-- for TEF etc -->
     
     <!-- platform build specific properties -->
--- a/symbian3/split/job_props.ant.xml	Fri Nov 06 17:41:31 2009 +0000
+++ b/symbian3/split/job_props.ant.xml	Thu Nov 12 12:10:10 2009 +0000
@@ -29,12 +29,7 @@
     <!-- and set sf.spec.baseline.enable to 'true'                                                          -->        
 
     <!-- get full source env and binaries from pdk -->
-    <property name="sf.spec.baseline.getenv_options" value="-I tools -k"/> <!-- Sync the tools... -->
-    <property name="sf.spec.baseline.clean"          value="false"/>
-    <property name="sf.spec.baseline.select"         value="location" />
     <property name="sf.spec.baseline.location"       value="\\v800008\Builds01\Releases\${sf.previous.pdk.tag}" />
-    <property name="sf.spec.toolsbaseline.getenv_options" value="-i emu -k"/>
-    <property name="sf.spec.toolsbaseline.select"         value="location" />
     <property name="sf.spec.toolsbaseline.location"       value="\\v800008\Builds01\PDT\PDT_1.1_patched" /> <!-- for TEF etc -->
     
     <!-- platform build specific properties -->