buildframework/helium/helium.ant.xml
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
equal deleted inserted replaced
643:27cf35f95864 645:b8d81fa19e7d
    20 
    20 
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
    23 <project name="helium" xmlns:hlm="http://www.nokia.com/helium">
    23 <project name="helium" xmlns:hlm="http://www.nokia.com/helium">
    24     <description>
    24     <description>
    25     Main full build targets and properties
    25     Main starting point to import Helium. Imports the other main Ant files.
    26     </description>
    26     </description>
    27     
    27     
    28     <property environment="env" />
    28     <property environment="env" />
    29 	
    29     
    30     <!-- Load the current Helium version. -->
    30     <!-- Load the current Helium version. -->
    31     <!--* @property helium.version
    31     <!--* @property helium.version
    32     @type string
    32     @type string
    33     @scope private
    33     @scope private
    34     -->
    34     -->
    66     <import file="tools/integration/integration.ant.xml"/>
    66     <import file="tools/integration/integration.ant.xml"/>
    67     <import file="tools/startup/antserver/remote.ant.xml" />
    67     <import file="tools/startup/antserver/remote.ant.xml" />
    68     <import file="tools/testing/testing.ant.xml" />
    68     <import file="tools/testing/testing.ant.xml" />
    69     <import file="tools/startup/bootstrap/bootstrap.ant.xml"/>
    69     <import file="tools/startup/bootstrap/bootstrap.ant.xml"/>
    70     <import file="tools/iad/iad.ant.xml"/>
    70     <import file="tools/iad/iad.ant.xml"/>
       
    71     <import file="tools/blocks/blocks.ant.xml"/>
    71     <import file="config/signaling_config_default.ant.xml"/>
    72     <import file="config/signaling_config_default.ant.xml"/>
    72     <import file="config/stages_config_default.ant.xml"/>
    73     <import file="config/stages_config_default.ant.xml"/>
    73     <import file="config/metadata_filter_config_default.ant.xml"/>
    74     <import file="config/metadata_filter_config_default.ant.xml"/>
    74     <import file="config/diamonds_config_default.ant.xml"/>
    75     <import file="config/diamonds_config_default.ant.xml"/>
    75 
    76