X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fconfig.json;h=e07106ed9dfaf3ccf618306d93c502f0ad83c252;hb=1d1d19a4fe1cbf364c4b6ff41b23825971e7999c;hp=4a4a266bf9fd1a3600f6086e5b3dece30e5fadcc;hpb=3fa6f9082cb27ae94109d1de5013e88dc9cb895f;p=gpl%2Fargeo-slc.git diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index 4a4a266bf..e07106ed9 100644 --- a/server/org.argeo.slc.ria/config.json +++ b/server/org.argeo.slc.ria/config.json @@ -46,6 +46,9 @@ { "manifest" : "${RIA_LIB_PATH}/jcr/Manifest.json" }, + { + "manifest" : "${RIA_LIB_PATH}/security/Manifest.json" + }, { "manifest" : "${ROOT}/Manifest.json" } @@ -74,7 +77,7 @@ "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.Perspective" + "ria.StartupPerspective":"org.argeo.slc.web.LauncherPerspective" } }, @@ -205,6 +208,10 @@ "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"