File tree Expand file tree Collapse file tree 4 files changed +14
-13
lines changed
org.eclipse.tm.terminal.control.feature
org.eclipse.tm.terminal.feature
org.eclipse.tm.terminal.view.feature Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,8 @@ git ls-files -- \*/feature.xml | while read feature_xml; do
2424 plugin=$( xmllint --xpath ' string(//feature/@id)' $feature_xml )
2525 fi
2626
27- if [ " $plugin " == ' org.eclipse.tm.terminal.control' ]; then
28- # As part of https://github.com/eclipse-cdt/cdt/pull/1166 this bundle
29- # was moved to Eclipse platform, so we cannot run these checks.
27+ if [ " $plugin " == ' org.eclipse.tm.terminal.control.feature' ]; then
28+ # this never contained about mappings and we moved the plugin to platform that does not contain mappings as well
3029 continue ;
3130 fi
3231
@@ -39,6 +38,16 @@ git ls-files -- \*/feature.xml | while read feature_xml; do
3938 # this never contained about mappings and we moved the plugin to platform that does not contain mappings as well
4039 continue ;
4140 fi
41+
42+ if [ " $plugin " == ' org.eclipse.tm.terminal.feature' ]; then
43+ # this never contained about mappings and we moved the plugin to platform that does not contain mappings as well
44+ continue ;
45+ fi
46+
47+ if [ " $plugin " == ' org.eclipse.tm.terminal.view.feature' ]; then
48+ # this never contained about mappings and we moved the plugin to platform that does not contain mappings as well
49+ continue ;
50+ fi
4251
4352 feature_dir=$( dirname ${feature_xml} )
4453
Original file line number Diff line number Diff line change 1818 label =" %featureName"
1919 version =" 12.2.0.qualifier"
2020 provider-name =" %providerName"
21- plugin =" org.eclipse.tm.terminal.control"
2221 license-feature =" org.eclipse.license"
2322 license-feature-version =" 0.0.0" >
2423
Original file line number Diff line number Diff line change 1313 label =" %featureName"
1414 version =" 12.2.0.qualifier"
1515 provider-name =" %providerName"
16- plugin =" org.eclipse.tm.terminal.view.core"
1716 license-feature =" org.eclipse.license"
1817 license-feature-version =" 0.0.0" >
1918
Original file line number Diff line number Diff line change 1313 label =" %featureName"
1414 version =" 12.2.0.qualifier"
1515 provider-name =" %providerName"
16- plugin =" org.eclipse.tm.terminal.view.ui"
1716 license-feature =" org.eclipse.license"
1817 license-feature-version =" 0.0.0" >
1918
3029 </license >
3130
3231 <requires >
33- <import plugin =" org.eclipse.core.expressions" version =" 3.4.400" match =" greaterOrEqual" />
34- <import plugin =" org.eclipse.core.runtime" version =" 3.8.0" match =" greaterOrEqual" />
35- <import plugin =" org.eclipse.ui" version =" 3.8.0" match =" greaterOrEqual" />
36- <import plugin =" org.eclipse.core.variables" version =" 3.2.600" match =" greaterOrEqual" />
37- <import plugin =" org.eclipse.tm.terminal.view.core" version =" 4.8.0" match =" compatible" />
38- <import plugin =" org.eclipse.tm.terminal.view.ui" version =" 4.11.0" match =" compatible" />
39- <import plugin =" org.eclipse.tm.terminal.control" version =" 5.2.0" match =" compatible" />
32+ <import plugin =" org.eclipse.terminal.view.core" />
33+ <import plugin =" org.eclipse.terminal.view.ui" />
4034 </requires >
4135
4236</feature >
You can’t perform that action at this time.
0 commit comments