mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
Change Provider: Eclipse.org --> Eclipse DSDP Project as per Bjorns suggestion
This commit is contained in:
parent
51a24341d1
commit
5a71190202
10 changed files with 43 additions and 21 deletions
|
@ -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
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -18,7 +18,7 @@
|
|||
featureName=Remote System Explorer SSH 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
|
||||
|
@ -27,6 +27,15 @@ updateSiteName=Target Management Project Updates
|
|||
description=An SSH-based \
|
||||
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"
|
||||
# do not translate value - just change to point to a locale-specific HTML page
|
||||
licenseURL=license.html
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
%description
|
||||
</description>
|
||||
|
||||
<copyright>
|
||||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
@ -36,29 +40,29 @@
|
|||
|
||||
<plugin
|
||||
id="org.eclipse.rse.services.ssh"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="19"
|
||||
install-size="34"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.connectorservice.ssh"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="9"
|
||||
install-size="23"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.subsystems.files.ssh"
|
||||
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.ssh"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="5"
|
||||
install-size="10"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
featureName=Remote System Explorer SSH 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
|
||||
|
@ -27,6 +27,15 @@ updateSiteName=Target Management Project Updates
|
|||
description=An SSH-based \
|
||||
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"
|
||||
# do not translate value - just change to point to a locale-specific HTML page
|
||||
licenseURL=license.html
|
||||
|
|
|
@ -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
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -21,5 +21,5 @@ blurb=Remote System Explorer SSH Services Source\n\
|
|||
Version: {featureVersion}\n\
|
||||
Build id: {0}\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
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName=RSE SSH Support Source
|
||||
providerName=Eclipse.org
|
||||
providerName=Eclipse DSDP Project
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
################################################################################
|
||||
|
||||
pluginName = RSE SSH Connector Service
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
||||
|
||||
SshSystemName=SSH Only
|
||||
SshSystemDescription=Connection for SSH access to remote systems
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
###############################################################################
|
||||
# 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
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
# about.properties
|
||||
# contains externalized strings for about.ini
|
||||
|
@ -21,5 +21,5 @@ blurb=Remote System Explorer SSH Services\n\
|
|||
Version: {featureVersion}\n\
|
||||
Build id: {0}\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
|
|
@ -10,5 +10,5 @@
|
|||
################################################################################
|
||||
|
||||
pluginName = RSE SSH Services
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
################################################################################
|
||||
|
||||
pluginName = RSE SSH Files
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
||||
|
||||
SshFileSubsystemName=Sftp Files
|
||||
SshFileSubsystemDescription=Work with files on remote systems using the Secure Shell (ssh) protocol.
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
################################################################################
|
||||
|
||||
pluginName = RSE SSH Shells
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
||||
|
||||
SshShellSubsystemName=Ssh Shells
|
||||
SshShellSubsystemDescription=Work with shells and commands on remote systems using the Secure Shell (ssh) protocol.
|
||||
|
|
Loading…
Add table
Reference in a new issue