X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=security%2Fruntime%2Forg.argeo.security.ria%2Fconfig.json;fp=security%2Fruntime%2Forg.argeo.security.ria%2Fconfig.json;h=0000000000000000000000000000000000000000;hb=0ceaef8eb3172da98031699fc3d306c6816fea44;hp=45eb7eb230d8d0c2f10d75d0dac9bceb79749805;hpb=9b6a0645e8e964fd7bb04a63ddebbf2f14bd7779;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 deleted file mode 100644 index 45eb7eb23..000000000 --- a/security/runtime/org.argeo.security.ria/config.json +++ /dev/null @@ -1,228 +0,0 @@ -{ - "name" : "ria", - - "include" : - [ - { - "path" : "${QOOXDOO_PATH}/component/apiviewer/api.json", - "as" : "apiconf" - }, - { - "path" : "${QOOXDOO_PATH}/component/testrunner/testrunner.json", - "as" : "testrunner" - } - ], - - "let" : - { - "APPLICATION" : "org.argeo.ria", - "QOOXDOO_PATH" : "src/qooxdoo-sdk", - "QXTHEME" : "org.argeo.ria.theme.RiaTheme", - "API_EXCLUDE" : ["qx.legacy.*"], - "LOCALES" : [ "en" ], - "ROOT" : "src/argeo-ria-src", - "BUILD_PATH" : "target/classes/argeo-ria", - "RIA_LIB_PATH" : "src/argeo-ria-lib", - "RIA_LIB_URI" : "../argeo-ria-lib", - "CACHE" : "cache" , - "CUSTOM_PACKAGE" : "org.argeo.security.ria" - }, - - "jobs" : - { - "common" : - { - "library" : - [ - { - "manifest" : "${QOOXDOO_PATH}/framework/Manifest.json", - "uri" : "../qooxdoo-sdk/framework" - }, - { - "manifest" : "${RIA_LIB_PATH}/security/Manifest.json", - "uri" : "${RIA_LIB_URI}/security" - }, - { - "manifest" : "${ROOT}/Manifest.json", - "uri" : "." - } - ], - - "include" : - [ - "${APPLICATION}.Application", - "${CUSTOM_PACKAGE}.*", - "${QXTHEME}" - ], - - "cache" : - { - "compile" : "${CACHE}" - }, - - "settings" : - { - "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", - "ria.auth.logoutURI" : "/org.argeo.security.webapp/logout.ria", - "ria.StartupPerspective" : "org.argeo.security.ria.Perspective" - } - }, - - // -- source jobs -------------------------------------------------- - - "source-script" : - { - "extend" : ["common"], - - "compile-options" : - { - "paths" : - { - "file" : "${ROOT}/script/${APPLICATION}.js", - "root" : "${ROOT}", - "resource" : "resource", - "gzip" : false - }, - "code" : - { - "locales" : "${LOCALES}" - } - }, - - "compile" : { "type" : "source" } - }, - - - "slc-source" : - { - "run" : - [ - "source-script" - ] - }, - - // -- build jobs -------------------------------------------------- - - "build-script" : - { - "extend" : ["common"], - - "variants" : - { - "qx.debug" : ["off"] - }, - - "compile-options" : - { - "paths" : - { - "file" : "${BUILD_PATH}/script/${APPLICATION}.js", - "gzip" : false - }, - "uris" : - { - "script" : "script", - "resource" : "resource" - }, - "code" : - { - "format" : true, - "locales" : "${LOCALES}", - "optimize" : ["variables", "basecalls", "privates", "strings"] - } - }, - "compile" : { "type" : "build" } - }, - - - "build-resources": - { - "extend" : ["common"], - - "copy-resources" : - { - "target" : "${BUILD_PATH}", - "resource-filter" : true - } - }, - - "my-build-files" : - { - "extend" : ["common"], - - "copy-files" : - { - "files" : - [ - "index.html" - ], - "source" : "${ROOT}", - "target" : "${BUILD_PATH}" - } - }, - - "slc-build" : - { - "run" : - [ - "build-script", - "my-build-files", - "build-resources" - ] - }, - - "slc-api" : - { - "extend" : ["apiconf::build"], - - "let" : - { - "APIVIEWER_ROOT" : "${QOOXDOO_PATH}/component/apiviewer", - "BUILD_PATH" : "./target/site/argeo-ria-api/", - "API_INCLUDE" : ["${APPLICATION}.*", "${CUSTOM_PACKAGE}.*"] - }, - - "library" : - [ - { - "manifest" : "${ROOT}/Manifest.json", - "uri" : ".." - }, - { - "manifest" : "${RIA_LIB_PATH}/security/Manifest.json", - "uri" : "${RIA_LIB_URI}/security" - } - ] - }, - - "slc-test" : - { - "extend" : ["testrunner::build"], - - "let" : - { - "TESTRUNNER_ROOT" : "${QOOXDOO_PATH}/component/testrunner", - "TEST_INCLUDE" : "${APPLICATION}.test.*", - "BUILD_PATH" : "./target/site/argeo-ria-test/" - }, - - "library" : - [ - { - "manifest" : "${ROOT}/Manifest.json", - "uri" : ".." - } - ] - } - - - } -}