mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Change Provider: Eclipse.org --> Eclipse DSDP Project as per Bjorns suggestion
This commit is contained in:
parent
612ed19e85
commit
956f5f98ae
7 changed files with 15 additions and 13 deletions
|
@ -18,7 +18,7 @@
|
|||
featureName=Remote System Explorer Examples
|
||||
|
||||
# "providerName" property - name of the company that provides the feature
|
||||
providerName=Eclipse.org
|
||||
providerName=Eclipse DSDP Project
|
||||
|
||||
# "updateSiteName" property - label for the update site
|
||||
updateSiteName=Target Management Project Updates
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature
|
||||
id="org.eclipse.rse.examples"
|
||||
id="org.eclipse.rse.examples"
|
||||
label="%featureName"
|
||||
version="1.0.0.qualifier"
|
||||
image= "eclipse_update_120.jpg"
|
||||
provider-name="%providerName">
|
||||
provider-name="%providerName"
|
||||
image="eclipse_update_120.jpg">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
@ -31,20 +31,22 @@
|
|||
|
||||
<plugin
|
||||
id="org.eclipse.rse.examples.daytime"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="9"
|
||||
install-size="25"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.examples.tutorial"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="12"
|
||||
install-size="33"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.examples.source"
|
||||
download-size="51"
|
||||
install-size="212"
|
||||
version="0.0.0"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName=RSE Examples Source
|
||||
providerName=Eclipse.org
|
||||
providerName=Eclipse DSDP Project
|
|
@ -10,7 +10,7 @@
|
|||
################################################################################
|
||||
|
||||
pluginName = RSE Daytime
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
||||
|
||||
DaytimeSystemDescription=Daytime System Type
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Martin Oberhuber (Wind River) - initial API and implementation
|
|||
icon="icons/full/obj16/systemfiles_obj.gif"
|
||||
category="files"
|
||||
class="org.eclipse.rse.subsystems.files.ftp.FTPFileSubSystemConfiguration"
|
||||
vendor="Eclipse.org"
|
||||
vendor="Eclipse DSDP Project"
|
||||
priority="100"
|
||||
id="ftp.files">
|
||||
</configuration>
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
################################################################################
|
||||
|
||||
pluginName = RSE Tutorial Examples
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
||||
|
|
|
@ -60,7 +60,7 @@ Martin Oberhuber (Wind River) - Adapted original tutorial code to Open RSE.
|
|||
name="Teams"
|
||||
class="samples.subsystems.DeveloperSubSystemConfiguration"
|
||||
category="users"
|
||||
vendor="Eclipse.org"
|
||||
vendor="Eclipse DSDP Project"
|
||||
description="Example Developer Subsystem"
|
||||
iconlive="icons/systemconnectionlive.gif"
|
||||
icon="icons/systemconnection.gif"
|
||||
|
|
Loading…
Add table
Reference in a new issue