2009-05-14 08:19:13 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
|
2010-04-07 20:24:24 +00:00
|
|
|
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-08-17 22:55:10 +00:00
|
|
|
<feature
|
2006-10-25 11:11:09 +00:00
|
|
|
id="org.eclipse.rse.examples"
|
2006-08-17 22:55:10 +00:00
|
|
|
label="%featureName"
|
2010-04-07 20:24:24 +00:00
|
|
|
version="3.1.100.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>
|
2010-04-07 20:00:07 +00:00
|
|
|
<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-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
|
2009-02-08 23:07:16 +00:00
|
|
|
id="org.eclipse.rse.examples.daytime.source"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.rse.examples.tutorial.source"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
2006-08-17 22:55:10 +00:00
|
|
|
|
|
|
|
</feature>
|