Home | History | Annotate | Download | only in CSharp2

Lines Matching full:clean

32     	<echo message="  clean      - delete all the Nant build artifacts only"/>
40 depends="clean, init, build.v3.runtime, build.v3.utility, copytobuilddir"
44 <target name="release" depends="clean" description="Builds release (i.e. non-debug) version">
45 <!-- build a clean release distribution for release -->
50 <target name="cleanall" depends="clean" description="Cleans all the Nant and VS.NET build artifacts">
51 <nant buildfile="Sources/Antlr3.Runtime/default.build" target="clean.vsnet" inheritall="true" />
52 <nant buildfile="Sources/Antlr3.Utility/default.build" target="clean.vsnet" inheritall="true" />
61 <target name="clean" description="Cleans Nant build artifacts">
231 <target name="releaseDocs" depends="clean.docs">
240 <target name="devDocs" depends="clean.docs">
318 <target name="clean.docs">