common/build.xml
changeset 23 cde62357aba5
parent 22 e41a81fa51f3
child 24 1cdce57ae369
equal deleted inserted replaced
22:e41a81fa51f3 23:cde62357aba5
    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     
       
    28     <target name="create-canonical-sysdef-file">
    25     <target name="create-canonical-sysdef-file">
    29       <echo message="Copying given system definition file where Helium expects it."/>
    26       <echo message="Copying given system definition file where Helium expects it."/>
    30       <copy file="${build.drive}/${sf.spec.systemdefinition.location}" tofile="${build.drive}/output/build/canonical_system_definition.xml" failonerror="true" verbose="true"/>
    27       <copy file="${build.drive}/${sf.spec.systemdefinition.location}" tofile="${build.drive}/output/build/canonical_system_definition.xml" failonerror="true" verbose="true"/>
    31     </target>
    28     </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 -->