mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
78 lines
2.4 KiB
XML
78 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright (c) 2005, 2010 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.examples"
|
|
label="%featureName"
|
|
version="3.1.100.qualifier"
|
|
provider-name="%providerName"
|
|
plugin="org.eclipse.rse.examples.tutorial"
|
|
image="eclipse_update_120.jpg">
|
|
|
|
<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"/>
|
|
</url>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.core.resources"/>
|
|
<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"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="org.eclipse.rse.examples.daytime"
|
|
download-size="9"
|
|
install-size="25"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.rse.examples.tutorial"
|
|
download-size="12"
|
|
install-size="33"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<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"/>
|
|
|
|
</feature>
|