mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 02:15:31 +02:00
Cleanup terminal telnet feature and migrate to platform
This commit is contained in:
parent
c8347e66f6
commit
7f8746b12b
2 changed files with 6 additions and 7 deletions
|
@ -34,6 +34,11 @@ 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.connector.telnet.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})
|
||||
|
||||
|
|
|
@ -33,13 +33,7 @@
|
|||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.eclipse.tm.terminal.control"/>
|
||||
<import feature="org.eclipse.tm.terminal.control.feature"/>
|
||||
<import plugin="org.eclipse.core.expressions" version="3.4.400" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.core.runtime" version="3.8.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.equinox.security" version="1.1.100" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.ui" version="3.8.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.tm.terminal.connector.telnet" version="4.8.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.terminal.connector.telnet" />
|
||||
</requires>
|
||||
|
||||
</feature>
|
||||
|
|
Loading…
Add table
Reference in a new issue