From c8347e66f602d124c7cf5a8206470e00fdae816e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Thu, 24 Jul 2025 13:50:20 +0200 Subject: [PATCH] Cleanup terminal ssh feature and migrate to platform --- releng/scripts/check_features.sh | 5 +++++ .../feature.xml | 11 +---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/releng/scripts/check_features.sh b/releng/scripts/check_features.sh index 0678f6bb823..eb04bea7e1c 100755 --- a/releng/scripts/check_features.sh +++ b/releng/scripts/check_features.sh @@ -29,6 +29,11 @@ git ls-files -- \*/feature.xml | while read feature_xml; do # was moved to Eclipse platform, so we cannot run these checks. continue; fi + + if [ "$plugin" == 'org.eclipse.tm.terminal.connector.ssh.feature' ]; then + # this never contained about mappings and we moved the plugin to platform that does not contain mappings as well + continue; + fi feature_dir=$(dirname ${feature_xml}) diff --git a/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml b/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml index 42b7727c645..ca818d3a18a 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml @@ -17,7 +17,6 @@ label="%featureName" version="12.2.0.qualifier" provider-name="%providerName" - plugin="org.eclipse.tm.terminal.connector.ssh" license-feature="org.eclipse.license" license-feature-version="0.0.0"> @@ -34,15 +33,7 @@ - - - - - - - - - +