X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fconfig.json;h=b988263a4be042d0db9a3c5404b794fbdcb51e83;hb=9ee6b2679ba6f2f6925b2ec44be7bf92186ef4f0;hp=d88140fc73aca26bb3a378cb846ced1bfdece1fb;hpb=d058cb5c9158f5e0b99fa5aa6984b0652b71a54b;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/config.json b/org.argeo.slc.webapp/config.json index d88140fc7..b988263a4 100644 --- a/org.argeo.slc.webapp/config.json +++ b/org.argeo.slc.webapp/config.json @@ -1,25 +1,31 @@ { - "name" : "slc", + "name" : "ria", "include" : [ { - "path" : "G:/dev/qooxdoo-0.8-sdk/tool/data/config/application.json" - } + "path" : "src/main/webapp/qooxdoo-0.8-sdk/component/apiviewer/api.json", + "as" : "apiconf" + }, + { + "path" : "src/main/webapp/qooxdoo-0.8-sdk/component/testrunner/testrunner.json", + "as" : "testrunner" + } ], "let" : { - "APPLICATION" : "org.argeo.slc.web", - "QOOXDOO_PATH" : "src/main/webapp/qooxdoo", - "QOOXDOO_URI" : "../qooxdoo", + "APPLICATION" : "org.argeo.ria", + "QOOXDOO_PATH" : "src/main/webapp/qooxdoo-0.8-sdk/framework", + "QOOXDOO_URI" : "../qooxdoo-0.8-sdk/framework", "QXTHEME" : "qx.theme.Modern", "QXICONTHEME" : ["Tango"], "API_EXCLUDE" : ["qx.legacy.*"], "LOCALES" : [ "en" ], "ROOT" : "src/main/webapp/", "BUILD_PATH" : "src/main/webapp/build", - "CACHE" : "cache" + "CACHE" : "cache" , + "CUSTOM_PERSPECTIVE" : "org.argeo.slc.web.Perspective" }, "jobs" : @@ -42,6 +48,7 @@ "include" : [ "${APPLICATION}.Application", + "${CUSTOM_PERSPECTIVE}", "${QXTHEME}" ], @@ -54,7 +61,8 @@ { "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", - "qx.application" : "${APPLICATION}.Application" + "qx.application" : "${APPLICATION}.Application", + "ria.Perspective": "${CUSTOM_PERSPECTIVE}" } }, @@ -139,7 +147,48 @@ "build-script", "my-build-files" ] + }, + + "slc-api" : + { + "extend" : ["apiconf::build"], + + "let" : + { + "APIVIEWER_ROOT" : "${QOOXDOO_PATH}/../component/apiviewer", + "BUILD_PATH" : "./target/site/argeo-ria-api/", + "API_INCLUDE" : ["${APPLICATION}.*"] + }, + + "library" : + [ + { + "manifest" : "${ROOT}/Manifest.json", + "uri" : ".." + } + ] + }, + + "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" : ".." + } + ] } + } }