Removed the tools copy of create-canonical-sysdef-file, as it can use the common version.
authorSimon Howkins <simonh@symbian.org>
Wed, 20 Oct 2010 15:19:52 +0100
changeset 1313 116cb28ed586
parent 1312 c2abb8ddb43c
child 1314 2a30d4157ddd
Removed the tools copy of create-canonical-sysdef-file, as it can use the common version. Removed test for Helium 7 as it's now standard.
sf-tools/build.xml
--- a/sf-tools/build.xml	Wed Oct 20 14:55:20 2010 +0100
+++ b/sf-tools/build.xml	Wed Oct 20 15:19:52 2010 +0100
@@ -15,17 +15,6 @@
   <!-- import package references -->
   <import file="${sf.tools.config.dir}/tools_refs.ant.xml"  optional="true"/>
   
-    <!-- Support Helium 7+ only for Tools build -->
-    <if>
-        <or>
-          <equals arg1="${helium.version}" arg2="5.0"/>
-          <equals arg1="${last.major.helium.version}" arg2="5.0"/>
-        </or>
-        <then>
-            <fail>INFO Tools build requires minimum of Helium 7.0</fail>
-        </then>
-    </if>
-    
   <target name="sf-build-noprep" depends="sf-platform-bootstrap-gt,sf-compile,sf-postbuild">
     <echo>[SF-BUILD-NOPREP] INFO:(tools)</echo>
     <echo>[SF-BUILD-NOPREP] WARNING: Not generating model from packages</echo>
@@ -133,10 +122,6 @@
     </antcall>
  </target>
  
-  <target name="create-canonical-sysdef-file">
-     <copy file="${sf.spec.systemdefinition.location}" tofile="${canonical.sysdef.file}" failonerror="true" verbose="true"/>
-  </target>
-
  <!-- do nothing for this in a tools build -->
  <target name="sf-copy-rom-logs"/>