X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fconfig.json;h=9f238f5e0e071a03c14d3d6ec6fd719a12325dd0;hb=1973d521367cdfe1d467da2bb8a539284996bcf6;hp=ad6f48a09d61a11154ec2dfa68a4ca41ff4331e1;hpb=4b44922af06547f4b4104c3d5256bd86b8d6311a;p=gpl%2Fargeo-slc.git diff --git a/server/org.argeo.slc.ria/config.json b/server/org.argeo.slc.ria/config.json index ad6f48a09..9f238f5e0 100644 --- a/server/org.argeo.slc.ria/config.json +++ b/server/org.argeo.slc.ria/config.json @@ -35,16 +35,24 @@ "library" : [ { - "manifest" : "${QOOXDOO_PATH}/framework/Manifest.json" + "manifest" : "${QOOXDOO_PATH}/framework/Manifest.json", + "uri" : "../qooxdoo-sdk/framework" }, { - "manifest" : "${RIA_LIB_PATH}/slc/Manifest.json" + "manifest" : "${RIA_LIB_PATH}/slc/Manifest.json", + "uri" : "${RIA_LIB_URI}/slc" + }, + { + "manifest" : "${RIA_LIB_PATH}/slc-web/Manifest.json", + "uri" : "${RIA_LIB_URI}/slc-web" }, { - "manifest" : "${RIA_LIB_PATH}/slc-web/Manifest.json" + "manifest" : "${RIA_LIB_PATH}/jcr/Manifest.json", + "uri" : "${RIA_LIB_URI}/jcr" }, { - "manifest" : "${ROOT}/Manifest.json" + "manifest" : "${ROOT}/Manifest.json", + "uri" : "." } ], @@ -65,7 +73,13 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", - "ria.StartupPerspective":"org.argeo.slc.web.Perspective" + "ria.branding.splashScreen" : "org.argeo.security.ria/ArgeoLogo.png", + "ria.branding.applicationTitle" : "Slc RIA", + "ria.auth.enableAuth" : "false", + "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" } }, @@ -75,13 +89,22 @@ { "extend" : ["common"], - "compile-source" : + "compile-options" : { - "file" : "${ROOT}/script/${APPLICATION}.js", - "locales" : "${LOCALES}", - "root" : "${ROOT}", - "gzip" : false - } + "paths" : + { + "file" : "${ROOT}/script/${APPLICATION}.js", + "root" : "${ROOT}", + "resource" : "resource", + "gzip" : false + }, + "code" : + { + "locales" : "${LOCALES}" + } + }, + + "compile" : { "type" : "source" } }, @@ -104,7 +127,7 @@ "qx.debug" : ["off"] }, - "compile-dist" : + "compile-options" : { "paths" : { @@ -122,16 +145,8 @@ "locales" : "${LOCALES}", "optimize" : ["variables", "basecalls", "privates", "strings"] } - /* - "file" : "${BUILD_PATH}/script/${APPLICATION}.js", - "target" : "${BUILD_PATH}", - "uri" : "script/${APPLICATION}.js", - "root" : "${BUILD_PATH}", - "format" : "on", - "locales" : "${LOCALES}", - "optimize" : ["basecalls", "variables", "privates", "strings"] - */ - } + }, + "compile" : { "type" : "build" } }, @@ -192,6 +207,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"