Changed cvs tag used when building the helmaLib target to release_1_5.

This commit is contained in:
zumbrunn 2005-11-07 11:23:06 +00:00
parent cd7497c7bc
commit b1680f8ad0

View file

@ -294,7 +294,7 @@
<!-- Checkout and zip helmaLib -->
<!-- =================================================================== -->
<target name="package-helmaLib" depends="init">
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="${cvs.apps.tag}" package="helmaLib" dest="${build.work}" />
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="release_1_5" package="helmaLib" dest="${build.work}" />
<mkdir dir="${build.work}/modules"/>
<zip zipfile="${build.work}/modules/helmaLib.zip" basedir="${build.work}/helmaLib/" includes="**" excludes="**/*.txt, **/*.html, **/*.bat, **/*.sh" />
<delete dir="${build.work}/helmaLib" />
@ -384,7 +384,7 @@
<!-- to retrieve special versions of an application insert
additional attributes: tag="TAGNAME" or date="1972-09-24 20:05" -->
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="HEAD" package="${application}" dest="${build.work}" />
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="${cvs.apps.tag}" package="${application}" dest="${build.work}" />
<fixcrlf srcdir="${build.work}" eol="crlf" eof="add" includes="**/*.txt, **/*.properties, **/*.hac, **/*.js, **/*.skin, **/*.xml" />
<zip zipfile="${build.dist}/${application}-${DSTAMP}.zip" basedir="${build.work}" includes="**"/>