My lazy header ...

WedSitor
Target wedsitor.zope.dist

wedsitor.zope.dist
  |
  +--init

Makes a zip distibution of this product.

This part is dedicated to Zope.

Detail:
<target
	depends="init"
	description="Makes a zip distibution of this product."
	name="wedsitor.zope.dist"
>
	<delete file="${PRODUCT_NAME}.zip"/>

	<zip
		update="no"
		zipfile="${PRODUCT_NAME}.zip"
	>
		<zipfileset
			dir="${ZOPE_SOURCE_PATH}"
			prefix="${PRODUCT_NAME}"
		>
			<include name="**/*"/>

			<exclude name="${PRODUCT_NAME}.zip"/>
		</zipfileset>
	</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