mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
Cleanup terminal ssh feature and migrate to platform
This commit is contained in:
parent
56859b0e74
commit
c8347e66f6
2 changed files with 6 additions and 10 deletions
|
@ -29,6 +29,11 @@ git ls-files -- \*/feature.xml | while read feature_xml; do
|
|||
# was moved to Eclipse platform, so we cannot run these checks.
|
||||
continue;
|
||||
fi
|
||||
|
||||
if [ "$plugin" == 'org.eclipse.tm.terminal.connector.ssh.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})
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
label="%featureName"
|
||||
version="12.2.0.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.tm.terminal.connector.ssh"
|
||||
license-feature="org.eclipse.license"
|
||||
license-feature-version="0.0.0">
|
||||
|
||||
|
@ -34,15 +33,7 @@
|
|||
</license>
|
||||
|
||||
<requires>
|
||||
<import plugin="org.eclipse.tm.terminal.control"/>
|
||||
<import plugin="com.jcraft.jsch" version="0.1.31" match="compatible"/>
|
||||
<import plugin="org.eclipse.jsch.core" version="1.0.0" match="compatible"/>
|
||||
<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.ssh" version="4.8.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.terminal.connector.ssh"/>
|
||||
</requires>
|
||||
|
||||
</feature>
|
||||
|
|
Loading…
Add table
Reference in a new issue