Skip to content

Commit

Permalink
qooxdoo-contrib compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspackman committed May 31, 2017
1 parent b23e3f0 commit dad5ac6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],

"version" : "trunk",
"qooxdoo-versions": [ "1.5", "1.6", "1.6.1", "2.0", "2.1" ]
"qooxdoo-versions": [ "1.5", "1.6", "1.6.1", "2.0", "2.1", "5.0", "5.1", "6.0" ]
},

"provides" :
Expand Down
34 changes: 0 additions & 34 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,41 +37,7 @@
"ROOT" : "."
},

// You only need to edit the remainder of this file, if you want to customize
// specific jobs, or add own job definitions.

"jobs" :
{
// Uncomment the following entry to add a contrib or library to your
// project; make sure to adapt the path to the Manifest.json; if you are
// using a contrib: library, it will be downloaded into the path specified
// by the 'cache/downloads' config key
/*
"libraries" :
{
"library" :
[
{
"manifest" : "contrib://SkeletonApplication/trunk/Manifest.json"
}
]
}
*/

// If you want to tweak a job setting, see the following sample where
// the "format" feature of the "build-script" job is overridden.
// To see a list of available jobs, invoke 'generate.py x'.
/*
,"build-script" :
{
"compile-options" :
{
"code" :
{
"format" : false
}
}
}
*/
}
}

0 comments on commit dad5ac6

Please sign in to comment.