buildframework/helium/helium.ant.xml
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
--- a/buildframework/helium/helium.ant.xml	Wed Sep 29 17:48:06 2010 +0100
+++ b/buildframework/helium/helium.ant.xml	Sun Oct 10 15:22:15 2010 +0300
@@ -22,11 +22,11 @@
 -->
 <project name="helium" xmlns:hlm="http://www.nokia.com/helium">
     <description>
-    Main full build targets and properties
+    Main starting point to import Helium. Imports the other main Ant files.
     </description>
     
     <property environment="env" />
-	
+    
     <!-- Load the current Helium version. -->
     <!--* @property helium.version
     @type string
@@ -68,6 +68,7 @@
     <import file="tools/testing/testing.ant.xml" />
     <import file="tools/startup/bootstrap/bootstrap.ant.xml"/>
     <import file="tools/iad/iad.ant.xml"/>
+    <import file="tools/blocks/blocks.ant.xml"/>
     <import file="config/signaling_config_default.ant.xml"/>
     <import file="config/stages_config_default.ant.xml"/>
     <import file="config/metadata_filter_config_default.ant.xml"/>