Skip to content

Commit 8c35d88

Browse files
committed
chore: fix stale metadata and README wording
- .abapgit.xml: a2UI5-selection-screen -> selection-screen - src/package.devc.xml: describe the package as abap2UI5 - selection screen - README: SAP NetWeaver instead of R/3 NetWeaver Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014yy9ZjmgSF6UabP6mqfSLz
1 parent efaae2a commit 8c35d88

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.abapgit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
33
<asx:values>
44
<DATA>
5-
<NAME>a2UI5-selection-screen</NAME>
5+
<NAME>selection-screen</NAME>
66
<MASTER_LANGUAGE>E</MASTER_LANGUAGE>
77
<STARTING_FOLDER>/src/</STARTING_FOLDER>
88
<FOLDER_LOGIC>PREFIX</FOLDER_LOGIC>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#### Compatibility
1313
* S/4 Public Cloud and BTP ABAP Environment (ABAP for Cloud)
1414
* S/4 Private Cloud or On-Premise (ABAP for Cloud, Standard ABAP)
15-
* R/3 NetWeaver AS ABAP 7.50 or higher (Standard ABAP)
15+
* SAP NetWeaver AS ABAP 7.50 or higher (Standard ABAP)
1616

1717
#### Dependencies
1818
* [abap2UI5](https://github.com/abap2UI5/abap2UI5)

src/package.devc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
44
<asx:values>
55
<DEVC>
6-
<CTEXT>a2UI5-selection-screen</CTEXT>
6+
<CTEXT>abap2UI5 - selection screen</CTEXT>
77
</DEVC>
88
</asx:values>
99
</asx:abap>

0 commit comments

Comments
 (0)