From d1fb7d312e0eff127ea5de01e3cd36d8f2ec08d2 Mon Sep 17 00:00:00 2001 From: Simon Oberhammer Date: Tue, 13 Feb 2018 14:35:10 +0100 Subject: [PATCH] neither jsdocs nor javadocs did build and the tools seem to be gone for a long time so drop those tasks from ant file; also removed welcome app from demo since this app no longer exists --- build.xml | 94 ++------------------------------------ build/main/apps.properties | 11 ----- 2 files changed, 4 insertions(+), 101 deletions(-) diff --git a/build.xml b/build.xml index 15625912..7c735a1b 100644 --- a/build.xml +++ b/build.xml @@ -17,7 +17,6 @@ - @@ -31,9 +30,6 @@ - - - @@ -63,10 +59,6 @@ - - - - @@ -132,57 +124,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -244,9 +185,6 @@ - - - @@ -267,7 +205,6 @@ - @@ -299,11 +236,6 @@ - - - - - @@ -339,23 +271,17 @@ - + - - - - - - - - + @@ -369,13 +295,8 @@ - + - - - - @@ -395,7 +316,6 @@ - @@ -416,7 +336,6 @@ - @@ -433,12 +352,10 @@ - - @@ -457,12 +374,10 @@ - - @@ -473,7 +388,6 @@ - diff --git a/build/main/apps.properties b/build/main/apps.properties index b76cec2f..19f43a8f 100644 --- a/build/main/apps.properties +++ b/build/main/apps.properties @@ -10,14 +10,3 @@ manage -# More complex example of an application with custom configuration: - -welcome -welcome.mountpoint = / -welcome.repository.0 = apps/welcome/code/ -welcome.repository.1 = modules/helmaTools.zip -welcome.static = apps/welcome/static -welcome.staticMountpoint = /static -welcome.staticHome = index.html,default.html -welcome.staticIndex = true -welcome.uploadLimit = 2048