X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.webapp%2Fconfig.json;h=8631ee0f09bff636e5629543da2391c274a97403;hb=d748233c593723b161f797218a2972350c3ccd0d;hp=b08862ce30f40ab3df54bc841666a2dbde53a6a3;hpb=78bd2e8f957d3198f2d6c0482be298f83481328e;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.webapp/config.json b/org.argeo.slc.webapp/config.json index b08862ce3..8631ee0f0 100644 --- a/org.argeo.slc.webapp/config.json +++ b/org.argeo.slc.webapp/config.json @@ -1,19 +1,19 @@ { - "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/tool/data/config/application.json", "as" : "appconf" } ], "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.*"], @@ -21,7 +21,7 @@ "ROOT" : "src/main/webapp/", "BUILD_PATH" : "src/main/webapp/build", "CACHE" : "cache" , - "CUSTOM_PERSPECTIVE" : "org.argeo.slc.web.custom.Perspective" + "CUSTOM_PERSPECTIVE" : "org.argeo.slc.web.Perspective" }, "jobs" : @@ -58,7 +58,7 @@ "qx.version" : "${QXVERSION}", "qx.theme" : "${QXTHEME}", "qx.application" : "${APPLICATION}.Application", - "slc.Perspective": "${CUSTOM_PERSPECTIVE}" + "ria.Perspective": "${CUSTOM_PERSPECTIVE}" } },