X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fconfig.json;h=38e9e362a0f271df42cc190de739bc2515a8489a;hb=0276ca7dbba9f9da1a51f70357c0157e7bb53ad9;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..38e9e362a 100644 --- a/org.argeo.slc.webapp/config.json +++ b/org.argeo.slc.webapp/config.json @@ -4,22 +4,24 @@ "include" : [ { - "path" : "G:/dev/qooxdoo-0.8-sdk/tool/data/config/application.json" + "path" : "src/main/webapp/qooxdoo-0.8-sdk/tool/data/config/application.json", + "as" : "appconf" } ], "let" : { "APPLICATION" : "org.argeo.slc.web", - "QOOXDOO_PATH" : "src/main/webapp/qooxdoo", - "QOOXDOO_URI" : "../qooxdoo", + "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.custom.Perspective" }, "jobs" : @@ -42,6 +44,7 @@ "include" : [ "${APPLICATION}.Application", + "${CUSTOM_PERSPECTIVE}", "${QXTHEME}" ], @@ -54,7 +57,8 @@ { "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", - "qx.application" : "${APPLICATION}.Application" + "qx.application" : "${APPLICATION}.Application", + "slc.Perspective": "${CUSTOM_PERSPECTIVE}" } }, @@ -139,6 +143,26 @@ "build-script", "my-build-files" ] + }, + + "slc-api" : + { + "extend" : ["appconf::api"], + + "let" : + { + "APIVIEWER_ROOT" : "${ROOT}", + "BUILD_PATH" : "./api", + "API_INCLUDE" : ["${APPLICATION}.*"] + }, + + "library" : + [ + { + "manifest" : "Manifest.json", + "uri" : "" + } + ] } }