|
My lazy header ... | |||||
web.zip
|
+--init
Creates a zip file that bundles the important source files.
<target depends="init" description="Creates a zip file that bundles the important source files." name="web.zip" > <delete file="${WEB_ZIP_FILE_PATH}"/> <zip zipfile="${WEB_ZIP_FILE_PATH}"> <fileset dir="${XML_SOURCE_DIRECTORY_PATH}"> <include name="*.xml"/> <include name="*.css"/> <include name="*.html"/> </fileset> </zip> </target> |
|
... is just like my footer! | |||||
com.icl.saxon.TransformerFactoryImpl