Removed obsolete target - we're no longer tryinging to support Helium 5 and 7 at the same time.
authorSimon Howkins <simonh@symbian.org>
Wed, 20 Oct 2010 14:03:22 +0100
changeset 1311 e859ade4e462
parent 1310 b91679effdcf
child 1312 c2abb8ddb43c
Removed obsolete target - we're no longer tryinging to support Helium 5 and 7 at the same time.
common/build.xml
--- a/common/build.xml	Tue Oct 26 13:49:38 2010 +0100
+++ b/common/build.xml	Wed Oct 20 14:03:22 2010 +0100
@@ -230,26 +230,6 @@
         </fail>
     </target>
 
-    <!-- Note: Not used from Helium 7 onwards -->
-    <target name="generate-layers">
-       <echo message="canno-file:${canonical.sysdef.file}"/>
-       <echo message="raptor-filters:raptor_${sysdef.configuration}"/>
-
-       <!-- All we want is a sysdef with the config name appended, so just copy it -->
-       <echo message="INFO: Skip GenXML and copy sysdef to sysdef+config name"/>
-       <copy file="${canonical.sysdef.file}" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/>
-
-        <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml">
-        <filterchain>
-            <linecontainsregexp negate="true">
-                <regexp pattern="^\s*$"/>
-            </linecontainsregexp>
-        </filterchain>
-        </copy>
-        <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml" todir="${build.log.dir}/BOM/"/>
-        <delete file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/>
-    </target>
-
     <target name="sf-summary" depends="">
         <echo>[SF-SUMMARY]</echo>
         <echo message="Generating build summary"/>