Skip to content

Commit ef7a733

Browse files
committed
correct metadata that no main files exists
1 parent 5781088 commit ef7a733

1 file changed

Lines changed: 14 additions & 37 deletions

File tree

src/main/js/bundles/mapapps-github-manager/manifest.json

Lines changed: 14 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
"description": "Integrate GitHub bundles into your map.apps installation",
66
"vendor": "con terra GmbH",
77
"productName": "mapapps-github-manager",
8-
"keywords": [
9-
"manager"
10-
],
8+
"keywords": ["manager"],
9+
"main": "",
10+
"layer": "module",
11+
"i18n": ["bundle"],
1112
"dependencies": {
1213
"ct": "^4.17.0",
1314
"dojo": "^1.17.0",
@@ -26,9 +27,7 @@
2627
"cssThemesExtension": [
2728
{
2829
"name": "*",
29-
"files": [
30-
"./css/styles.css"
31-
]
30+
"files": ["./css/styles.css"]
3231
}
3332
],
3433
"layout-widgets": [
@@ -65,10 +64,7 @@
6564
},
6665
{
6766
"name": "BundleStore",
68-
"provides": [
69-
"ct.api.Store",
70-
"mapapps-github-manager.BundleStore"
71-
],
67+
"provides": ["ct.api.Store", "mapapps-github-manager.BundleStore"],
7268
"immediate": true,
7369
"instanceFactory": true,
7470
"properties": {
@@ -83,9 +79,7 @@
8379
{
8480
"name": "BundleListTool",
8581
"impl": "ct/tools/Tool",
86-
"provides": [
87-
"ct.tools.Tool"
88-
],
82+
"provides": ["ct.tools.Tool"],
8983
"propertiesConstructor": true,
9084
"properties": {
9185
"id": "appmanagement_githubBundleListTool",
@@ -96,19 +90,15 @@
9690
"togglable": true,
9791
"iconClass": "icon-download",
9892
"rules": {
99-
"roles": [
100-
"maAdmin"
101-
],
93+
"roles": ["maAdmin"],
10294
"ruleSuccessProperty": "visibility"
10395
}
10496
}
10597
},
10698
{
10799
"name": "BundleViewToolbar",
108100
"impl": "ct/tools/ToolContainer",
109-
"provides": [
110-
"mapapps-github-manager.BundlesViewToolbar"
111-
],
101+
"provides": ["mapapps-github-manager.BundlesViewToolbar"],
112102
"references": [
113103
{
114104
"name": "tool",
@@ -121,10 +111,7 @@
121111
{
122112
"name": "GithubBundlesDataView",
123113
"impl": "dataview/DataView",
124-
"provides": [
125-
"dijit.Widget",
126-
"mapapps-github-manager.GithubBundlesDataView"
127-
],
114+
"provides": ["dijit.Widget", "mapapps-github-manager.GithubBundlesDataView"],
128115
"propertiesConstructor": true,
129116
"properties": {
130117
"id": "githubBundlesDataView",
@@ -194,16 +181,11 @@
194181
{
195182
"name": "BundlesDataViewController",
196183
"impl": "dataview/DataViewController",
197-
"provides": [
198-
"ct.framework.api.EventHandler",
199-
"mapapps-github-manager.BundlesDataViewController"
200-
],
184+
"provides": ["ct.framework.api.EventHandler", "mapapps-github-manager.BundlesDataViewController"],
201185
"properties": {
202186
"Event-Topics": [
203187
{
204-
"topic": [
205-
"mapapps-github-manager/BUNDLES_UPLOADED"
206-
],
188+
"topic": ["mapapps-github-manager/BUNDLES_UPLOADED"],
207189
"method": "refreshView"
208190
}
209191
],
@@ -235,17 +217,12 @@
235217
},
236218
{
237219
"name": "BundleDetailsController",
238-
"provides": [
239-
"ct.framework.api.EventHandler",
240-
"mapapps-github-manager.BundleDetailsController"
241-
],
220+
"provides": ["ct.framework.api.EventHandler", "mapapps-github-manager.BundleDetailsController"],
242221
"properties": {
243222
"uploadTarget": "@@applicationURL.noscheme@@/resources/jsregistry/upload",
244223
"Event-Topics": [
245224
{
246-
"topic": [
247-
"mapapps-github-manager/BUNDLE_SHOWDETAILS"
248-
],
225+
"topic": ["mapapps-github-manager/BUNDLE_SHOWDETAILS"],
249226
"method": "showDetails"
250227
}
251228
]

0 commit comments

Comments
 (0)