My lazy header ...

web
Target web.clean

web.clean
  |
  +--init

Cleans up the project, i.e. all the generated artifacts.


Detail:
<target
	depends="init"
	description="Cleans up the project, i.e. all the generated artifacts."
	name="web.clean"
>
	<delete dir="${TEMPORARY_DIRECTORY_PATH}"/>

	<delete file="${WEB_ZIP_FILE_PATH}"/>
</target>

... is just like my footer!

Edouard Mercier 2003.12.08 20:31:08 - AntDoc V0.8h - XSL Transformer Factory: com.icl.saxon.TransformerFactoryImpl