2012-01-24 17:58:42 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (c) 2005, 2011 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
|
|
|
|
-->
|
|
|
|
<feature
|
|
|
|
id="org.eclipse.rse.telnet.source"
|
|
|
|
label="%featureName"
|
2014-11-18 11:50:26 -06:00
|
|
|
version="3.7.0.qualifier"
|
2012-01-24 17:58:42 +00:00
|
|
|
provider-name="%providerName"
|
2014-05-19 05:19:02 +04:00
|
|
|
plugin="org.eclipse.rse.services.telnet.source"
|
|
|
|
license-feature="org.eclipse.license"
|
|
|
|
license-feature-version="1.0.1.qualifier">
|
2012-01-24 17:58:42 +00:00
|
|
|
|
|
|
|
<description>
|
|
|
|
%description
|
|
|
|
</description>
|
|
|
|
|
2014-05-19 05:19:02 +04:00
|
|
|
<copyright>
|
2012-01-24 17:58:42 +00:00
|
|
|
%copyright
|
|
|
|
</copyright>
|
|
|
|
|
|
|
|
<license url="%licenseURL">
|
|
|
|
%license
|
|
|
|
</license>
|
|
|
|
|
|
|
|
<url>
|
2014-11-17 07:33:00 +01:00
|
|
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
|
|
|
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
|
2012-01-24 17:58:42 +00:00
|
|
|
</url>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.apache.commons.net.source"
|
|
|
|
download-size="207"
|
|
|
|
install-size="348"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.rse.connectorservice.telnet.source"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.rse.services.telnet.source"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.rse.subsystems.shells.telnet.source"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
</feature>
|