Skip to content

Commit 95fd623

Browse files
RandomByteflovogt
authored andcommitted
[DEMO] ui5.yaml: Use new 'component' type
Based on SAP/ui5-project#623
1 parent 2097f2c commit 95fd623

62 files changed

Lines changed: 10 additions & 26 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.

demo/BaseComponent/src/my/lib/sample/base/manifest.json renamed to demo/BaseComponent/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"_version": "1.21.0",
33
"sap.app": {
44
"id": "my.lib.sample.base",
5-
"type": "library",
5+
"type": "application",
66
"embeds": [],
77
"applicationVersion": {
88
"version": "${version}"

demo/BaseComponent/ui5.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
specVersion: "2.6"
1+
specVersion: "3.1"
22
metadata:
33
name: my.lib.sample.base
4-
type: library
4+
type: component
55
framework:
66
name: OpenUI5
77
version: 1.120.30
88
libraries:
99
- name: sap.ui.core
10-
builder:
11-
componentPreload:
12-
namespaces:
13-
- "my/lib/sample/base"

demo/CategoriesComponent/src/my/lib/sample/categories/Component.js renamed to demo/CategoriesComponent/src/Component.js

File renamed without changes.

demo/CategoriesComponent/src/my/lib/sample/categories/controller/App.controller.js renamed to demo/CategoriesComponent/src/controller/App.controller.js

File renamed without changes.

demo/CategoriesComponent/src/my/lib/sample/categories/controller/Detail.controller.js renamed to demo/CategoriesComponent/src/controller/Detail.controller.js

File renamed without changes.

demo/CategoriesComponent/src/my/lib/sample/categories/controller/List.controller.js renamed to demo/CategoriesComponent/src/controller/List.controller.js

File renamed without changes.

demo/CategoriesComponent/src/my/lib/sample/categories/css/style.css renamed to demo/CategoriesComponent/src/css/style.css

File renamed without changes.

demo/CategoriesComponent/src/my/lib/sample/categories/i18n/i18n.properties renamed to demo/CategoriesComponent/src/i18n/i18n.properties

File renamed without changes.

0 commit comments

Comments
 (0)