mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 20:35:38 +02:00

Change-Id: I4bb2b4aa14b93544f189a108728730a67a93c136 Signed-off-by: Greg Watson <g.watson@computer.org>
55 lines
1.3 KiB
XML
55 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.eclipse.rse.ssh.source"
|
|
label="%featureName"
|
|
version="3.7.0.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.7"/>
|
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
|
|
</url>
|
|
|
|
<plugin
|
|
id="org.eclipse.rse.services.ssh.source"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.rse.connectorservice.ssh.source"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.rse.subsystems.files.ssh.source"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.rse.subsystems.shells.ssh.source"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|