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:
parent
d8a508c55e
commit
ef0176fec0
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Reference in a new issue