eclipse-platform / eclipse.platform

https://eclipse.dev/eclipse/
Eclipse Public License 2.0
84 stars 113 forks source link

Moving TabFolderLayout into SWT to have a single copy. #1595

Closed deepika-u closed 4 weeks ago

deepika-u commented 1 month ago

Moving TabFolderLayout into SWT to have a single copy.

Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/1317

https://github.com/eclipse-platform/eclipse.platform.swt/pull/1402#issuecomment-2395940909

wrt platform ui - https://github.com/eclipse-platform/eclipse.platform.ui/pull/2186 wrt PDE - https://github.com/eclipse-pde/eclipse.pde/pull/1452

eclipse-platform-bot commented 1 month ago

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

ant/org.eclipse.ant.ui/META-INF/MANIFEST.MF

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 d8f96ecfc4083fe52e0e3eef8199adcc854d8ee8 Mon Sep 17 00:00:00 2001 From: Eclipse Platform Bot Date: Thu, 24 Oct 2024 11:52:28 +0000 Subject: [PATCH] Version bump(s) for 4.34 stream diff --git a/ant/org.eclipse.ant.ui/META-INF/MANIFEST.MF b/ant/org.eclipse.ant.ui/META-INF/MANIFEST.MF index 5b0859c89b..ee963e9d26 100644 --- a/ant/org.eclipse.ant.ui/META-INF/MANIFEST.MF +++ b/ant/org.eclipse.ant.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.ant.ui; singleton:=true -Bundle-Version: 3.9.500.qualifier +Bundle-Version: 3.9.600.qualifier Bundle-Activator: org.eclipse.ant.internal.ui.AntUIPlugin Bundle-Vendor: %providerName Bundle-Localization: plugin -- 2.47.0 ```

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

github-actions[bot] commented 1 month ago

Test Results

 1 758 files  ±0   1 758 suites  ±0   1h 26m 10s ⏱️ - 3m 30s  4 170 tests ±0   4 148 ✅ ±0   22 💤 ±0  0 ❌ ±0  13 107 runs  ±0  12 943 ✅ ±0  164 💤 ±0  0 ❌ ±0 

Results for commit 3d32f4d4. ± Comparison against base commit 9ca19a0b.

:recycle: This comment has been updated with latest results.

akurtakov commented 1 month ago

Please make sure that the bundles require new enough swt for that api.

deepika-u commented 4 weeks ago

@akurtakov : Can you please check now? I have updated bundle versions as well now.

deepika-u commented 4 weeks ago

@akurtakov 💯