Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing to openui5-sample-app
# Contributing to OpenUI5 Sample App

In general the contributing guidelines of OpenUI5 also apply to this project. They can be found here:
https://github.com/SAP/openui5/blob/main/CONTRIBUTING.md
https://github.com/UI5/openui5/blob/main/CONTRIBUTING.md

Some parts might not be relevant for this project (e.g. the browser-specific requirements like jQuery, CSS and accessibility in the "Contribution Content Guidelines") and the contribution process is easier (pull requests will be merged directly on GitHub).

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
![OpenUI5 logo](http://openui5.org/images/OpenUI5_new_big_side.png)

# openui5-sample-app
> [OpenUI5](https://github.com/SAP/openui5) sample app using the [UI5 Tooling](https://github.com/SAP/ui5-tooling).
# sample-app
> [OpenUI5](https://github.com/UI5/openui5) sample app using the [UI5 Tooling](https://github.com/SAP/ui5-tooling).

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/openui5-sample-app)](https://api.reuse.software/info/github.com/SAP/openui5-sample-app)
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/sample-app)](https://api.reuse.software/info/github.com/UI5/sample-app)

## Live Demo
A deployed version of the [openui5-sample-app](http://sap.github.io/openui5-sample-app/index.html) is hosted on GitHub Pages.
A deployed version of the [sample-app](http://ui5.github.io/sample-app/index.html) is hosted on GitHub Pages.

## Prerequisites
- The **UI5 CLI** of the [UI5 Tooling](https://github.com/SAP/ui5-tooling#installing-the-ui5-cli).
Expand All @@ -15,8 +15,8 @@ A deployed version of the [openui5-sample-app](http://sap.github.io/openui5-samp
## Getting started
1. Clone this repository and navigate into it
```sh
git clone https://github.com/SAP/openui5-sample-app.git
cd openui5-sample-app
git clone https://github.com/UI5/sample-app.git
cd sample-app
```
1. Install all dependencies
```sh
Expand Down Expand Up @@ -82,7 +82,7 @@ The following needs to be done just once per setup.
1. Clone the OpenUI5 repository and navigate into it
**Note:** The UI5 version must be 1.65.0 or higher, you can check that in the root `package.json` file
```sh
git clone https://github.com/SAP/openui5.git
git clone https://github.com/UI5/openui5.git
cd openui5
```
1. Install all dependencies (this also links all OpenUI5 libraries between each other)
Expand Down
6 changes: 3 additions & 3 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version = 1
SPDX-PackageName = "openui5-sample-app"
SPDX-PackageName = "sample-app"
SPDX-PackageSupplier = "SAP OpenUI5 <openui5@sap.com>"
SPDX-PackageDownloadLocation = "https://github.com/SAP/openui5-sample-app"
SPDX-PackageDownloadLocation = "https://github.com/UI5/sample-app"
SPDX-PackageComment = "The code in this project may include calls to APIs (“API Calls”) of\n SAP or third-party products or services developed outside of this project\n (“External Products”).\n “APIs” means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products,or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project’s code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls."

[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and openui5-sample-app contributors"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and OpenUI5 Sample App contributors"
SPDX-License-Identifier = "Apache-2.0"
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "openui5-sample-app",
"name": "@ui5/sample-app",
"version": "0.5.0",
"description": "Sample of an OpenUI5 app",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion ui5.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: '4.0'
metadata:
name: openui5-sample-app
name: "@ui5/sample-app"
type: application
framework:
name: OpenUI5
Expand Down