X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fconfig.json;h=5bb1411c21212a4262fd537d9dde92b72ebe8d24;hb=29739bdb1bc19e728399610e6eefec402b308564;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..5bb1411c2 100644 --- a/org.argeo.slc.webapp/config.json +++ b/org.argeo.slc.webapp/config.json @@ -27,7 +27,7 @@ "RIA_LIB_PATH" : "src/main/webapp/argeo-ria-lib", "RIA_LIB_URI" : "../argeo-ria-lib", "CACHE" : "cache" , - "CUSTOM_PERSPECTIVE" : "org.argeo.slc.web.Perspective" + "CUSTOM_PACKAGE" : "org.argeo.slc.web" }, "jobs" : @@ -57,7 +57,7 @@ "include" : [ "${APPLICATION}.Application", - "${CUSTOM_PERSPECTIVE}", + "${CUSTOM_PACKAGE}.*", "${QXTHEME}" ], @@ -71,7 +71,7 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", - "ria.Perspective": "${CUSTOM_PERSPECTIVE}" + "ria.StartupPerspective":"org.argeo.slc.web.LauncherPerspective" } }, @@ -166,7 +166,7 @@ { "APIVIEWER_ROOT" : "${QOOXDOO_PATH}/../component/apiviewer", "BUILD_PATH" : "./target/site/argeo-ria-api/", - "API_INCLUDE" : ["${APPLICATION}.*"] + "API_INCLUDE" : ["${APPLICATION}.*", "${CUSTOM_PACKAGE}.*"] }, "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" + } ] },