From e2e1d207c3f1812501ab8ac1526fe0d61632230f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Mon, 16 Jun 2025 20:52:10 +0200 Subject: [PATCH] Do not require org.eclipse.tm.terminal.view.core in the feature (#1203) The plugin org.eclipse.tm.terminal.view.core is moved to platform and should therefore be handled like any other third party dependency. It actually is already part of the feature imports and the org.eclipse.tm.terminal.view.ui require bundle it, so mentioning that one is actually redundant and fixes it to that particular version otherwhise. --- .../org.eclipse.tm.terminal.view.feature/feature.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/terminal/features/org.eclipse.tm.terminal.view.feature/feature.xml b/terminal/features/org.eclipse.tm.terminal.view.feature/feature.xml index 97efc70a292..545b27930e8 100644 --- a/terminal/features/org.eclipse.tm.terminal.view.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.view.feature/feature.xml @@ -38,13 +38,6 @@ - -