<!-- you may fill the tasks here. -->
</target>
<!-- =================================================================== -->
<!-- creates the deploy -->
<!-- =================================================================== -->
<target name="deploy" depends="">
<!-- you may fill the tasks here. -->
</target>
<!-- =================================================================== -->
<!-- build the installation packge -->
<!-- =================================================================== -->
<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 -->