blob: 882dd76d1b45c566775ab9600ed936916465aa8c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2018 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
-->
<feature
id="org.eclipse.tm.terminal.connector.ssh.feature"
label="%featureName"
version="10.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.tm.terminal.connector.ssh"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
<description>
%description
</description>
<copyright>
%copyright
</copyright>
<license url="%licenseURL">
%license
</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"/>
</requires>
<plugin
id="org.eclipse.tm.terminal.connector.ssh"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>