2009-05-13 22:43:51 +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-13 22:43:51 +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
|
2009-07-10 12:45:40 +00:00
|
|
|
-->
|
2009-05-13 22:43:51 +00:00
|
|
|
|
2006-12-07 02:53:31 +00:00
|
|
|
<feature
|
|
|
|
id="org.eclipse.tm.terminal.ssh"
|
2006-12-07 12:34:16 +00:00
|
|
|
label="%featureName"
|
2010-04-07 20:24:24 +00:00
|
|
|
version="2.0.200.qualifier"
|
2007-06-05 19:46:41 +00:00
|
|
|
provider-name="%providerName">
|
2006-12-07 02:53:31 +00:00
|
|
|
|
2006-12-07 12:34:16 +00:00
|
|
|
<description>
|
|
|
|
%description
|
2006-12-07 02:53:31 +00:00
|
|
|
</description>
|
|
|
|
|
2006-12-07 12:34:16 +00:00
|
|
|
<copyright>
|
|
|
|
%copyright
|
2006-12-07 02:53:31 +00:00
|
|
|
</copyright>
|
|
|
|
|
2006-12-07 12:34:16 +00:00
|
|
|
<license url="%licenseURL">
|
|
|
|
%license
|
2006-12-07 02:53:31 +00:00
|
|
|
</license>
|
|
|
|
|
2006-12-07 12:34:16 +00:00
|
|
|
<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-12-07 12:34:16 +00:00
|
|
|
</url>
|
|
|
|
|
|
|
|
<requires>
|
|
|
|
<import plugin="org.eclipse.ui"/>
|
|
|
|
<import plugin="org.eclipse.core.runtime"/>
|
2009-07-10 12:45:40 +00:00
|
|
|
<import plugin="org.eclipse.tm.terminal" version="3.0.0" match="equivalent"/>
|
2007-06-05 19:46:41 +00:00
|
|
|
<import plugin="org.eclipse.jsch.core" version="1.0.0" match="compatible"/>
|
2007-06-06 16:36:32 +00:00
|
|
|
<import plugin="com.jcraft.jsch" version="0.1.31" match="compatible"/>
|
2006-12-07 12:34:16 +00:00
|
|
|
</requires>
|
|
|
|
|
2006-12-07 02:53:31 +00:00
|
|
|
<plugin
|
|
|
|
id="org.eclipse.tm.terminal.ssh"
|
2006-12-07 13:04:45 +00:00
|
|
|
download-size="13"
|
|
|
|
install-size="13"
|
2006-12-07 02:53:31 +00:00
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
</feature>
|