| ||||||
distclean
|
+--clean
|
+--check
Cleans the packed libraries and the generated documentation.
Deletes everything produced from sources during the build.
<target depends="clean" description="Cleans the packed libraries and the generated documentation." name="distclean" > <delete dir="${lib.dir}"/> <delete dir="${doc.dir}"/> </target> |
| ||||||
org.apache.xalan.processor.TransformerFactoryImpl