--- 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" />