X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fconfig.json;h=b988263a4be042d0db9a3c5404b794fbdcb51e83;hb=cb0f78c49776106e6c1d6fd7990a352e46063442;hp=8631ee0f09bff636e5629543da2391c274a97403;hpb=14c481f0228ff318eec0b2e871b0131bf7bd06ab;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/config.json b/org.argeo.slc.webapp/config.json index 8631ee0f0..b988263a4 100644 --- a/org.argeo.slc.webapp/config.json +++ b/org.argeo.slc.webapp/config.json @@ -4,9 +4,13 @@ "include" : [ { - "path" : "src/main/webapp/qooxdoo-0.8-sdk/tool/data/config/application.json", - "as" : "appconf" - } + "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" : @@ -147,23 +151,44 @@ "slc-api" : { - "extend" : ["appconf::api"], + "extend" : ["apiconf::build"], "let" : { - "APIVIEWER_ROOT" : "${ROOT}", - "BUILD_PATH" : "./api", + "APIVIEWER_ROOT" : "${QOOXDOO_PATH}/../component/apiviewer", + "BUILD_PATH" : "./target/site/argeo-ria-api/", "API_INCLUDE" : ["${APPLICATION}.*"] }, "library" : [ { - "manifest" : "Manifest.json", - "uri" : "" + "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" : ".." } ] } + } }