@@ -2,7 +2,7 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';
2
2
3
3
orgs.newOrg('eclipse.platform' , 'eclipse-platform' ) {
4
4
settings+: {
5
- blog: "https://www. eclipse.org /eclipse/" ,
5
+ blog: "https://eclipse.dev /eclipse/" ,
6
6
description: "Eclipse Platform is a framework for rich client applications in Java, powering the Eclipse IDE and other toolsets" ,
7
7
8
8
name: "Eclipse Platform" ,
@@ -27,7 +27,7 @@ orgs.newOrg('eclipse.platform', 'eclipse-platform') {
27
27
description: "Common contribution content for eclipse-platform repositories" ,
28
28
has_discussions: true ,
29
29
has_projects: false ,
30
- homepage: "https://www. eclipse.org /eclipse/" ,
30
+ homepage: "https://eclipse.dev /eclipse/" ,
31
31
topics+: [
32
32
"eclipse"
33
33
],
@@ -37,6 +37,7 @@ orgs.newOrg('eclipse.platform', 'eclipse-platform') {
37
37
},
38
38
},
39
39
orgs.newRepo('eclipse.platform' ) {
40
+ description: "Eclipse Platform - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure." ,
40
41
default_branch: "master" ,
41
42
delete_branch_on_merge: false ,
42
43
has_discussions: true ,
@@ -73,7 +74,7 @@ orgs.newOrg('eclipse.platform', 'eclipse-platform') {
73
74
dependabot_alerts_enabled: false ,
74
75
has_projects: false ,
75
76
has_wiki: false ,
76
- homepage: "https://www. eclipse.org /eclipse" ,
77
+ homepage: "https://eclipse.dev /eclipse/ " ,
77
78
web_commit_signoff_required: false ,
78
79
workflows+: {
79
80
default_workflow_permissions: "write" ,
@@ -103,7 +104,7 @@ orgs.newOrg('eclipse.platform', 'eclipse-platform') {
103
104
description: "Eclipse Platform Debug functionality" ,
104
105
has_projects: false ,
105
106
has_wiki: false ,
106
- homepage: "https://www. eclipse.org /eclipse/" ,
107
+ homepage: "https://eclipse.dev /eclipse/" ,
107
108
topics+: [
108
109
"debug" ,
109
110
"eclipse" ,
@@ -180,14 +181,14 @@ orgs.newOrg('eclipse.platform', 'eclipse-platform') {
180
181
],
181
182
},
182
183
orgs.newRepo('eclipse.platform.releng.aggregator' ) {
184
+ description: "Aggregated repository from which Eclipse SDK is being build" ,
183
185
allow_auto_merge: true ,
184
186
default_branch: "master" ,
185
187
delete_branch_on_merge: false ,
186
188
dependabot_alerts_enabled: false ,
187
- description: "Aggregated repository for Eclipse Java IDE" ,
188
189
has_discussions: true ,
189
190
has_projects: false ,
190
- homepage: "https://www. eclipse.org /eclipse/" ,
191
+ homepage: "https://eclipse.dev /eclipse/" ,
191
192
topics+: [
192
193
"eclipse" ,
193
194
"ide" ,
@@ -305,16 +306,17 @@ orgs.newOrg('eclipse.platform', 'eclipse-platform') {
305
306
orgs.newRepo('eclipse.platform.swt' ) {
306
307
default_branch: "master" ,
307
308
delete_branch_on_merge: false ,
308
- description: "Eclipse SWT" ,
309
+ description: "Eclipse SWT - The Standard Widget Toolkit " ,
309
310
has_discussions: true ,
310
311
has_projects: false ,
311
- homepage: "https://www. eclipse.org /swt/" ,
312
+ homepage: "https://eclipse.dev/eclipse /swt/" ,
312
313
topics+: [
313
314
"cross-platform-gui" ,
314
315
"eclipse" ,
315
316
"java" ,
316
317
"swt" ,
317
- "ui"
318
+ "ui" ,
319
+ "gui" ,
318
320
],
319
321
web_commit_signoff_required: false ,
320
322
workflows+: {
@@ -361,7 +363,7 @@ orgs.newOrg('eclipse.platform', 'eclipse-platform') {
361
363
description: "Eclipse SWT" ,
362
364
has_projects: false ,
363
365
has_wiki: false ,
364
- homepage: "https://www. eclipse.org /swt/" ,
366
+ homepage: "https://eclipse.dev/eclipse /swt/" ,
365
367
web_commit_signoff_required: false ,
366
368
workflows+: {
367
369
default_workflow_permissions: "write" ,
@@ -454,13 +456,13 @@ orgs.newOrg('eclipse.platform', 'eclipse-platform') {
454
456
],
455
457
},
456
458
orgs.newRepo('eclipse.platform.ui' ) {
459
+ description: "Eclipse Platform UI - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure." ,
457
460
allow_auto_merge: true ,
458
461
default_branch: "master" ,
459
462
delete_branch_on_merge: false ,
460
- description: "Eclipse Platform" ,
461
463
has_discussions: true ,
462
464
has_projects: false ,
463
- homepage: "https://projects. eclipse.org/projects/ eclipse.platform " ,
465
+ homepage: "https://eclipse.dev/ eclipse/ " ,
464
466
topics+: [
465
467
"eclipse" ,
466
468
"gui" ,
0 commit comments