{
  "targets": [
    {
      "type": "source",
      "outputPath": "source-output"
    },
    {
      "type": "build",
      "outputPath": "build-output"
    }
  ],
  "defaultTarget": "source",
  "locales": [ "en" ],

  "applications": [
    {
      "class": "mypackagename.Application",
      "theme": "mypackagename.theme.Theme",
      "name": "mypackagename"
    }
  ],
  
  "libraries": [
    {
      "path": "../../../qooxdoo/framework"
    },
    {
      "path": "."
    }
  ]
}