mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +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
|
featureName=Remote System Explorer Examples
|
||||||
|
|
||||||
# "providerName" property - name of the company that provides the feature
|
# "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" property - label for the update site
|
||||||
updateSiteName=Target Management Project Updates
|
updateSiteName=Target Management Project Updates
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.examples"
|
id="org.eclipse.rse.examples"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="1.0.0.qualifier"
|
version="1.0.0.qualifier"
|
||||||
image= "eclipse_update_120.jpg"
|
provider-name="%providerName"
|
||||||
provider-name="%providerName">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
%description
|
%description
|
||||||
|
@ -31,20 +31,22 @@
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.rse.examples.daytime"
|
id="org.eclipse.rse.examples.daytime"
|
||||||
download-size="0"
|
download-size="9"
|
||||||
install-size="0"
|
install-size="25"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.rse.examples.tutorial"
|
id="org.eclipse.rse.examples.tutorial"
|
||||||
download-size="0"
|
download-size="12"
|
||||||
install-size="0"
|
install-size="33"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.rse.examples.source"
|
id="org.eclipse.rse.examples.source"
|
||||||
|
download-size="51"
|
||||||
|
install-size="212"
|
||||||
version="0.0.0"/>
|
version="0.0.0"/>
|
||||||
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -9,4 +9,4 @@
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
pluginName=RSE Examples Source
|
pluginName=RSE Examples Source
|
||||||
providerName=Eclipse.org
|
providerName=Eclipse DSDP Project
|
|
@ -10,7 +10,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
pluginName = RSE Daytime
|
pluginName = RSE Daytime
|
||||||
providerName = Eclipse.org
|
providerName = Eclipse DSDP Project
|
||||||
|
|
||||||
DaytimeSystemDescription=Daytime System Type
|
DaytimeSystemDescription=Daytime System Type
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ Martin Oberhuber (Wind River) - initial API and implementation
|
||||||
icon="icons/full/obj16/systemfiles_obj.gif"
|
icon="icons/full/obj16/systemfiles_obj.gif"
|
||||||
category="files"
|
category="files"
|
||||||
class="org.eclipse.rse.subsystems.files.ftp.FTPFileSubSystemConfiguration"
|
class="org.eclipse.rse.subsystems.files.ftp.FTPFileSubSystemConfiguration"
|
||||||
vendor="Eclipse.org"
|
vendor="Eclipse DSDP Project"
|
||||||
priority="100"
|
priority="100"
|
||||||
id="ftp.files">
|
id="ftp.files">
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -10,4 +10,4 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
pluginName = RSE Tutorial Examples
|
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"
|
name="Teams"
|
||||||
class="samples.subsystems.DeveloperSubSystemConfiguration"
|
class="samples.subsystems.DeveloperSubSystemConfiguration"
|
||||||
category="users"
|
category="users"
|
||||||
vendor="Eclipse.org"
|
vendor="Eclipse DSDP Project"
|
||||||
description="Example Developer Subsystem"
|
description="Example Developer Subsystem"
|
||||||
iconlive="icons/systemconnectionlive.gif"
|
iconlive="icons/systemconnectionlive.gif"
|
||||||
icon="icons/systemconnection.gif"
|
icon="icons/systemconnection.gif"
|
||||||
|
|
Loading…
Add table
Reference in a new issue