(no commit message)
[utils] / build / delegator.xml
index b14dc90652c8efed707248ee0c7e6c0ad59cdbbe..e8192969d61ccdf596f2ad0551db9845510ebb4c 100644 (file)
@@ -45,6 +45,19 @@ Executing target '@{target}' for @{proj}
        <target name="init_delegator" depends="init_directory_properties,import_header">
        </target>
        
+       
+       <target name="deps" depends="init_delegator" description="download dependencies">
+               <antcall target="delegator">
+                       <param name="targets" value="deps"/>
+               </antcall>
+       </target>
+       
+       <target name="clean-deps" depends="init_delegator" description="download dependencies">
+               <antcall target="delegator">
+                       <param name="targets" value="clean-deps"/>
+               </antcall>
+       </target>
+       
        <target name="clean" depends="init_delegator" description="Clean all targets">
                <antcall target="delegator">
                        <param name="targets" value="clean"/>
@@ -184,6 +197,13 @@ Executing target '@{target}' for @{proj}
                </antcall>
        </target>
        
+       <target name="forrest" depends="init_delegator">
+               <antcall target="delegator">
+                       <param name="targets" value="forrest"/>
+               </antcall>
+       </target>
+       
+       
        <target name="schemaupdate" depends="init_delegator">
                <antcall target="delegator">
                        <param name="targets" value="schemaupdate"/>