Moved back the override
authordariosestito@L063522.prod.ad.symbian.intra
Mon, 23 Mar 2009 16:10:32 +0000
changeset 23 cde62357aba5
parent 22 e41a81fa51f3
child 24 1cdce57ae369
Moved back the override
common/build.xml
--- a/common/build.xml	Mon Mar 23 15:37:56 2009 +0000
+++ b/common/build.xml	Mon Mar 23 16:10:32 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" />