Added new helium target: 'sf-build-and-pack' for use if you need to babysit 'sf-prebuild'
--- 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>