Added new helium target: 'sf-build-and-pack' for use if you need to babysit 'sf-prebuild'
authorMattD <mattd@symbian.org>
Wed, 17 Jun 2009 15:45:58 +0100
changeset 159 cb50a5d37880
parent 158 ea87ae8c0d56
child 160 09e24be89e4b
Added new helium target: 'sf-build-and-pack' for use if you need to babysit 'sf-prebuild'
common/build.xml
--- a/common/build.xml	Wed Jun 17 15:44:02 2009 +0100
+++ b/common/build.xml	Wed Jun 17 15:45:58 2009 +0100
@@ -48,7 +48,11 @@
     <target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild">
         <echo>[SF-BUILD-ALL]</echo>
     </target>
-    
+
+    <target name="sf-build-and-pack" depends="sf-build-noprep,sf-postbuild">
+        <echo>[SF-BUILD-AND-PACK]</echo>
+    </target>
+
     <target name="sf-build" depends="sf-prep,sf-prebuild,sf-build-noprep,sf-postbuild">
         <echo>[SF-BUILD]</echo>
     </target>