1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +02:00
cdt/terminal/features/org.eclipse.tm.terminal.ssh-feature/feature.xml
Greg Watson 7320242f9d Update feature versions to 3.6.1. Disable jgit qualifiers for features.
Change-Id: I13ae83ce235e395f8db1bc0fa1dac1ee10cb14bb
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-07-21 09:18:10 -04:00

53 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2005, 2014 IBM Corporation and others.
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
Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license
-->
<feature
id="org.eclipse.tm.terminal.ssh"
label="%featureName"
version="3.6.1.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
<description>
%description
</description>
<copyright>
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<url>
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.6"/>
</url>
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.tm.terminal" version="3.2.2" match="equivalent"/>
<import plugin="org.eclipse.jsch.core" version="1.0.0" match="compatible"/>
<import plugin="com.jcraft.jsch" version="0.1.31" match="compatible"/>
</requires>
<plugin
id="org.eclipse.tm.terminal.ssh"
download-size="13"
install-size="13"
version="0.0.0"
unpack="false"/>
</feature>