Skip to content

Commit 3061666

Browse files
committed
[project][FIX] Rename project to UI5 CLI
JIRA: CPOUI5FOUNDATION-1098
1 parent 42d15b8 commit 3061666

Some content is hidden

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

52 files changed

+118
-118
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 🚨 Issues Have Been Transferred to UI5 Tooling Repository
1+
## 🚨 Issues Have Been Transferred to UI5 CLI Repository
22

3-
Please create new issues in the UI5 Tooling repository: https://github.com/SAP/ui5-tooling/issues/new/choose
3+
Please create new issues in the UI5 CLI repository: https://github.com/UI5/cli/issues/new/choose
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Report UI5 Tooling Issues or Request a Feature
4-
url: https://github.com/SAP/ui5-tooling/issues/new/choose
5-
about: Please create new issues in the UI5 Tooling repository
3+
- name: Report UI5 CLI Issues or Request a Feature
4+
url: https://github.com/UI5/cli/issues/new/choose
5+
about: Please create new issues in the UI5 CLI repository

packages/project/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To get it merged faster, kindly review the checklist below:
44

55
## Pull Request Checklist
6-
- [ ] Reviewed the [Contributing Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#-contributing-code)
7-
+ Especially the [How to Contribute](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#how-to-contribute) section
8-
- [ ] [No merge commits](https://github.com/SAP/ui5-tooling/blob/main/docs/Guidelines.md#no-merge-commits)
9-
- [ ] [Correct commit message style](https://github.com/SAP/ui5-tooling/blob/main/docs/Guidelines.md#commit-message-style)
6+
- [ ] Reviewed the [Contributing Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#-contributing-code)
7+
+ Especially the [How to Contribute](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#how-to-contribute) section
8+
- [ ] [No merge commits](https://github.com/UI5/cli/blob/main/docs/Guidelines.md#no-merge-commits)
9+
- [ ] [Correct commit message style](https://github.com/UI5/cli/blob/main/docs/Guidelines.md#commit-message-style)

packages/project/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Contributing to the UI5 Tooling
1+
# Contributing to the UI5 CLI
22

3-
See CONTRIBUTING.md in the [SAP/ui5-tooling](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md) repository.
3+
See CONTRIBUTING.md in the [UI5/cli](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md) repository.

packages/project/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-tooling/main/docs/images/UI5_logo_wide.png)
1+
![UI5 icon](https://raw.githubusercontent.com/UI5/cli/main/docs/images/UI5_logo_wide.png)
22

33
# ui5-project
44
> Modules for building a projects dependency tree, including UI5 specific configuration.
5-
> Part of the [UI5 Tooling](https://github.com/SAP/ui5-tooling)
5+
> Part of the [UI5 CLI](https://github.com/UI5/cli)
66
77
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-project)](https://api.reuse.software/info/github.com/SAP/ui5-project)
88
[![Build Status](https://dev.azure.com/sap/opensource/_apis/build/status/SAP.ui5-project?branchName=main)](https://dev.azure.com/sap/opensource/_build/latest?definitionId=35&branchName=main)
99
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fproject.svg)](https://www.npmjs.com/package/@ui5/project)
1010
[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-project/badge.svg)](https://coveralls.io/github/SAP/ui5-project)
1111

1212
## Documentation
13-
UI5 Project documentation can be found here: [sap.github.io/ui5-tooling](https://sap.github.io/ui5-tooling/v4/pages/Project/)
13+
UI5 Project documentation can be found here: [ui5.github.io/cli](https://ui5.github.io/cli/v4/pages/Project/)
1414

15-
The UI5 Project API Reference can be found here: [`@ui5/project`](https://sap.github.io/ui5-tooling/v4/api/)
15+
The UI5 Project API Reference can be found here: [`@ui5/project`](https://ui5.github.io/cli/v4/api/)
1616

1717
## Contributing
18-
Please check our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md).
18+
Please check our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md).
1919

2020
## Support
21-
Please follow our [Contribution Guidelines](https://github.com/SAP/ui5-tooling/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
21+
Please follow our [Contribution Guidelines](https://github.com/UI5/cli/blob/main/CONTRIBUTING.md#report-an-issue) on how to report an issue.
2222

23-
Please report issues in the main [UI5 Tooling](https://github.com/SAP/ui5-tooling) repository.
23+
Please report issues in the main [UI5 CLI](https://github.com/UI5/cli) repository.
2424

2525
## Release History
2626
See [CHANGELOG.md](CHANGELOG.md).

packages/project/REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (“AP
77
[[annotations]]
88
path = "**"
99
precedence = "aggregate"
10-
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 Tooling contributors"
10+
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI contributors"
1111
SPDX-License-Identifier = "Apache-2.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# UI5 Build Extensibility
2-
This documentation moved to a new place: [sap.github.io/ui5-tooling/pages/extensibility/CustomTasks/](https://sap.github.io/ui5-tooling/pages/extensibility/CustomTasks/)
2+
This documentation moved to a new place: [ui5.github.io/cli/pages/extensibility/CustomTasks/](https://ui5.github.io/cli/pages/extensibility/CustomTasks/)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Configuration
2-
This documentation moved to a new place: [sap.github.io/ui5-tooling/pages/Configuration/](https://sap.github.io/ui5-tooling/pages/Configuration/).
2+
This documentation moved to a new place: [ui5.github.io/cli/pages/Configuration/](https://ui5.github.io/cli/pages/Configuration/).
33

4-
The **Specification Version Documentation** can be found here: [sap.github.io/ui5-tooling/pages/Configuration/#specification-versions](https://sap.github.io/ui5-tooling/pages/Configuration/#specification-versions)
4+
The **Specification Version Documentation** can be found here: [ui5.github.io/cli/pages/Configuration/#specification-versions](https://ui5.github.io/cli/pages/Configuration/#specification-versions)

packages/project/jsdoc.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
}
2626
},
2727
"openGraph": {
28-
"title": "UI5 Tooling - API Reference",
28+
"title": "UI5 CLI - API Reference",
2929
"type": "website",
30-
"image": "https://sap.github.io/ui5-tooling/v4/images/UI5_logo_wide.png",
31-
"site_name": "UI5 Tooling - API Reference",
32-
"url": "https://sap.github.io/ui5-tooling/"
30+
"image": "https://ui5.github.io/cli/v4/images/UI5_logo_wide.png",
31+
"site_name": "UI5 CLI - API Reference",
32+
"url": "https://ui5.github.io/cli/"
3333
},
3434
"docdash": {
3535
"sectionOrder": [
@@ -43,8 +43,8 @@
4343
"Interfaces"
4444
],
4545
"meta": {
46-
"title": "UI5 Tooling - API Reference - UI5 Project",
47-
"description": "UI5 Tooling - API Reference - UI5 Project",
46+
"title": "UI5 CLI - API Reference - UI5 Project",
47+
"description": "UI5 CLI - API Reference - UI5 Project",
4848
"keyword": "openui5 sapui5 ui5 build development tool api reference"
4949
},
5050
"search": true,

packages/project/lib/build/TaskRunner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ class TaskRunner {
361361
throw new Error(
362362
`Standard task ${refTaskName}, referenced by custom task ${newTaskName} ` +
363363
`in project ${project.getName()}, ` +
364-
`has been removed in this version of UI5 Tooling and can't be referenced anymore. ` +
365-
`Please see the migration guide at https://sap.github.io/ui5-tooling/updates/migrate-v3/`);
364+
`has been removed in this version of UI5 CLI and can't be referenced anymore. ` +
365+
`Please see the migration guide at https://ui5.github.io/cli/updates/migrate-v3/`);
366366
}
367367
throw new Error(`Could not find task ${refTaskName}, referenced by custom task ${newTaskName}, ` +
368368
`to be scheduled for project ${project.getName()}`);

0 commit comments

Comments
 (0)