Moved override of create-canonical-sysdef-file
authordariosestito@L063522.prod.ad.symbian.intra
Mon, 23 Mar 2009 15:37:56 +0000
changeset 22 e41a81fa51f3
parent 21 40f47d226f76
child 23 cde62357aba5
Moved override of create-canonical-sysdef-file
common/build.xml
--- a/common/build.xml	Mon Mar 23 13:58:18 2009 +0000
+++ b/common/build.xml	Mon Mar 23 15:37:56 2009 +0000
@@ -22,14 +22,14 @@
     <property name="base_release.path" value="${sf.spec.baseline.location}"/>
     <property name="base_release.getenv_options" value="${sf.spec.baseline.getenv_options}"/>
     
+    <!-- import all core HELIUM targets -->
+    <import file="${helium.dir}/helium.ant.xml" />
+    
     <target name="create-canonical-sysdef-file">
       <echo message="Copying given system definition file where Helium expects it."/>
       <copy file="${build.drive}/${sf.spec.systemdefinition.location}" tofile="${build.drive}/output/build/canonical_system_definition.xml" failonerror="true" verbose="true"/>
     </target>
     
-    <!-- import all core HELIUM targets -->
-    <import file="${helium.dir}/helium.ant.xml" />
-    
     <!-- import common references -->
     <import file="${sf.common.config.dir}/common_refs.ant.xml" />