File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
terminal/features/org.eclipse.tm.terminal.connector.telnet.feature Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ git ls-files -- \*/feature.xml | while read feature_xml; do
3434 # this never contained about mappings and we moved the plugin to platform that does not contain mappings as well
3535 continue ;
3636 fi
37+
38+ if [ " $plugin " == ' org.eclipse.tm.terminal.connector.telnet.feature' ]; then
39+ # this never contained about mappings and we moved the plugin to platform that does not contain mappings as well
40+ continue ;
41+ fi
3742
3843 feature_dir=$( dirname ${feature_xml} )
3944
Original file line number Diff line number Diff line change 3333 </license >
3434
3535 <requires >
36- <import plugin =" org.eclipse.tm.terminal.control" />
37- <import feature =" org.eclipse.tm.terminal.control.feature" />
38- <import plugin =" org.eclipse.core.expressions" version =" 3.4.400" match =" greaterOrEqual" />
39- <import plugin =" org.eclipse.core.runtime" version =" 3.8.0" match =" greaterOrEqual" />
40- <import plugin =" org.eclipse.equinox.security" version =" 1.1.100" match =" greaterOrEqual" />
41- <import plugin =" org.eclipse.ui" version =" 3.8.0" match =" greaterOrEqual" />
42- <import plugin =" org.eclipse.tm.terminal.connector.telnet" version =" 4.8.0" match =" greaterOrEqual" />
36+ <import plugin =" org.eclipse.terminal.connector.telnet" />
4337 </requires >
4438
4539</feature >
You can’t perform that action at this time.
0 commit comments