1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 20:45:22 +02:00
cdt/rse/examples/org.eclipse.rse.examples-feature/feature.xml

79 lines
2.4 KiB
XML
Raw Normal View History

2009-05-14 08:19:13 +00:00
<?xml version="1.0" encoding="UTF-8"?> <!--
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
id="org.eclipse.rse.examples"
2006-08-17 22:55:10 +00:00
label="%featureName"
version="3.1.100.qualifier"
provider-name="%providerName"
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>
<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>
<import plugin="org.eclipse.core.resources"/>
2006-08-17 22:55:10 +00:00
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ui.views"/>
<import plugin="org.eclipse.rse.services" version="3.0.0" match="compatible"/>
<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"
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"
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.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>