X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fconfig.json;h=f56b4569486859f6c3eeafc9207587ce2d8c6cf2;hb=56bce4098c8830b2cb313350ebcd2eb9bbce60b4;hp=c42d673f298caa77855f9143676d88da3b925b76;hpb=e52f0058036d8f53f7289b87a020b5a34429883d;p=gpl%2Fargeo-slc.git diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index c42d673f2..f56b45694 100644 --- a/server/org.argeo.slc.ria/config.json +++ b/server/org.argeo.slc.ria/config.json @@ -12,13 +12,12 @@ "as" : "testrunner" } ], - + "let" : { "APPLICATION" : "org.argeo.ria", "QOOXDOO_PATH" : "src/qooxdoo-sdk", - "QXTHEME" : "qx.theme.Modern", - "QXICONTHEME" : ["Tango"], + "QXTHEME" : "org.argeo.ria.theme.RiaTheme", "API_EXCLUDE" : ["qx.legacy.*"], "LOCALES" : [ "en" ], "ROOT" : "src/argeo-ria-src", @@ -44,6 +43,9 @@ { "manifest" : "${RIA_LIB_PATH}/slc-web/Manifest.json" }, + { + "manifest" : "${RIA_LIB_PATH}/jcr/Manifest.json" + }, { "manifest" : "${ROOT}/Manifest.json" } @@ -66,6 +68,11 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", + "ria.splashScreen" : "org.argeo.security.ria/ArgeoLogo.png", + "ria.auth.enableAuth" : "true", + "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" } }, @@ -166,9 +173,9 @@ { "run" : [ - "build-resources", "build-script", - "my-build-files" + "my-build-files", + "build-resources" ] }, @@ -193,6 +200,10 @@ "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}/slc/Manifest.json", "uri" : "${RIA_LIB_URI}/slc"