common/build.xml
changeset 199 cb50a5d37880
parent 194 10c7559f5d31
child 201 9f98eafcf480
--- 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>