-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"new build with fixed compiler to get styles"
- Loading branch information
Showing
1 changed file
with
23 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
|
||
} |