X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fconfig.json;fp=org.argeo.slc.webapp%2Fconfig.json;h=9ba200ec7ecb317b6de45da8f18a5223e3139561;hb=78e2e2aa5067f09dc6633ebceee13d524f8f0951;hp=f473362aef59d5c89294d3081ebc15ba78219996;hpb=747033df6f046628a98bfacb5dd1c528063fbe8f;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/config.json b/org.argeo.slc.webapp/config.json index f473362ae..9ba200ec7 100644 --- a/org.argeo.slc.webapp/config.json +++ b/org.argeo.slc.webapp/config.json @@ -166,7 +166,7 @@ { "APIVIEWER_ROOT" : "${QOOXDOO_PATH}/../component/apiviewer", "BUILD_PATH" : "./target/site/argeo-ria-api/", - "API_INCLUDE" : ["${APPLICATION}.*"] + "API_INCLUDE" : ["${APPLICATION}.*", "${CUSTOM_PERSPECTIVE}"] }, "library" : @@ -174,7 +174,15 @@ { "manifest" : "${ROOT}/Manifest.json", "uri" : ".." - } + }, + { + "manifest" : "${RIA_LIB_PATH}/slc-web/Manifest.json", + "uri" : "${RIA_LIB_URI}/slc-web" + }, + { + "manifest" : "${RIA_LIB_PATH}/slc/Manifest.json", + "uri" : "${RIA_LIB_URI}/slc" + } ] },