ant-eclipse
Target backup

backup

Compresses sources with the current datestamp.

Backs up the current source code base into an archive with a timestamped name.

Detail:
<target
	description="Compresses sources with the current datestamp."
	name="backup"
>
	<property
		name="archive.base"
		value="${ant.project.name}-${version}-${DSTAMP}"
	/>

	<zip
		basedir="."
		destfile="${archive.base}.zip"
		includes="src/**,tst/**,manual/**,.settings/*,.classpath,.project,setenv.cmd,setenv.sh,INSTALL,LICENSE,NEWS,NOTICE,README,TODO,antdoc.css,*.xml,*.xsl"
	/>
</target>


Edouard Mercier 2003.10.01 21:48:07 - AntDoc V0.8g - XSL Transformer Factory: org.apache.xalan.processor.TransformerFactoryImpl