changed apps.properties and the build script to include "modules" instead of helmaLib

This commit is contained in:
zumbrunn 2006-04-24 08:44:13 +00:00
parent 7b82ff2e81
commit 1611d75c3c
2 changed files with 3 additions and 19 deletions

View file

@ -324,26 +324,11 @@
<!-- =================================================================== -->
<!-- Checkout modules, put them in work directory and zip them -->
<!-- Checkout modules, and include helmaTools -->
<!-- =================================================================== -->
<target name="package-modules" depends="init">
<mkdir dir="${build.work}/modules" />
<antcall target="package-helmaLib" />
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="${cvs.apps.tag}" package="modules" dest="${build.work}" />
<antcall target="package-helmaTools" />
</target>
<!-- =================================================================== -->
<!-- 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}" />
<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" />
</target>

View file

@ -14,9 +14,8 @@ manage
welcome
welcome.mountpoint = /
welcome.repository.0 = modules/helmaLib.zip
welcome.repository.0 = apps/welcome/code/
welcome.repository.1 = modules/helmaTools.zip
welcome.repository.2 = apps/welcome/code/
welcome.static = apps/welcome/static
welcome.staticMountpoint = /static
welcome.staticHome = index.html,default.html