2009-05-14 08:19:13 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
|
2010-04-07 20:24:24 +00:00
|
|
|
Copyright (c) 2005, 2010 IBM Corporation and others.
|
2009-05-14 08:19:13 +00:00
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
which accompanies this distribution, and is available at
|
|
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
|
|
|
|
Contributors:
|
|
|
|
IBM Corporation - initial API and implementation
|
|
|
|
-->
|
|
|
|
|
2006-05-15 17:50:13 +00:00
|
|
|
<feature
|
|
|
|
id="org.eclipse.rse.ssh"
|
|
|
|
label="%featureName"
|
2010-04-07 20:24:24 +00:00
|
|
|
version="3.0.100.qualifier"
|
2006-05-15 17:50:13 +00:00
|
|
|
provider-name="%providerName"
|
|
|
|
plugin="org.eclipse.rse.services.ssh">
|
|
|
|
|
|
|
|
<description>
|
|
|
|
%description
|
|
|
|
</description>
|
|
|
|
|
2006-10-25 12:19:15 +00:00
|
|
|
<copyright>
|
|
|
|
%copyright
|
|
|
|
</copyright>
|
|
|
|
|
2006-05-15 17:50:13 +00:00
|
|
|
<license url="%licenseURL">
|
|
|
|
%license
|
|
|
|
</license>
|
|
|
|
|
|
|
|
<url>
|
2010-04-07 20:00:07 +00:00
|
|
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/dsdp/tm/updates/3.2"/>
|
|
|
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/dsdp/tm/updates/3.2"/>
|
2006-05-15 17:50:13 +00:00
|
|
|
</url>
|
|
|
|
|
|
|
|
<requires>
|
|
|
|
<import plugin="org.eclipse.core.runtime"/>
|
2007-06-06 13:06:29 +00:00
|
|
|
<import plugin="org.eclipse.ui"/>
|
2007-06-06 16:36:32 +00:00
|
|
|
<import plugin="org.eclipse.jsch.core" version="1.0.0" match="compatible"/>
|
|
|
|
<import plugin="com.jcraft.jsch" version="0.1.31" match="compatible"/>
|
2007-10-31 18:13:23 +00:00
|
|
|
<import plugin="org.eclipse.rse.core" version="3.0.0" match="compatible"/>
|
2009-02-01 16:46:17 +00:00
|
|
|
<import plugin="org.eclipse.rse.services" version="3.1.0" match="compatible"/>
|
2007-10-31 18:13:23 +00:00
|
|
|
<import plugin="org.eclipse.rse.subsystems.files.core" version="3.0.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.rse.subsystems.shells.core" version="3.0.0" match="compatible"/>
|
2009-02-01 16:46:17 +00:00
|
|
|
<import plugin="org.eclipse.rse.ui" version="3.0.0" match="compatible"/>
|
2006-05-15 17:50:13 +00:00
|
|
|
</requires>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.rse.services.ssh"
|
2006-10-25 12:19:15 +00:00
|
|
|
download-size="19"
|
|
|
|
install-size="34"
|
2006-05-15 17:50:13 +00:00
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.rse.connectorservice.ssh"
|
2006-10-25 12:19:15 +00:00
|
|
|
download-size="9"
|
|
|
|
install-size="23"
|
2006-05-15 17:50:13 +00:00
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.rse.subsystems.files.ssh"
|
2006-10-25 12:19:15 +00:00
|
|
|
download-size="5"
|
|
|
|
install-size="10"
|
2006-05-15 17:50:13 +00:00
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.rse.subsystems.shells.ssh"
|
2006-10-25 12:19:15 +00:00
|
|
|
download-size="5"
|
|
|
|
install-size="10"
|
2006-05-15 17:50:13 +00:00
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
</feature>
|