=================================== --> <target name="release" depends="clean"> <!-- You may fill the tasks here. --> </target> <!-- =================================================================== --> <!-- Clean targets --> <!-- =================================================================== --> <target name="clean" depends="init"> <delete dir="${s.build.assemble}"/> <delete dir="${s.build.release}"/> <!-- You may fill the tasks here. --> </target> </project> <!-- End of file -->
上一页 [1] [2] [3] |