mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 05:55:22 +02:00
59 lines
1.6 KiB
XML
59 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright (c) 2005, 2008 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.useractions.wrapper"
|
|
label="%featureName"
|
|
version="1.1.0.qualifier"
|
|
provider-name="%providerName"
|
|
plugin="org.eclipse.rse.useractions"
|
|
image="eclipse_update_120.jpg">
|
|
|
|
<description>
|
|
%description
|
|
</description>
|
|
|
|
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
|
%copyright
|
|
</copyright>
|
|
|
|
<license url="%licenseURL">
|
|
%license
|
|
</license>
|
|
|
|
<url>
|
|
<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"/>
|
|
</url>
|
|
|
|
<includes
|
|
id="org.eclipse.rse.useractions"
|
|
version="0.0.0"
|
|
search-location="both"/>
|
|
|
|
<requires>
|
|
<import feature="org.eclipse.rse" version="3.0.0.qualifier" match="compatible"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="org.eclipse.rse.useractions"
|
|
download-size="105"
|
|
install-size="339"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.rse.useractions.source"
|
|
download-size="281"
|
|
install-size="284"
|
|
version="0.0.0"/>
|
|
|
|
</feature>
|