Updated build script and apps.properties to include the welcome app

This commit is contained in:
zumbrunn 2005-11-16 08:27:56 +00:00
parent 350ffd0d73
commit d5d5fb49ba
2 changed files with 13 additions and 19 deletions

View file

@ -256,7 +256,7 @@
<mkdir dir="${build.work}/apps" /> <mkdir dir="${build.work}/apps" />
<!-- get demo apps --> <!-- get demo apps -->
<cvs cvsRoot="${cvs.root.apps}" command="export" tag="${cvs.apps.tag}" package="base" dest="${build.work}/apps" /> <cvs cvsRoot="${cvs.root.apps}" command="export" tag="${cvs.apps.tag}" package="welcome" dest="${build.work}/apps" />
<antcall target="package-manage" /> <antcall target="package-manage" />

View file

@ -5,26 +5,20 @@
# Administrative application to manage all other apps on this server, # Administrative application to manage all other apps on this server,
# accessible via its default mountpoint at http://<host>:<port>/manage # accessible via its default mountpoint at http://<host>:<port>/manage
# and using its default repository at apps/manage
manage manage
# Simple example of an application, accessible via its default # More complex example of an application with custom configuration:
# mountpoint at http://<host>:<port>/test and using its default
# repository at apps/test
test welcome
welcome.mountpoint = /
welcome.repository.0 = modules/helmaLib.zip
# More complex example of an application with custom configuration welcome.repository.1 = modules/helmaTools.zip
welcome.repository.2 = apps/welcome/code/
demo welcome.static = apps/welcome/static
demo.mountpoint = / welcome.staticMountpoint = /static
demo.repository.0 = modules/helmaLib.zip welcome.staticHome = index.html,default.html
demo.repository.1 = modules/helmaTools.zip welcome.staticIndex = true
demo.repository.2 = apps/demo welcome.uploadLimit = 2048
demo.static = static
demo.staticMountpoint = /static
demo.staticHome = index.html,default.html
demo.staticIndex = false
demo.uploadLimit = 2048