summaryrefslogtreecommitdiff
path: root/webapps
diff options
context:
space:
mode:
Diffstat (limited to 'webapps')
-rw-r--r--webapps/swat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapps/swat/Makefile b/webapps/swat/Makefile
index f59a309c1a..3f3b1d78f0 100644
--- a/webapps/swat/Makefile
+++ b/webapps/swat/Makefile
@@ -76,7 +76,8 @@ APPLICATION_LINEBREAKS_SOURCE = true
APPLICATION_OPTIMIZE_STRINGS = false
APPLICATION_OPTIMIZE_VARIABLES = false
APPLICATION_ADDITIONAL_CLASS_PATH = \
- --class-path $(APIVIEWER_PATH)/source/class
+ --class-path $(APIVIEWER_PATH)/source/class \
+ --class-uri $(APIVIEWER_PATH)/source/class
APPLICATION_ADDITIONAL_RESOURCE = \
--resource-input $(APIVIEWER_PATH)/source/resource \
--resource-output $(APPLICATION_BUILD_PATH)/resource/apiviewer \