ant-eclipse
Target distclean

distclean

  |
  +--clean
    |
    +--check

Cleans the packed libraries and the generated documentation.

Deletes everything produced from sources during the build.

Detail:
<target
	depends="clean"
	description="Cleans the packed libraries and the generated documentation."
	name="distclean"
>
	<delete dir="${lib.dir}"/>

	<delete dir="${doc.dir}"/>
</target>


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