{ "name" : "pf", "include" : [ { "path" : "../qooxdoo-0.8.1-sdk/tool/data/config/application.json", "as" : "appconf" } ], "let" : { "APPLICATION" : "pf", "QOOXDOO_PATH" : "../qooxdoo-0.8.1-sdk/framework", "QOOXDOO_URI" : "../${QOOXDOO_PATH}", "QXTHEME" : "qx.theme.Modern", "LOCALES" : [ "en" ], "ROOT" : ".", "APPLICATION_FILES" : "index.html pf.html sprintf.js wz_jsgraphics.js entities.js", "APPLICATION_RESOURCE_FILTER" : true, "APPLICATION_COMPLETE_SOURCE" : false }, "jobs" : { "api" : { "extend" : ["appconf::api"] }, "build" : { "extend" : ["appconf::build"], "settings" : { "qx.legacy.theme" : "qx.legacy.theme.ClassicRoyale" }, "require" : { "pf.Application" : [ "qx.legacy.theme.ClassicRoyale" ] }, "copy-files" : { "target" : "${BUILD_PATH}", "files" : ["index.html", "pf.html", "wz_jsgraphics.js", "entities.js"] }, "copy-resources" : { "target" : "${BUILD_PATH}", "resource-filter" : true } }, "clean" : { "extend" : ["appconf::clean"] }, "distclean" : { "extend" : ["appconf::distclean"] }, "fix" : { "extend" : ["appconf::fix"] }, "lint" : { "extend" : ["appconf::lint"] }, "migration" : { "extend" : ["appconf::migration"] }, "pretty" : { "extend" : ["appconf::pretty"] }, "publish" : { "extend" : ["appconf::publish"] }, "source" : { "extend" : ["appconf::source"], "settings" : { "qx.legacy.theme" : "qx.legacy.theme.ClassicRoyale" }, "require" : { "pf.Application" : [ "qx.legacy.theme.ClassicRoyale" ] } }, "test" : { "extend" : ["appconf::test"] }, "test-source" : { "extend" : ["appconf::test-source"] }, "translate" : { "extend" : ["appconf::translate"] } } }