1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 15:23:59 +02:00

Change Provider: Eclipse.org --> Eclipse DSDP Project as per Bjorns suggestion

This commit is contained in:
Martin Oberhuber 2006-10-25 12:19:15 +00:00
parent 51a24341d1
commit 5a71190202
10 changed files with 43 additions and 21 deletions

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2006 IBM Corporation and others. # Copyright (c) 2006 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -18,7 +18,7 @@
featureName=Remote System Explorer SSH Services featureName=Remote System Explorer SSH 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
@ -27,6 +27,15 @@ updateSiteName=Target Management Project Updates
description=An SSH-based \ description=An SSH-based \
implementation of the file ans shell services defined by the RSE API. implementation of the file ans shell services defined by the RSE API.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2006 Wind River Systems, Inc. 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
################ 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

View file

@ -10,6 +10,10 @@
%description %description
</description> </description>
<copyright>
%copyright
</copyright>
<license url="%licenseURL"> <license url="%licenseURL">
%license %license
</license> </license>
@ -36,29 +40,29 @@
<plugin <plugin
id="org.eclipse.rse.services.ssh" id="org.eclipse.rse.services.ssh"
download-size="0" download-size="19"
install-size="0" install-size="34"
version="0.0.0" version="0.0.0"
unpack="false"/> unpack="false"/>
<plugin <plugin
id="org.eclipse.rse.connectorservice.ssh" id="org.eclipse.rse.connectorservice.ssh"
download-size="0" download-size="9"
install-size="0" install-size="23"
version="0.0.0" version="0.0.0"
unpack="false"/> unpack="false"/>
<plugin <plugin
id="org.eclipse.rse.subsystems.files.ssh" id="org.eclipse.rse.subsystems.files.ssh"
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.ssh" id="org.eclipse.rse.subsystems.shells.ssh"
download-size="0" download-size="5"
install-size="0" install-size="10"
version="0.0.0" version="0.0.0"
unpack="false"/> unpack="false"/>

View file

@ -18,7 +18,7 @@
featureName=Remote System Explorer SSH Services Source featureName=Remote System Explorer SSH 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
@ -27,6 +27,15 @@ updateSiteName=Target Management Project Updates
description=An SSH-based \ description=An SSH-based \
implementation of the file and shell services defined by the RSE API. implementation of the file and shell services defined by the RSE API.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2006 Wind River Systems, Inc. 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
################ 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

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others. # Copyright (c) 2006 Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -21,5 +21,5 @@ blurb=Remote System Explorer SSH Services Source\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 Wind River Systems, Inc. and others 2006. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm Visit http://www.eclipse.org/dsdp/tm

View file

@ -9,4 +9,4 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
pluginName=RSE SSH Support Source pluginName=RSE SSH Support Source
providerName=Eclipse.org providerName=Eclipse DSDP Project

View file

@ -10,7 +10,7 @@
################################################################################ ################################################################################
pluginName = RSE SSH Connector Service pluginName = RSE SSH Connector Service
providerName = Eclipse.org providerName = Eclipse DSDP Project
SshSystemName=SSH Only SshSystemName=SSH Only
SshSystemDescription=Connection for SSH access to remote systems SshSystemDescription=Connection for SSH access to remote systems

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others. # Copyright (c) 2006 IBM Corporation, Wind River Systems, Inc. and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -21,5 +21,5 @@ blurb=Remote System Explorer SSH 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 Wind River Systems, Inc. and others 2006. All rights reserved.\n\
Visit http://www.eclipse.org/dsdp/tm Visit http://www.eclipse.org/dsdp/tm

View file

@ -10,5 +10,5 @@
################################################################################ ################################################################################
pluginName = RSE SSH Services pluginName = RSE SSH Services
providerName = Eclipse.org providerName = Eclipse DSDP Project

View file

@ -10,7 +10,7 @@
################################################################################ ################################################################################
pluginName = RSE SSH Files pluginName = RSE SSH Files
providerName = Eclipse.org providerName = Eclipse DSDP Project
SshFileSubsystemName=Sftp Files SshFileSubsystemName=Sftp Files
SshFileSubsystemDescription=Work with files on remote systems using the Secure Shell (ssh) protocol. SshFileSubsystemDescription=Work with files on remote systems using the Secure Shell (ssh) protocol.

View file

@ -10,7 +10,7 @@
################################################################################ ################################################################################
pluginName = RSE SSH Shells pluginName = RSE SSH Shells
providerName = Eclipse.org providerName = Eclipse DSDP Project
SshShellSubsystemName=Ssh Shells SshShellSubsystemName=Ssh Shells
SshShellSubsystemDescription=Work with shells and commands on remote systems using the Secure Shell (ssh) protocol. SshShellSubsystemDescription=Work with shells and commands on remote systems using the Secure Shell (ssh) protocol.