My lazy header ...

web
Target web.zip

web.zip
  |
  +--init

Creates a zip file that bundles the important source files.


Detail:
<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!

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