X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fconfig.json;h=5bb1411c21212a4262fd537d9dde92b72ebe8d24;hb=491094a0f29847d649a3168eca18eca38e3ee7ff;hp=9ba200ec7ecb317b6de45da8f18a5223e3139561;hpb=78e2e2aa5067f09dc6633ebceee13d524f8f0951;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/config.json b/org.argeo.slc.webapp/config.json index 9ba200ec7..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}.*", "${CUSTOM_PERSPECTIVE}"] + "API_INCLUDE" : ["${APPLICATION}.*", "${CUSTOM_PACKAGE}.*"] }, "library" :