mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +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
|
||||
|
||||
# "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
|
||||
|
@ -28,6 +28,15 @@ description=Remote System Explorer (RSE) Local Services provides an \
|
|||
implementation of the basic services defined by the RSE API that \
|
||||
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"
|
||||
# do not translate value - just change to point to a locale-specific HTML page
|
||||
licenseURL=license.html
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
%description
|
||||
</description>
|
||||
|
||||
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
||||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
@ -35,36 +39,36 @@
|
|||
|
||||
<plugin
|
||||
id="org.eclipse.rse.services.local"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="21"
|
||||
install-size="45"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.subsystems.files.local"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="7"
|
||||
install-size="17"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.subsystems.processes.local"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="5"
|
||||
install-size="10"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.subsystems.shells.local"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="5"
|
||||
install-size="10"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.connectorservice.local"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="3"
|
||||
install-size="8"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
featureName=Remote System Explorer Local Services Source
|
||||
|
||||
# "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
|
||||
|
@ -28,6 +28,15 @@ description=Remote System Explorer (RSE) Local Services provides an \
|
|||
implementation of the basic services defined by the RSE API that \
|
||||
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"
|
||||
# do not translate value - just change to point to a locale-specific HTML page
|
||||
licenseURL=license.html
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName=RSE Local Support Source
|
||||
providerName=Eclipse.org
|
||||
providerName=Eclipse DSDP Project
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
###############################################################################
|
||||
|
||||
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\
|
||||
Build id: {0}\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
|
|
@ -10,4 +10,4 @@
|
|||
###############################################################################
|
||||
|
||||
pluginName = RSE Local Services
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
pluginName = RSE Local Files
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
||||
|
||||
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.
|
|
@ -28,7 +28,7 @@ Contributors:
|
|||
icon="icons/full/obj16/systemfiles_obj.gif"
|
||||
category="files"
|
||||
class="org.eclipse.rse.subsystems.files.local.LocalFileSubSystemConfiguration"
|
||||
vendor="Eclipse.org"
|
||||
vendor="Eclipse DSDP Project"
|
||||
priority="100"
|
||||
id="local.files">
|
||||
</configuration>
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
################################################################################
|
||||
|
||||
pluginName = RSE Local Processes
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
||||
|
||||
Processes=Processes
|
|
@ -32,7 +32,7 @@ Contributors:
|
|||
icon="icons/full/obj16/processsubsystem_obj.gif"
|
||||
category="processes"
|
||||
class="org.eclipse.rse.subsystems.processes.local.LocalProcessSubSystemFactory"
|
||||
vendor="Eclipse.org"
|
||||
vendor="Eclipse DSDP Project"
|
||||
priority="200"
|
||||
id="local.processes">
|
||||
</factory>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
pluginName = RSE Local Shells
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
||||
|
||||
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.
|
|
@ -32,7 +32,7 @@ Contributors:
|
|||
icon="icons/full/obj16/systemcommands_obj.gif"
|
||||
category="shells"
|
||||
class="org.eclipse.rse.subsystems.shells.local.LocalShellSubSystemConfiguration"
|
||||
vendor="Eclipse.org"
|
||||
vendor="Eclipse DSDP Project"
|
||||
priority="300"
|
||||
id="local.shells">
|
||||
</configuration>
|
||||
|
|
Loading…
Add table
Reference in a new issue