From 8cfdfd100f298afce2ea5c0d30b02023183a09f8 Mon Sep 17 00:00:00 2001 From: Heiko Klare Date: Mon, 21 Jul 2025 10:12:06 +0200 Subject: [PATCH] Add Eclipse logo SVGs to build.properties The recently added Eclispe logo SVGs have not been added to the build.properties to make the deployed binary bundle also contain them. This change adds them accordingly. --- platform/org.eclipse.platform/build.properties | 3 +++ platform/org.eclipse.sdk/build.properties | 3 +++ 2 files changed, 6 insertions(+) diff --git a/platform/org.eclipse.platform/build.properties b/platform/org.eclipse.platform/build.properties index 9855f38d8c3..7556ca4e9a7 100644 --- a/platform/org.eclipse.platform/build.properties +++ b/platform/org.eclipse.platform/build.properties @@ -17,6 +17,9 @@ bin.includes = about.html,\ about.properties,\ eclipse_lg.png,\ eclipse_lg@2x.png,\ + eclipse16.svg,\ + eclipse32.svg,\ + eclipse48.svg,\ eclipse16.png,\ eclipse32.png,\ eclipse48.png,\ diff --git a/platform/org.eclipse.sdk/build.properties b/platform/org.eclipse.sdk/build.properties index b097c4a8cad..4e5e0f116d3 100644 --- a/platform/org.eclipse.sdk/build.properties +++ b/platform/org.eclipse.sdk/build.properties @@ -15,6 +15,9 @@ bin.includes = about.html,\ about.ini,\ about.mappings,\ about.properties,\ + eclipse16.svg,\ + eclipse32.svg,\ + eclipse48.svg,\ eclipse16.png,\ eclipse32.png,\ eclipse48.png,\