buildframework/helium/tools/iad/iad.ant.xml
branchwip
changeset 380 db59fc762214
parent 217 0f5e3a7fb6af
--- a/buildframework/helium/tools/iad/iad.ant.xml	Tue Mar 16 17:16:51 2010 +0000
+++ b/buildframework/helium/tools/iad/iad.ant.xml	Thu Mar 18 15:06:42 2010 +0000
@@ -20,8 +20,11 @@
 
 ============================================================================
 -->
+<!--* @package iad -->
 <project name="iad">
-    
+    <description>
+        Targets related to iad
+    </description>
     <!-- Target to generate IAD sis packages. -->
     <target name="makeiadsis">
         <echo message="Building IAD SIS packages"/>
@@ -31,7 +34,7 @@
             </path>
             <sequential>
                 <exec executable="python" dir="${build.log.dir}" failonerror="true">
-                    <arg value="${helium.dir}/tools/iad/packageiad.py"/>
+                    <arg line="-m packageiad"/>
                     <arg value="@{sysdef.file}"/>
                     <arg value="${sysdef.configurations}"/>
                     <arg value="${build.drive}"/>