|
My lazy header ... | |||||
web.clean
|
+--init
Cleans up the project, i.e. all the generated artifacts.
<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! | |||||
com.icl.saxon.TransformerFactoryImpl