From 78e2e2aa5067f09dc6633ebceee13d524f8f0951 Mon Sep 17 00:00:00 2001 From: Charles du Jeu Date: Thu, 8 Jan 2009 17:57:37 +0000 Subject: [PATCH] Add slc and slc-web libraries to API task git-svn-id: https://svn.argeo.org/slc/trunk@2060 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- org.argeo.slc.webapp/config.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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" + } ] }, -- 2.39.2