equal
deleted
inserted
replaced
19 <property name="network.drive" value="${sf.spec.publish.networkdrive}"/> |
19 <property name="network.drive" value="${sf.spec.publish.networkdrive}"/> |
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 |
|
25 <target name="create-canonical-sysdef-file"> |
|
26 <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"/> |
|
28 </target> |
24 |
29 |
25 <!-- import all core HELIUM targets --> |
30 <!-- import all core HELIUM targets --> |
26 <import file="${helium.dir}/helium.ant.xml" /> |
31 <import file="${helium.dir}/helium.ant.xml" /> |
27 |
32 |
28 <!-- import common references --> |
33 <!-- import common references --> |