From 7f8746b12bf83abf13d6f644cf3c72db18b489d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Thu, 24 Jul 2025 15:12:38 +0200 Subject: [PATCH] Cleanup terminal telnet feature and migrate to platform --- releng/scripts/check_features.sh | 5 +++++ .../feature.xml | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/releng/scripts/check_features.sh b/releng/scripts/check_features.sh index eb04bea7e1c..cc35143deaf 100755 --- a/releng/scripts/check_features.sh +++ b/releng/scripts/check_features.sh @@ -34,6 +34,11 @@ git ls-files -- \*/feature.xml | while read feature_xml; do # this never contained about mappings and we moved the plugin to platform that does not contain mappings as well continue; fi + + if [ "$plugin" == 'org.eclipse.tm.terminal.connector.telnet.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.telnet.feature/feature.xml b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/feature.xml index 2de78f2cc4a..db281e9b580 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/feature.xml @@ -33,13 +33,7 @@ - - - - - - - +