buildframework/helium/build-jar.ant.xml
changeset 217 0f5e3a7fb6af
parent 1 be27ed110b50
equal deleted inserted replaced
181:59bb7c4d6172 217:0f5e3a7fb6af
    23 <project name="helium-build-jar" default="help" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium">
    23 <project name="helium-build-jar" default="help" xmlns:au="org.apache.ant.antunit" xmlns:hlm="http://www.nokia.com/helium">
    24     <description>
    24     <description>
    25     Called by hlm-jar.bat to build helium java code
    25     Called by hlm-jar.bat to build helium java code
    26     </description>
    26     </description>
    27 
    27 
       
    28     <!-- @property env
       
    29     Load all environment variables. -->
    28     <property environment="env" />
    30     <property environment="env" />
    29 
    31 
       
    32     <!-- @type string
       
    33     @scope private
       
    34     -->
    30     <property name="build.temp.dir" location="${env.TEMP}/helium/java" />
    35     <property name="build.temp.dir" location="${env.TEMP}/helium/java" />
       
    36     <!-- @type string
       
    37     @scope private
       
    38     -->
    31     <property name="src.dir" location="${helium.dir}/tools/common/java/src" />
    39     <property name="src.dir" location="${helium.dir}/tools/common/java/src" />
       
    40     <!-- @type string
       
    41     @scope private
       
    42     -->
    32     <property name="ext.java.lib.dir" location="${helium.dir}/external/antlibs" />
    43     <property name="ext.java.lib.dir" location="${helium.dir}/external/antlibs" />
       
    44     <!-- @type string
       
    45     @scope private
       
    46     -->
    33     <property name="helium.java.lib.dir" location="${helium.dir}/tools/common/java/lib" />
    47     <property name="helium.java.lib.dir" location="${helium.dir}/tools/common/java/lib" />
    34 
    48 
    35 
    49 
    36     <!-- Builds the Java source code for our custom Ant stuff. -->
    50     <!-- Builds the Java source code for our custom Ant stuff. -->
    37     <target name="build-java-src" description="Builds the internal Ant custom tasks">
    51     <target name="build-java-src" description="Builds the internal Ant custom tasks">