1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

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

This commit is contained in:
Martin Oberhuber 2006-10-25 11:34:58 +00:00
parent 64fd475146
commit dad12c7a81
7 changed files with 34 additions and 18 deletions

View file

@ -18,7 +18,7 @@
featureName=Remote System Explorer FTP 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,18 @@ updateSiteName=Target Management Project Updates
description=The Remote System Explorer (RSE) ftp feature contains an FTP-based \
implementation of the file services defined by the RSE API.
# "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\
\n\
This product includes software developed by the\n\
Apache Software Foundation http://www.apache.org/
################ 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

View file

@ -10,6 +10,10 @@
%description
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
@ -19,6 +23,14 @@
<discovery label="%updateSiteName" url="http://download.eclipse.org/dsdp/tm/updates"/>
</url>
<includes
id="org.apache.commons_net"
version="0.0.0"/>
<includes
id="org.apache.oro"
version="0.0.0"/>
<requires>
<import feature="org.eclipse.rse.core"/>
<import plugin="org.eclipse.ui"/>
@ -29,25 +41,17 @@
<import plugin="org.eclipse.rse.ui"/>
</requires>
<includes
id="org.apache.commons_net"
version="0.0.0"/>
<includes
id="org.apache.oro"
version="0.0.0"/>
<plugin
id="org.eclipse.rse.services.files.ftp"
download-size="0"
install-size="0"
download-size="11"
install-size="18"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.rse.subsystems.files.ftp"
download-size="0"
install-size="0"
download-size="5"
install-size="13"
version="0.0.0"
unpack="false"/>

View file

@ -18,7 +18,7 @@
featureName=Remote System Explorer FTP 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

View file

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

View file

@ -10,4 +10,4 @@
###############################################################################
pluginName = RSE FTP services
providerName = Eclipse.org
providerName = Eclipse DSDP Project

View file

@ -15,7 +15,7 @@
################################################################################
pluginName = RSE FTP Files
providerName = Eclipse.org
providerName = Eclipse DSDP Project
FtpSystemName=FTP Only
FtpSystemDescription=Connection for FTP access to remote systems

View file

@ -34,7 +34,7 @@ Martin Oberhuber (Wind River) - add FTP Only system type
icon="icons/full/obj16/systemfiles_obj.gif"
category="files"
class="org.eclipse.rse.subsystems.files.ftp.FTPFileSubSystemConfiguration"
vendor="Eclipse.org"
vendor="Eclipse DSDP Project"
priority="100"
id="ftp.files">
</configuration>