buildframework/helium/build.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    22 -->
    22 -->
    23 <project name="helium-build" default="help" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium"> 
    23 <project name="helium-build" default="help" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium"> 
    24     <description>
    24     <description>
    25         Helium targets to build helium itself.
    25         Helium targets to build helium itself.
    26     </description>
    26     </description>
    27     <property environment="env"/>
       
    28     
    27     
       
    28     <import file="build-jar.ant.xml"/>
    29     <property name="build.drive" location="${env.TEMP}/helium/temp_drive"/>
    29     <property name="build.drive" location="${env.TEMP}/helium/temp_drive"/>
    30     <mkdir dir="${build.drive}/"/> 
    30     <mkdir dir="${build.drive}/"/> 
    31     
    31     
    32     <property file="${helium.dir}/config/version.txt"/>
    32     <property file="${helium.dir}/config/version.txt"/>
    33     <property name="release.label" value="${helium.version}"/>
    33     <property name="release.label" value="${helium.version}"/>
    34     
    34     
    35     <import file="build-jar.ant.xml"/>
       
    36     <import file="helium.ant.xml"/>
    35     <import file="helium.ant.xml"/>
    37     <import file="tools/startup/antserver/antserver.ant.xml"/>
    36     <import file="tools/startup/antserver/antserver.ant.xml"/>
    38          
    37          
    39 </project>
    38 </project>
    40 
    39