Skip to content

Commit 7f8746b

Browse files
laeubiruspl-afed
authored andcommitted
Cleanup terminal telnet feature and migrate to platform
1 parent c8347e6 commit 7f8746b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

releng/scripts/check_features.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/feature.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@
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>

0 commit comments

Comments
 (0)