Skip to content

Allow Eclipse 4 contributions to select svg files via the find dialog#1720

Closed
vogella wants to merge 1 commit intoeclipse-pde:masterfrom
vogellacompany:svg-support
Closed

Allow Eclipse 4 contributions to select svg files via the find dialog#1720
vogella wants to merge 1 commit intoeclipse-pde:masterfrom
vogellacompany:svg-support

Conversation

@vogella
Copy link
Copy Markdown
Contributor

@vogella vogella commented Apr 15, 2025

With the svg support in SWT we should also allow the selection of svg files for Eclipse 4 application model elements.

Fixes #eclipse-platform/eclipse.platform.ui#2911

With the svg support in SWT we should also allow the selection of svg
files for Eclipse 4 application model elements.

Fixes #eclipse-platform/eclipse.platform.ui#2911
@eclipse-pde-bot
Copy link
Copy Markdown
Contributor

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

e4tools/bundles/org.eclipse.e4.tools.emf.ui/META-INF/MANIFEST.MF
e4tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
features/org.eclipse.e4.core.tools.feature/feature.xml

An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.

Git patch
From 9905536e8da07df679be16529d3a8d2e5974f3dd Mon Sep 17 00:00:00 2001
From: Eclipse PDE Bot <pde-bot@eclipse.org>
Date: Tue, 15 Apr 2025 15:39:50 +0000
Subject: [PATCH] Version bump(s) for 4.36 stream


diff --git a/e4tools/bundles/org.eclipse.e4.tools.emf.ui/META-INF/MANIFEST.MF b/e4tools/bundles/org.eclipse.e4.tools.emf.ui/META-INF/MANIFEST.MF
index a476ca2a24..0bf31b355b 100644
--- a/e4tools/bundles/org.eclipse.e4.tools.emf.ui/META-INF/MANIFEST.MF
+++ b/e4tools/bundles/org.eclipse.e4.tools.emf.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.e4.tools.emf.ui;singleton:=true
-Bundle-Version: 4.8.600.qualifier
+Bundle-Version: 4.8.700.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-17
diff --git a/e4tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml b/e4tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
index 02dd8c4511..8b19e9c842 100644
--- a/e4tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
+++ b/e4tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
@@ -21,7 +21,7 @@
 
   <groupId>org.eclipse.platform</groupId>
   <artifactId>org.eclipse.e4.tools.emf.ui</artifactId>
-  <version>4.8.600-SNAPSHOT</version>
+  <version>4.8.700-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
   <properties>
diff --git a/features/org.eclipse.e4.core.tools.feature/feature.xml b/features/org.eclipse.e4.core.tools.feature/feature.xml
index fe474fda39..0c8735ca5b 100644
--- a/features/org.eclipse.e4.core.tools.feature/feature.xml
+++ b/features/org.eclipse.e4.core.tools.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.e4.core.tools.feature"
       label="%featureName"
-      version="4.30.400.qualifier"
+      version="4.30.500.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">
-- 
2.49.0

Further information are available in Common Build Issues - Missing version increments.

@github-actions
Copy link
Copy Markdown

Test Results

   279 files  ±  0     279 suites  ±0   44m 47s ⏱️ - 6m 34s
 3 442 tests  - 166   3 394 ✅  - 137   48 💤  - 28  0 ❌  - 1 
10 518 runs   - 304  10 374 ✅  - 245  144 💤  - 58  0 ❌  - 1 

Results for commit 5724095. ± Comparison against base commit b2b12f1.

This pull request removes 166 tests.
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug179612_custom
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug179612_default
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug196754
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug211605
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testBug255824
org.eclipse.pde.build.internal.tests.AssembleTests ‑ testCustomAssembly
org.eclipse.pde.build.internal.tests.FetchTests ‑ Unknown test
org.eclipse.pde.build.internal.tests.ProductTests ‑ test186224
org.eclipse.pde.build.internal.tests.ProductTests ‑ test218878
org.eclipse.pde.build.internal.tests.ProductTests ‑ test234032
…

@vogella vogella closed this Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants