This documentation provides valuable information concerning the internal development.

XRNCommon
Target clean

clean
  |
  +--init

Deletes all artefacts, which are not present under source control.

Use this target with caution since it destroys the temporary and the distribution directories.

Detail:
<target
	depends="init"
	description="Deletes all artefacts, which are not present under source control."
	name="clean"
>
	<delete dir="${DISTRIBUTION_DIRECTORY_PATH}"/>

	<delete dir="${public.TEMPORARY_DIRECTORY_PATH}"/>

	<delete dir="${MAVEN_TARGET_DIRECTORY_PATH}"/>
</target>


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