mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +02:00
Change Provider: Eclipse.org --> Eclipse DSDP Project as per Bjorns suggestion
This commit is contained in:
parent
1c2bc8e6ff
commit
d9517e9cdd
13 changed files with 44 additions and 22 deletions
|
@ -18,7 +18,7 @@
|
||||||
featureName=Remote System Explorer Local Services
|
featureName=Remote System Explorer Local Services
|
||||||
|
|
||||||
# "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
|
||||||
|
@ -28,6 +28,15 @@ description=Remote System Explorer (RSE) Local Services provides an \
|
||||||
implementation of the basic services defined by the RSE API that \
|
implementation of the basic services defined by the RSE API that \
|
||||||
accesses local resources.
|
accesses local resources.
|
||||||
|
|
||||||
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
|
copyright=\
|
||||||
|
Copyright (c) 2000, 2006 IBM Corporation and others.\n\
|
||||||
|
All rights reserved. This program and the accompanying materials\n\
|
||||||
|
are made available under the terms of the Eclipse Public License v1.0\n\
|
||||||
|
which accompanies this distribution, and is available at\n\
|
||||||
|
http://www.eclipse.org/legal/epl-v10.html\n
|
||||||
|
################ end of copyright property ####################################
|
||||||
|
|
||||||
# "licenseURL" property - URL of the "Feature License"
|
# "licenseURL" property - URL of the "Feature License"
|
||||||
# do not translate value - just change to point to a locale-specific HTML page
|
# do not translate value - just change to point to a locale-specific HTML page
|
||||||
licenseURL=license.html
|
licenseURL=license.html
|
||||||
|
|
|
@ -10,6 +10,10 @@
|
||||||
%description
|
%description
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
|
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
||||||
|
%copyright
|
||||||
|
</copyright>
|
||||||
|
|
||||||
<license url="%licenseURL">
|
<license url="%licenseURL">
|
||||||
%license
|
%license
|
||||||
</license>
|
</license>
|
||||||
|
@ -35,36 +39,36 @@
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.rse.services.local"
|
id="org.eclipse.rse.services.local"
|
||||||
download-size="0"
|
download-size="21"
|
||||||
install-size="0"
|
install-size="45"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.rse.subsystems.files.local"
|
id="org.eclipse.rse.subsystems.files.local"
|
||||||
download-size="0"
|
download-size="7"
|
||||||
install-size="0"
|
install-size="17"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.rse.subsystems.processes.local"
|
id="org.eclipse.rse.subsystems.processes.local"
|
||||||
download-size="0"
|
download-size="5"
|
||||||
install-size="0"
|
install-size="10"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.rse.subsystems.shells.local"
|
id="org.eclipse.rse.subsystems.shells.local"
|
||||||
download-size="0"
|
download-size="5"
|
||||||
install-size="0"
|
install-size="10"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.rse.connectorservice.local"
|
id="org.eclipse.rse.connectorservice.local"
|
||||||
download-size="0"
|
download-size="3"
|
||||||
install-size="0"
|
install-size="8"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
unpack="false"/>
|
unpack="false"/>
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
featureName=Remote System Explorer Local Services Source
|
featureName=Remote System Explorer Local Services Source
|
||||||
|
|
||||||
# "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
|
||||||
|
@ -28,6 +28,15 @@ description=Remote System Explorer (RSE) Local Services provides an \
|
||||||
implementation of the basic services defined by the RSE API that \
|
implementation of the basic services defined by the RSE API that \
|
||||||
accesses local resources.
|
accesses local resources.
|
||||||
|
|
||||||
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
|
copyright=\
|
||||||
|
Copyright (c) 2000, 2006 IBM Corporation and others.\n\
|
||||||
|
All rights reserved. This program and the accompanying materials\n\
|
||||||
|
are made available under the terms of the Eclipse Public License v1.0\n\
|
||||||
|
which accompanies this distribution, and is available at\n\
|
||||||
|
http://www.eclipse.org/legal/epl-v10.html\n
|
||||||
|
################ end of copyright property ####################################
|
||||||
|
|
||||||
# "licenseURL" property - URL of the "Feature License"
|
# "licenseURL" property - URL of the "Feature License"
|
||||||
# do not translate value - just change to point to a locale-specific HTML page
|
# do not translate value - just change to point to a locale-specific HTML page
|
||||||
licenseURL=license.html
|
licenseURL=license.html
|
||||||
|
|
|
@ -9,4 +9,4 @@
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
pluginName=RSE Local Support Source
|
pluginName=RSE Local Support Source
|
||||||
providerName=Eclipse.org
|
providerName=Eclipse DSDP Project
|
||||||
|
|
|
@ -10,4 +10,4 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
pluginName = RSE Local Connector Service
|
pluginName = RSE Local Connector Service
|
||||||
providerName = Eclipse.org
|
providerName = Eclipse DSDP Project
|
||||||
|
|
|
@ -21,5 +21,5 @@ blurb=Remote System Explorer Local Services\n\
|
||||||
Version: {featureVersion}\n\
|
Version: {featureVersion}\n\
|
||||||
Build id: {0}\n\
|
Build id: {0}\n\
|
||||||
\n\
|
\n\
|
||||||
(c) Copyright Eclipse contributors and others 2000, 2006. All rights reserved.\n\
|
(c) Copyright IBM Corporation and others 2000, 2006. All rights reserved.\n\
|
||||||
Visit http://www.eclipse.org/dsdp/tm
|
Visit http://www.eclipse.org/dsdp/tm
|
|
@ -10,4 +10,4 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
pluginName = RSE Local Services
|
pluginName = RSE Local Services
|
||||||
providerName = Eclipse.org
|
providerName = Eclipse DSDP Project
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
pluginName = RSE Local Files
|
pluginName = RSE Local Files
|
||||||
providerName = Eclipse.org
|
providerName = Eclipse DSDP Project
|
||||||
|
|
||||||
Files=Local Files
|
Files=Local Files
|
||||||
FilesDescription=This configuration allows you to work with files on the local system and doesn't require any communication server to be running.
|
FilesDescription=This configuration allows you to work with files on the local system and doesn't require any communication server to be running.
|
|
@ -28,7 +28,7 @@ Contributors:
|
||||||
icon="icons/full/obj16/systemfiles_obj.gif"
|
icon="icons/full/obj16/systemfiles_obj.gif"
|
||||||
category="files"
|
category="files"
|
||||||
class="org.eclipse.rse.subsystems.files.local.LocalFileSubSystemConfiguration"
|
class="org.eclipse.rse.subsystems.files.local.LocalFileSubSystemConfiguration"
|
||||||
vendor="Eclipse.org"
|
vendor="Eclipse DSDP Project"
|
||||||
priority="100"
|
priority="100"
|
||||||
id="local.files">
|
id="local.files">
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -15,6 +15,6 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
pluginName = RSE Local Processes
|
pluginName = RSE Local Processes
|
||||||
providerName = Eclipse.org
|
providerName = Eclipse DSDP Project
|
||||||
|
|
||||||
Processes=Processes
|
Processes=Processes
|
|
@ -32,7 +32,7 @@ Contributors:
|
||||||
icon="icons/full/obj16/processsubsystem_obj.gif"
|
icon="icons/full/obj16/processsubsystem_obj.gif"
|
||||||
category="processes"
|
category="processes"
|
||||||
class="org.eclipse.rse.subsystems.processes.local.LocalProcessSubSystemFactory"
|
class="org.eclipse.rse.subsystems.processes.local.LocalProcessSubSystemFactory"
|
||||||
vendor="Eclipse.org"
|
vendor="Eclipse DSDP Project"
|
||||||
priority="200"
|
priority="200"
|
||||||
id="local.processes">
|
id="local.processes">
|
||||||
</factory>
|
</factory>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
pluginName = RSE Local Shells
|
pluginName = RSE Local Shells
|
||||||
providerName = Eclipse.org
|
providerName = Eclipse DSDP Project
|
||||||
|
|
||||||
Shells=Local Shells
|
Shells=Local Shells
|
||||||
ShellsDescription=This configuration allows you to work with shells and commands on the local system and doesn't require any communication server to be running.
|
ShellsDescription=This configuration allows you to work with shells and commands on the local system and doesn't require any communication server to be running.
|
|
@ -32,7 +32,7 @@ Contributors:
|
||||||
icon="icons/full/obj16/systemcommands_obj.gif"
|
icon="icons/full/obj16/systemcommands_obj.gif"
|
||||||
category="shells"
|
category="shells"
|
||||||
class="org.eclipse.rse.subsystems.shells.local.LocalShellSubSystemConfiguration"
|
class="org.eclipse.rse.subsystems.shells.local.LocalShellSubSystemConfiguration"
|
||||||
vendor="Eclipse.org"
|
vendor="Eclipse DSDP Project"
|
||||||
priority="300"
|
priority="300"
|
||||||
id="local.shells">
|
id="local.shells">
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Add table
Reference in a new issue