{ "name" : "pf", "include" : [ { "path" : "${QOOXDOO_PATH}/tool/data/config/application.json" } ], "export" : [ "api", "build", "clean", "distclean", "fix", "info", "inspector", "lint", "migration", "pretty", "profiling", "source", "source-all", "test", "test-source", "translation" ], "let" : { "APPLICATION" : "pf", "QOOXDOO_PATH" : "../qooxdoo-1.0-sdk", "QXTHEME" : "pf.theme.Theme", "API_EXCLUDE" : ["qx.test.*", "${APPLICATION}.theme.*", "${APPLICATION}.test.*"], "LOCALES" : [ "en" ], "CACHE" : "${TMPDIR}/cache_new", "ROOT" : ".", "APPLICATION_FILES" : "index.html pf.html wz_jsgraphics.js entities.js", "APPLICATION_RESOURCE_FILTER" : true, "APPLICATION_COMPLETE_SOURCE" : false }, "jobs" : { "build" : { "copy-files" : { "target" : "${BUILD_PATH}", "files" : ["pf.html", "wz_jsgraphics.js", "entities.js"] }, "copy-resources" : { "target" : "${BUILD_PATH}", "resource-filter" : true } } } }