Skip to content

Commit a1c80b5

Browse files
authored
update
1 parent b7ae23d commit a1c80b5

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

build/config-repos.jsonc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,29 @@
7272
"sourceDir": "src",
7373
"targetDir": "07"
7474
},
75+
{
76+
"name": "cloud-gui",
77+
"url": "https://github.com/abap2UI5-addons/cloud-gui",
78+
"renaming" : false,
79+
"branches": {
80+
"Cloud": "main",
81+
"v750": "main",
82+
"v702": ""
83+
},
84+
"sourceDir": "src",
85+
"targetDir": "07"
86+
},
87+
{
88+
"name": "table-content-loader",
89+
"url": "https://github.com/abap2UI5-addons/table-content-loader",
90+
"renaming" : false,
91+
"branches": {
92+
"Cloud": "main",
93+
"v750": "main",
94+
"v702": ""
95+
},
96+
"sourceDir": "src",
97+
"targetDir": "07"
98+
}
7599
]
76100
}

setup/build.jsonc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"abap_version": "v750",
33
"repositories": [
44
"abap2UI5",
5-
"frontend"
5+
"frontend",
6+
"layout-variant-management",
7+
"cloud-gui",
8+
"table-content-loader",
9+
"sql-console"
610
]
711
}

0 commit comments

Comments
 (0)