2006-08-17 22:55:10 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<feature
|
2006-10-25 11:11:09 +00:00
|
|
|
id="org.eclipse.rse.examples"
|
2006-08-17 22:55:10 +00:00
|
|
|
label="%featureName"
|
2007-10-31 18:13:23 +00:00
|
|
|
version="3.0.0.qualifier"
|
2006-10-25 11:11:09 +00:00
|
|
|
provider-name="%providerName"
|
2007-06-06 13:06:29 +00:00
|
|
|
plugin="org.eclipse.rse.examples.tutorial"
|
|
|
|
image="eclipse_update_120.jpg">
|
2006-08-17 22:55:10 +00:00
|
|
|
|
|
|
|
<description>
|
|
|
|
%description
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<copyright>
|
|
|
|
%copyright
|
|
|
|
</copyright>
|
|
|
|
|
|
|
|
<license url="%licenseURL">
|
|
|
|
%license
|
|
|
|
</license>
|
|
|
|
|
|
|
|
<url>
|
2007-10-31 18:13:23 +00:00
|
|
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/dsdp/tm/updates/3.0"/>
|
|
|
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/dsdp/tm/updates/3.0"/>
|
2006-08-17 22:55:10 +00:00
|
|
|
</url>
|
|
|
|
|
|
|
|
<requires>
|
2007-06-06 13:06:29 +00:00
|
|
|
<import plugin="org.eclipse.core.resources"/>
|
2006-08-17 22:55:10 +00:00
|
|
|
<import plugin="org.eclipse.core.runtime"/>
|
2007-06-06 13:06:29 +00:00
|
|
|
<import plugin="org.eclipse.ui"/>
|
|
|
|
<import plugin="org.eclipse.ui.views"/>
|
2008-02-28 19:13:08 +00:00
|
|
|
<import plugin="org.eclipse.rse.services" version="3.0.0" match="compatible"/>
|
2007-10-31 18:13:23 +00:00
|
|
|
<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"/>
|
|
|
|
<import plugin="org.eclipse.rse.files.ui" version="3.0.0" match="compatible"/>
|
|
|
|
<import plugin="org.eclipse.rse.shells.ui" version="3.0.0" match="compatible"/>
|
2006-08-17 22:55:10 +00:00
|
|
|
</requires>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.rse.examples.daytime"
|
2006-10-25 11:11:09 +00:00
|
|
|
download-size="9"
|
|
|
|
install-size="25"
|
2006-08-17 22:55:10 +00:00
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
2006-08-17 23:15:50 +00:00
|
|
|
id="org.eclipse.rse.examples.tutorial"
|
2006-10-25 11:11:09 +00:00
|
|
|
download-size="12"
|
|
|
|
install-size="33"
|
2006-08-17 22:55:10 +00:00
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
2006-09-21 08:51:40 +00:00
|
|
|
|
2006-08-17 22:55:10 +00:00
|
|
|
<plugin
|
|
|
|
id="org.eclipse.rse.examples.source"
|
2006-10-25 11:11:09 +00:00
|
|
|
download-size="51"
|
|
|
|
install-size="212"
|
2006-08-17 22:55:10 +00:00
|
|
|
version="0.0.0"/>
|
|
|
|
|
|
|
|
</feature>
|