Created
August 25, 2009 13:32
-
-
Save KirkWylie/174691 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ================================= | |
target: clean | |
================================= --> | |
<target name="clean" description="--> clean the project"> | |
<delete includeemptydirs="true" quiet="true"> | |
<fileset dir="${src.dir}" /> | |
<fileset dir="${build.dir}" /> | |
</delete> | |
</target> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment