File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
terminal/features/org.eclipse.tm.terminal.connector.ssh.feature Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ git ls-files -- \*/feature.xml | while read feature_xml; do
2929 # was moved to Eclipse platform, so we cannot run these checks.
3030 continue ;
3131 fi
32+
33+ if [ " $plugin " == ' org.eclipse.tm.terminal.connector.ssh.feature' ]; then
34+ # this never contained about mappings and we moved the plugin to platform that does not contain mappings as well
35+ continue ;
36+ fi
3237
3338 feature_dir=$( dirname ${feature_xml} )
3439
Original file line number Diff line number Diff line change 1717 label =" %featureName"
1818 version =" 12.2.0.qualifier"
1919 provider-name =" %providerName"
20- plugin =" org.eclipse.tm.terminal.connector.ssh"
2120 license-feature =" org.eclipse.license"
2221 license-feature-version =" 0.0.0" >
2322
3433 </license >
3534
3635 <requires >
37- <import plugin =" org.eclipse.tm.terminal.control" />
38- <import plugin =" com.jcraft.jsch" version =" 0.1.31" match =" compatible" />
39- <import plugin =" org.eclipse.jsch.core" version =" 1.0.0" match =" compatible" />
40- <import feature =" org.eclipse.tm.terminal.control.feature" />
41- <import plugin =" org.eclipse.core.expressions" version =" 3.4.400" match =" greaterOrEqual" />
42- <import plugin =" org.eclipse.core.runtime" version =" 3.8.0" match =" greaterOrEqual" />
43- <import plugin =" org.eclipse.equinox.security" version =" 1.1.100" match =" greaterOrEqual" />
44- <import plugin =" org.eclipse.ui" version =" 3.8.0" match =" greaterOrEqual" />
45- <import plugin =" org.eclipse.tm.terminal.connector.ssh" version =" 4.8.0" match =" greaterOrEqual" />
36+ <import plugin =" org.eclipse.terminal.connector.ssh" />
4637 </requires >
4738
4839</feature >
You can’t perform that action at this time.
0 commit comments