X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fconfig.json;h=9ba200ec7ecb317b6de45da8f18a5223e3139561;hb=fcf101ccd5fb0eceb0729bdafedd98406c459210;hp=f473362aef59d5c89294d3081ebc15ba78219996;hpb=a62c9fc3c512ac24317896f8104f743c6ed41f9a;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" + } ] },