diff --git a/releng/scripts/check_features.sh b/releng/scripts/check_features.sh index cc35143deaf..650e03ff6fb 100755 --- a/releng/scripts/check_features.sh +++ b/releng/scripts/check_features.sh @@ -24,9 +24,8 @@ git ls-files -- \*/feature.xml | while read feature_xml; do plugin=$(xmllint --xpath 'string(//feature/@id)' $feature_xml) fi - if [ "$plugin" == 'org.eclipse.tm.terminal.control' ]; then - # As part of https://github.com/eclipse-cdt/cdt/pull/1166 this bundle - # was moved to Eclipse platform, so we cannot run these checks. + if [ "$plugin" == 'org.eclipse.tm.terminal.control.feature' ]; then + # this never contained about mappings and we moved the plugin to platform that does not contain mappings as well continue; fi @@ -39,6 +38,16 @@ 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.feature' ]; then + # 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.view.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.control.feature/feature.xml b/terminal/features/org.eclipse.tm.terminal.control.feature/feature.xml index 453e439d8f3..c2d0fe0436d 100644 --- a/terminal/features/org.eclipse.tm.terminal.control.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.control.feature/feature.xml @@ -18,7 +18,6 @@ label="%featureName" version="12.2.0.qualifier" provider-name="%providerName" - plugin="org.eclipse.tm.terminal.control" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/terminal/features/org.eclipse.tm.terminal.feature/feature.xml b/terminal/features/org.eclipse.tm.terminal.feature/feature.xml index efb2486d4d2..79ce251e68c 100644 --- a/terminal/features/org.eclipse.tm.terminal.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.feature/feature.xml @@ -13,7 +13,6 @@ label="%featureName" version="12.2.0.qualifier" provider-name="%providerName" - plugin="org.eclipse.tm.terminal.view.core" license-feature="org.eclipse.license" license-feature-version="0.0.0"> 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 e3355244802..643ce164f5e 100644 --- a/terminal/features/org.eclipse.tm.terminal.view.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.view.feature/feature.xml @@ -13,7 +13,6 @@ label="%featureName" version="12.2.0.qualifier" provider-name="%providerName" - plugin="org.eclipse.tm.terminal.view.ui" license-feature="org.eclipse.license" license-feature-version="0.0.0"> @@ -30,13 +29,8 @@ - - - - - - - + +