Skip to content

Commit

Permalink
[DEMO] ui5.yaml: Use new 'component' type
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Jul 18, 2023
1 parent e3c601b commit e3676a3
Show file tree
Hide file tree
Showing 63 changed files with 10 additions and 41 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"_version": "1.21.0",
"sap.app": {
"id": "my.lib.sample.base",
"type": "library",
"type": "application",
"embeds": [],
"applicationVersion": {
"version": "${version}"
Expand Down
15 changes: 0 additions & 15 deletions demo/BaseComponent/src/my/lib/sample/base/library.js

This file was deleted.

8 changes: 2 additions & 6 deletions demo/BaseComponent/ui5.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
specVersion: "2.6"
specVersion: "3.1"
metadata:
name: my.lib.sample.base
type: library
type: component
framework:
name: OpenUI5
version: 1.110.0
libraries:
- name: sap.ui.core
builder:
componentPreload:
namespaces:
- "my/lib/sample/base"
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 3 additions & 7 deletions demo/CategoriesComponent/ui5.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
specVersion: "2.6"
specVersion: "3.1"
metadata:
name: my.lib.sample.categories
type: library
type: component
framework:
name: OpenUI5
version: 1.110.0
libraries:
- name: sap.ui.core
- name: sap.m
- name: themelib_sap_horizon
builder:
componentPreload:
namespaces:
- "my/lib/sample/categories"
- name: themelib_sap_horizon
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 2 additions & 6 deletions demo/ProductsComponent/ui5.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
specVersion: "2.6"
specVersion: "3.1"
metadata:
name: my.lib.sample.products
type: library
type: component
framework:
name: OpenUI5
version: 1.110.0
libraries:
- name: sap.ui.core
- name: sap.m
- name: themelib_sap_horizon
builder:
componentPreload:
namespaces:
- "my/lib/sample/products"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 2 additions & 6 deletions demo/SuppliersComponent/ui5.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
specVersion: "2.6"
specVersion: "3.1"
metadata:
name: my.lib.sample.suppliers
type: library
type: component
framework:
name: OpenUI5
version: 1.110.0
libraries:
- name: sap.ui.core
- name: sap.m
- name: themelib_sap_horizon
builder:
componentPreload:
namespaces:
- "my/lib/sample/suppliers"

0 comments on commit e3676a3

Please sign in to comment.