20 <property name="publish.root.dir" value="${sf.spec.publish.publish.rootdir}"/> |
20 <property name="publish.root.dir" value="${sf.spec.publish.publish.rootdir}"/> |
21 <property name="build.system" value="${sf.spec.build.system}"/> |
21 <property name="build.system" value="${sf.spec.build.system}"/> |
22 <property name="base_release.path" value="${sf.spec.baseline.location}"/> |
22 <property name="base_release.path" value="${sf.spec.baseline.location}"/> |
23 <property name="base_release.getenv_options" value="${sf.spec.baseline.getenv_options}"/> |
23 <property name="base_release.getenv_options" value="${sf.spec.baseline.getenv_options}"/> |
24 |
24 |
|
25 <!-- import all core HELIUM targets --> |
|
26 <import file="${helium.dir}/helium.ant.xml" /> |
|
27 |
25 <target name="create-canonical-sysdef-file"> |
28 <target name="create-canonical-sysdef-file"> |
26 <echo message="Copying given system definition file where Helium expects it."/> |
29 <echo message="Copying given system definition file where Helium expects it."/> |
27 <copy file="${build.drive}/${sf.spec.systemdefinition.location}" tofile="${build.drive}/output/build/canonical_system_definition.xml" failonerror="true" verbose="true"/> |
30 <copy file="${build.drive}/${sf.spec.systemdefinition.location}" tofile="${build.drive}/output/build/canonical_system_definition.xml" failonerror="true" verbose="true"/> |
28 </target> |
31 </target> |
29 |
|
30 <!-- import all core HELIUM targets --> |
|
31 <import file="${helium.dir}/helium.ant.xml" /> |
|
32 |
32 |
33 <!-- import common references --> |
33 <!-- import common references --> |
34 <import file="${sf.common.config.dir}/common_refs.ant.xml" /> |
34 <import file="${sf.common.config.dir}/common_refs.ant.xml" /> |
35 |
35 |
36 <!-- conditional import of generated source spec if available --> |
36 <!-- conditional import of generated source spec if available --> |