1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00
cdt/rse/features/org.eclipse.rse.ssh-feature/feature.xml

77 lines
2.3 KiB
XML
Raw Normal View History

2009-05-14 08:19:13 +00:00
<?xml version="1.0" encoding="UTF-8"?> <!--
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"
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>
<copyright>
%copyright
</copyright>
2006-05-15 17:50:13 +00:00
<license url="%licenseURL">
%license
</license>
<url>
<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"/>
<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"/>
<import plugin="org.eclipse.rse.core" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.rse.services" version="3.1.0" match="compatible"/>
<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"/>
<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"
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"
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"
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"
download-size="5"
install-size="10"
2006-05-15 17:50:13 +00:00
version="0.0.0"
unpack="false"/>
</feature>