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 @@ - - - - - - - +