Skip to content

Commit

Permalink
"new build with fixed compiler to get styles"
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Apr 19, 2019
1 parent 3984d8d commit b32bba7
Showing 1 changed file with 23 additions and 33 deletions.
56 changes: 23 additions & 33 deletions Manifest.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,37 @@
{
"info" :
{
"name" : "mobileshowcase",

"summary" : "Mobile showcase",
"description" : "This is a showcase for some mobile features of qooxdoo.",

"homepage" : "http://demo.qooxdoo.org/current/mobileshowcase",

"license" : "MIT license",
"authors" :
[
"info": {
"name": "mobileshowcase",
"summary": "Mobile showcase",
"description": "This is a showcase for some mobile features of qooxdoo.",
"homepage": "http://demo.qooxdoo.org/current/mobileshowcase",
"license": "MIT license",
"authors": [
{
"name" : "Tino Butz (tbtz)",
"email" : "tino DOT butz AT 1und1 DOT de"
"name": "Tino Butz (tbtz)",
"email": "tino DOT butz AT 1und1 DOT de"
},
{
"name": "Henner Kollmann (hkollmann)",
"email": "Henner DOT Kollmann AT gmx DOT de"
}
],

"version" : "0.1.0"
"version": "0.1.1"
},

"provides" :
{
"namespace" : "qxl.mobileshowcase",
"encoding" : "utf-8",
"class" : "source/class",
"resource" : "source/resource",
"translation" : "source/translation",
"type" : "application"
"provides": {
"namespace": "qxl.mobileshowcase",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation",
"type": "application"
},
"externalResources": {
"script": [
],
"css": [
"qxl/mobileshowcase/css/custom.css"
]
},
"requires": {
"script": [],
"css": [
"qxl/mobileshowcase/css/custom.css"
]
},
"requires": {
"qooxdoo-sdk": "^6.0.0-alpha"
}

}

0 comments on commit b32bba7

Please sign in to comment.