Skip to content

Commit

Permalink
"publish"
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspackman committed Dec 4, 2018
1 parent efb809d commit 8212aaf
Showing 1 changed file with 19 additions and 28 deletions.
47 changes: 19 additions & 28 deletions Manifest.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,25 @@
{
"info" :
{
"name" : "UploadMgr",

"summary" : "Uploader widget",
"description" : "Library for uploading files, with progress feedback and doesn't block UI",

"homepage" : "http://www.zenesis.com/",

"license" : "LGPL and EPL (see http://qooxdoo.org)",
"authors" :
[
"info": {
"name": "UploadMgr",
"summary": "Uploader widget",
"description": "Library for uploading files, with progress feedback and doesn't block UI",
"homepage": "http://www.zenesis.com/",
"license": "LGPL and EPL (see http://qooxdoo.org)",
"authors": [
{
"name" : "John Spackman",
"email" : "[email protected]"
"name": "John Spackman",
"email": "[email protected]"
}
],

"version" : "1.0.2",
"qooxdoo-range": "1.5 - 6.0.0-alpha-*"
"version": "1.0.3",
"qooxdoo-range": "1.5 - 6.0.0-alpha-* || 6.0.0-alpha"
},

"provides" :
{
"namespace" : "com.zenesis.qx.upload",
"encoding" : "utf-8",
"class" : "source/class",
"resource" : "source/resource",
"translation" : "source/translation",
"type" : "contribution"
"provides": {
"namespace": "com.zenesis.qx.upload",
"encoding": "utf-8",
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation",
"type": "contribution"
}
}

}

0 comments on commit 8212aaf

Please sign in to comment.