changed apps.properties and the build script to include "modules" instead of helmaLib
This commit is contained in:
parent
7b82ff2e81
commit
1611d75c3c
2 changed files with 3 additions and 19 deletions
|
@ -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">
|
<target name="package-modules" depends="init">
|
||||||
|
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="${cvs.apps.tag}" package="modules" dest="${build.work}" />
|
||||||
<mkdir dir="${build.work}/modules" />
|
|
||||||
|
|
||||||
<antcall target="package-helmaLib" />
|
|
||||||
<antcall target="package-helmaTools" />
|
<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>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -14,9 +14,8 @@ manage
|
||||||
|
|
||||||
welcome
|
welcome
|
||||||
welcome.mountpoint = /
|
welcome.mountpoint = /
|
||||||
welcome.repository.0 = modules/helmaLib.zip
|
welcome.repository.0 = apps/welcome/code/
|
||||||
welcome.repository.1 = modules/helmaTools.zip
|
welcome.repository.1 = modules/helmaTools.zip
|
||||||
welcome.repository.2 = apps/welcome/code/
|
|
||||||
welcome.static = apps/welcome/static
|
welcome.static = apps/welcome/static
|
||||||
welcome.staticMountpoint = /static
|
welcome.staticMountpoint = /static
|
||||||
welcome.staticHome = index.html,default.html
|
welcome.staticHome = index.html,default.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue