|
My lazy header ... | |||||
wedsitor.clean
|
+--init
Cleans up the project, ie. the generated resources
The site is hot-deployed under the PHP server.<target depends="init" description="Cleans up the project, ie. the generated resources" name="wedsitor.clean" > <delete dir="${TEMPORARY_DIRECTORY_PATH}"/> <delete file="${WEDSITOR_ZIP_FILE_PATH}"/> <delete file="${WEDSITOR_JAR}"/> <delete> <fileset dir="."> <include name="**/*.pyc"/> </fileset> </delete> </target> |
|
... is just like my footer! | |||||
com.icl.saxon.TransformerFactoryImpl