From 3c22e88fabb02853cc1b3825affeb3e011b190a6 Mon Sep 17 00:00:00 2001 From: Heiko Klare Date: Mon, 11 Aug 2025 15:27:03 +0200 Subject: [PATCH] Archive eclipse.platform.images repository This archives the eclipse.platform.images repository as most of its use cases became obsolete because of SVG support inside Eclipse SWT and the embedding of SVGs into the actual bundles. --- otterdog/eclipse-platform.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/otterdog/eclipse-platform.jsonnet b/otterdog/eclipse-platform.jsonnet index 25a710a..ad2cef1 100644 --- a/otterdog/eclipse-platform.jsonnet +++ b/otterdog/eclipse-platform.jsonnet @@ -130,6 +130,7 @@ orgs.newOrg('eclipse.platform', 'eclipse-platform') { ], }, orgs.newRepo('eclipse.platform.images') { + archived: true, default_branch: "master", allow_squash_merge: false, delete_branch_on_merge: true,