X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fconfig.json;h=e07106ed9dfaf3ccf618306d93c502f0ad83c252;hb=e13ae7be8b6a5e3e4a1eeafd87f6c19d368f28a0;hp=442a7a621458c68c12288a1d7943ad77f8b489f2;hpb=5f2e766337b44b8f3e1a1f7522b52d1dc01516e8;p=gpl%2Fargeo-slc.git diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index 442a7a621..e07106ed9 100644 --- a/server/org.argeo.slc.ria/config.json +++ b/server/org.argeo.slc.ria/config.json @@ -43,6 +43,12 @@ { "manifest" : "${RIA_LIB_PATH}/slc-web/Manifest.json" }, + { + "manifest" : "${RIA_LIB_PATH}/jcr/Manifest.json" + }, + { + "manifest" : "${RIA_LIB_PATH}/security/Manifest.json" + }, { "manifest" : "${ROOT}/Manifest.json" } @@ -65,11 +71,13 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", + "ria.branding.splashScreen" : "org.argeo.security.ria/ArgeoLogo.png", + "ria.branding.applicationTitle" : "Slc RIA", "ria.auth.enableAuth" : "true", - "ria.auth.credentialsURI" : "/org.argeo.slc.webapp/getCredentials.ria", - "ria.auth.loginURI" : "/org.argeo.slc.webapp/authService.ria", - "ria.auth.logoutURI" : "/org.argeo.slc.webapp/authService.ria?logout=true", - "ria.StartupPerspective":"org.argeo.slc.web.Perspective" + "ria.auth.credentialsURI" : "/org.argeo.security.webapp/getCredentials.ria", + "ria.auth.loginURI" : "/org.argeo.security.webapp/login.ria", + "ria.auth.logoutURI" : "/org.argeo.security.webapp/logout.ria", + "ria.StartupPerspective":"org.argeo.slc.web.LauncherPerspective" } }, @@ -196,6 +204,14 @@ "manifest" : "${RIA_LIB_PATH}/slc-web/Manifest.json", "uri" : "${RIA_LIB_URI}/slc-web" }, + { + "manifest" : "${RIA_LIB_PATH}/jcr/Manifest.json", + "uri" : "${RIA_LIB_URI}/jcr" + }, + { + "manifest" : "${RIA_LIB_PATH}/security/Manifest.json", + "uri" : "${RIA_LIB_URI}/security" + }, { "manifest" : "${RIA_LIB_PATH}/slc/Manifest.json", "uri" : "${RIA_LIB_URI}/slc"