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