Skip to content

Commit

Permalink
version, and adds publishing of application
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspackman committed Nov 20, 2018
1 parent 1f6c52c commit f72b6db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
13 changes: 11 additions & 2 deletions Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"email": "Adrian DOT Olaru AT 1and1 DOT ro"
}
],
"version": "0.1.3",
"version": "0.1.4",
"qooxdoo-range": ">=6.0.0 || 6.0.0-alpha",
"sourceViewUri": "https://github.com/qooxdoo/qooxdoo-api-viewer/blob/%{qxGitBranch}/source/class/%{classFilePath}#L%{lineNumber}"
},
Expand All @@ -33,7 +33,16 @@
"class": "source/class",
"resource": "source/resource",
"translation": "source/translation",
"type": "add-in"
"type": "add-in",
"application": {
"class": "apiviewer.Application",
"theme": "apiviewer.Theme",
"name": "apiviewer",
"title": "Qooxdoo API Viewer",
"outputPath": "apiviewer",
"include": [ "qx.*", "apiviewer.*" ],
"exclude": [ "qx.test.*", "qx.module.Blocker", "qx.module.Placement" ]
}
}
}

6 changes: 0 additions & 6 deletions compile.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
}
],

/** Libraries */
"libraries": [
"../qooxdoo/framework",
"."
],

/** Targets */
"targets": [
{
Expand Down

0 comments on commit f72b6db

Please sign in to comment.