ant-eclipse
Target clean

clean

  |
  +--check

Cleans the compiled classes and temporary files.

Deletes the temporary build files, not the distributed target Java archive files and the generated documentation and reports.

Detail:
<target
	depends="check"
	description="Cleans the compiled classes and temporary files."
	name="clean"
>
	<delete dir="${bin.dir}"/>

	<delete dir="${tmp.dir}"/>

	<delete file="${basedir}/cobertura.ser"/>
</target>


Edouard Mercier 2003.10.01 21:48:07 - AntDoc V0.8g - XSL Transformer Factory: org.apache.xalan.processor.TransformerFactoryImpl