From d5d5fb49ba8fbefc4f1508ea36c8d72ffff143cb Mon Sep 17 00:00:00 2001 From: zumbrunn Date: Wed, 16 Nov 2005 08:27:56 +0000 Subject: [PATCH] Updated build script and apps.properties to include the welcome app --- build/build.xml | 2 +- build/main/apps.properties | 30 ++++++++++++------------------ 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/build/build.xml b/build/build.xml index 7f170383..9180cfcc 100644 --- a/build/build.xml +++ b/build/build.xml @@ -256,7 +256,7 @@ - + diff --git a/build/main/apps.properties b/build/main/apps.properties index f130fa40..4e45b417 100644 --- a/build/main/apps.properties +++ b/build/main/apps.properties @@ -5,26 +5,20 @@ # Administrative application to manage all other apps on this server, # accessible via its default mountpoint at http://:/manage +# and using its default repository at apps/manage manage -# Simple example of an application, accessible via its default -# mountpoint at http://:/test and using its default -# repository at apps/test +# More complex example of an application with custom configuration: -test - - -# More complex example of an application with custom configuration - -demo -demo.mountpoint = / -demo.repository.0 = modules/helmaLib.zip -demo.repository.1 = modules/helmaTools.zip -demo.repository.2 = apps/demo -demo.static = static -demo.staticMountpoint = /static -demo.staticHome = index.html,default.html -demo.staticIndex = false -demo.uploadLimit = 2048 +welcome +welcome.mountpoint = / +welcome.repository.0 = modules/helmaLib.zip +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 +welcome.staticIndex = true +welcome.uploadLimit = 2048