common/build.xml
changeset 159 cb50a5d37880
parent 154 10c7559f5d31
child 161 9f98eafcf480
equal deleted inserted replaced
158:ea87ae8c0d56 159:cb50a5d37880
    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">