chg: replaced ant with gradle

This commit is contained in:
Tobi Schäfer 2020-03-16 16:53:52 +01:00
parent ced560f0c7
commit 7eebeee1d0
615 changed files with 87626 additions and 638 deletions

23
src/dist/apps.properties vendored Normal file
View file

@ -0,0 +1,23 @@
# List of applications to start.
# More information about this file is available at
# http://helma.org/Documentation/Properties+Files/apps.properties/
# Administrative application to manage all other apps on this server,
# accessible via its default mountpoint at http://<host>:<port>/manage
# and using its default repository at apps/manage
manage
# More complex example of an application with custom configuration:
welcome
welcome.mountpoint = /
welcome.repository.0 = apps/welcome/code/
welcome.repository.1 = modules/tools
welcome.static = apps/welcome/static
welcome.staticMountpoint = /static
welcome.staticHome = index.html,default.html
welcome.staticIndex = true
welcome.uploadLimit = 2048