equal
deleted
inserted
replaced
46 </target> |
46 </target> |
47 |
47 |
48 <target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild"> |
48 <target name="sf-build-all" depends="sf-prebuild,sf-build-noprep,sf-postbuild"> |
49 <echo>[SF-BUILD-ALL]</echo> |
49 <echo>[SF-BUILD-ALL]</echo> |
50 </target> |
50 </target> |
51 |
51 |
|
52 <target name="sf-build-and-pack" depends="sf-build-noprep,sf-postbuild"> |
|
53 <echo>[SF-BUILD-AND-PACK]</echo> |
|
54 </target> |
|
55 |
52 <target name="sf-build" depends="sf-prep,sf-prebuild,sf-build-noprep,sf-postbuild"> |
56 <target name="sf-build" depends="sf-prep,sf-prebuild,sf-build-noprep,sf-postbuild"> |
53 <echo>[SF-BUILD]</echo> |
57 <echo>[SF-BUILD]</echo> |
54 </target> |
58 </target> |
55 |
59 |
56 <target name="sf-parse-project-config"> |
60 <target name="sf-parse-project-config"> |