Skip to content

Commit

Permalink
"first version"
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Jul 27, 2019
1 parent 3bcf7c4 commit 0f5187b
Showing 1 changed file with 19 additions and 26 deletions.
45 changes: 19 additions & 26 deletions Manifest.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,32 @@
{
"info" :
{
"name" : "datademo",

"summary" : "Common used data binding demo",
"description" : "This is a demo containing a container showing a data bound list.",

"homepage" : "http://qooxdoo.org/",

"license" : "MIT",
"authors" :
[
"info": {
"name": "datademo",
"summary": "Common used data binding demo",
"description": "This is a demo containing a container showing a data bound list.",
"homepage": "http://qooxdoo.org/",
"license": "MIT",
"authors": [
{
"name" : "Martin Wittemann (martinwittemann)",
"email" : "martin DOT wittemann AT 1und1 DOT de"
"name": "Martin Wittemann (martinwittemann)",
"email": "martin DOT wittemann AT 1und1 DOT de"
},
{
"name": "Henner Kollmann (hkollmann)",
"email": "Henner DOT Kollmann AT gmx DOT de"
}
],

"version": "1.0.0-beta.1"
"version": "1.0.0-beta.2"
},

"provides" :
{
"namespace" : "qxl.datademo",
"encoding" : "utf-8",
"class" : "source/class",
"resource" : "source/resource",
"translation" : "source/translation"
"provides": {
"namespace": "qxl.datademo",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation"
},
"requires": {
"@qooxdoo/compiler": "^1.0.0-beta",
"@qooxdoo/framework": "^6.0.0-beta"
}
}
},
"$schema": "https://raw.githubusercontent.com/qooxdoo/qooxdoo-compiler/master/source/resource/qx/tool/schema/Manifest-1-0-0.json"
}

0 comments on commit 0f5187b

Please sign in to comment.