X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=security%2Fruntime%2Forg.argeo.security.ria%2Fconfig.json;h=45eb7eb230d8d0c2f10d75d0dac9bceb79749805;hb=cf369654be9fbe7bfaa2529ebdc6a0917584fa94;hp=092ef552658ad36f9eafba0fdf7a51b01390c4ad;hpb=30957b909c0ae5f83fbd5d06a5226959b6c71614;p=lgpl%2Fargeo-commons.git diff --git a/security/runtime/org.argeo.security.ria/config.json b/security/runtime/org.argeo.security.ria/config.json index 092ef5526..45eb7eb23 100644 --- a/security/runtime/org.argeo.security.ria/config.json +++ b/security/runtime/org.argeo.security.ria/config.json @@ -35,13 +35,16 @@ "library" : [ { - "manifest" : "${QOOXDOO_PATH}/framework/Manifest.json" + "manifest" : "${QOOXDOO_PATH}/framework/Manifest.json", + "uri" : "../qooxdoo-sdk/framework" }, { - "manifest" : "${RIA_LIB_PATH}/security/Manifest.json" + "manifest" : "${RIA_LIB_PATH}/security/Manifest.json", + "uri" : "${RIA_LIB_URI}/security" }, { - "manifest" : "${ROOT}/Manifest.json" + "manifest" : "${ROOT}/Manifest.json", + "uri" : "." } ], @@ -62,6 +65,9 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", + "ria.branding.splashScreen" : "ria/ArgeoLogo.png", + "ria.branding.applicationTitle" : "Argeo Security RIA", + "ria.branding.aboutString" : "Argeo Ria is a product of Argeo", "ria.auth.enableAuth" : "true", "ria.auth.credentialsURI" : "/org.argeo.security.webapp/getCredentials.ria", "ria.auth.loginURI" : "/org.argeo.security.webapp/login.ria", @@ -76,13 +82,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" } }, @@ -105,7 +120,7 @@ "qx.debug" : ["off"] }, - "compile-dist" : + "compile-options" : { "paths" : { @@ -123,16 +138,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" } },