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
d9517e9cdd
commit
51a24341d1
14 changed files with 62 additions and 25 deletions
|
@ -11,4 +11,4 @@
|
|||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
pluginName=RSE DStore ISV Documentation
|
||||
providerName=Eclipse.org
|
||||
providerName=Eclipse DSDP Project
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName=RSE Developer Guide
|
||||
providerName=Eclipse.org
|
||||
providerName=Eclipse DSDP Project
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2000, 2006 IBM Corporation and others.
|
||||
# Copyright (c) 2006 PalmSource, 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
|
||||
# PalmSource - initial API and implementation
|
||||
###############################################################################
|
||||
# about.properties
|
||||
# contains externalized strings for about.ini
|
||||
|
@ -21,5 +21,5 @@ blurb=Remote System Explorer CDT Remote Launch Integration\n\
|
|||
Version: {featureVersion}\n\
|
||||
Build id: {0}\n\
|
||||
\n\
|
||||
(c) Copyright Eclipse contributors and others 2000, 2006. All rights reserved.\n\
|
||||
(c) Copyright PalmSource, Inc., Wind River Systems, Inc. and others 2006. All rights reserved.\n\
|
||||
Visit http://www.eclipse.org/dsdp/tm
|
|
@ -10,4 +10,4 @@
|
|||
################################################################################
|
||||
|
||||
pluginName = RSE CDT Remote Launch Integration
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
featureName=RSE CDT Remote Launch Integration
|
||||
|
||||
# "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
|
||||
|
@ -29,6 +29,15 @@ description=The RSE CDT Remote Launch Integration provides a Launch Configuratio
|
|||
for debugging C/C++ programs on a remote host through RSE-provided shell and file \
|
||||
services, and gdbserver.
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2006 PalmSource, Inc., 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\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
|
||||
|
|
|
@ -11,6 +11,10 @@
|
|||
%description
|
||||
</description>
|
||||
|
||||
<copyright>
|
||||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
@ -18,7 +22,6 @@
|
|||
<url>
|
||||
<update label="%updateSiteName" url="http://download.eclipse.org/dsdp/tm/updates"/>
|
||||
<discovery label="%updateSiteName" url="http://download.eclipse.org/dsdp/tm/updates"/>
|
||||
<discovery label="%testUpdateSiteName" url="http://download.eclipse.org/dsdp/tm/testUpdates"/>
|
||||
</url>
|
||||
|
||||
<requires>
|
||||
|
@ -27,8 +30,8 @@
|
|||
|
||||
<plugin
|
||||
id="org.eclipse.rse.remotecdt"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="16"
|
||||
install-size="32"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
featureName=RSE CDT Remote Launch Integration 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=The RSE CDT Remote Launch Integration provides a Launch Configuratio
|
|||
for debugging C/C++ programs on a remote host through RSE-provided shell and file \
|
||||
services, and gdbserver.
|
||||
|
||||
# "copyright" property - text of the "Feature Update Copyright"
|
||||
copyright=\
|
||||
Copyright (c) 2006 PalmSource, Inc., 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\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
|
||||
|
|
|
@ -21,5 +21,5 @@ blurb=Remote System Explorer CDT Remote Launch Integration Source\n\
|
|||
Version: {featureVersion}\n\
|
||||
Build id: {0}\n\
|
||||
\n\
|
||||
(c) Copyright Eclipse contributors and others 2000, 2006. All rights reserved.\n\
|
||||
(c) Copyright PalmSource, Inc., Wind River Systems, Inc. and others 2006. All rights reserved.\n\
|
||||
Visit http://www.eclipse.org/dsdp/tm
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2000, 2006 IBM Corporation and others.
|
||||
# Copyright (c) 2006 PalmSource, 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
|
||||
# Martin Oberhuber (WindRiver) - Use eclipse32.png feature image
|
||||
# PalmSource, Inc. - initial API and implementation
|
||||
# Martin Oberhuber (WindRiver) - Use eclipse32.png feature image
|
||||
###############################################################################
|
||||
bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.png, plugin.properties, plugin.xml, src/, META-INF/
|
||||
sourcePlugin = true
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
# Martin Oberhuber - initial API and implementation
|
||||
################################################################################
|
||||
pluginName=RSE CDT Remote Launch Integration Source
|
||||
providerName=Eclipse.org
|
||||
providerName=Eclipse DSDP Project
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
featureName=Remote System Explorer SDK
|
||||
|
||||
# "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,18 @@ description=Remote System Explorer (RSE) SDK combines the runtime features \
|
|||
with the generated source, javadoc, and ISV documentation to provide \
|
||||
a package for the development of RSE based applications.
|
||||
|
||||
# "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
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
%description
|
||||
</description>
|
||||
|
||||
<copyright>
|
||||
%copyright
|
||||
</copyright>
|
||||
|
||||
<license url="%licenseURL">
|
||||
%license
|
||||
</license>
|
||||
|
@ -81,22 +85,22 @@
|
|||
|
||||
<plugin
|
||||
id="org.eclipse.rse.sdk"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="7"
|
||||
install-size="8"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.rse.doc.isv"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="6630"
|
||||
install-size="11610"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.dstore.doc.isv"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
download-size="339"
|
||||
install-size="684"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ blurb=Remote System Explorer SDK\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\n\
|
||||
\n\
|
||||
This product includes software developed by the\n\
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
###############################################################################
|
||||
|
||||
pluginName = RSE SDK
|
||||
providerName = Eclipse.org
|
||||
providerName = Eclipse DSDP Project
|
Loading…
Add table
Reference in a new issue