X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=security%2Fruntime%2Forg.argeo.security.ria%2Fconfig.json;h=45eb7eb230d8d0c2f10d75d0dac9bceb79749805;hb=da5cbd709848b5c406684769f160e5c3a529337b;hp=2cff0013cc92ce128ff16c61ba76de037aab4f51;hpb=9e370dc81ada8cf864aabecce3c45e7ef8628731;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 2cff0013c..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" : "." } ], @@ -79,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" } }, @@ -108,7 +120,7 @@ "qx.debug" : ["off"] }, - "compile-dist" : + "compile-options" : { "paths" : { @@ -126,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" } },