Changed cvs tag used when building the helmaLib target back to the default, since the release_1_5 branch was merged back to the trunk.

This commit is contained in:
zumbrunn 2005-11-08 10:15:28 +00:00
parent d8a508c55e
commit ef0176fec0

View file

@ -294,7 +294,7 @@
<!-- Checkout and zip helmaLib -->
<!-- =================================================================== -->
<target name="package-helmaLib" depends="init">
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="release_1_5" package="helmaLib" dest="${build.work}" />
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="${cvs.apps.tag}" 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" />