|
My lazy header ... | |||||
wedsitor.zope.dist
|
+--init
Makes a zip distibution of this product.
This part is dedicated to Zope.<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! | |||||
com.icl.saxon.TransformerFactoryImpl