diff --git a/discovery/org.eclipse.rse.discovery/plugin.properties b/discovery/org.eclipse.rse.discovery/plugin.properties index 56fcf0790e9..100d92ac3ba 100644 --- a/discovery/org.eclipse.rse.discovery/plugin.properties +++ b/discovery/org.eclipse.rse.discovery/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -9,7 +9,7 @@ # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName = TM Service Discovery RSE Plug-in +pluginName = Target Management Service Discovery RSE Plug-in providerName = Eclipse.org NewConnectionWizard.discovery.name=Service Discovery Wizard diff --git a/rse/examples/org.eclipse.rse.examples-feature/feature.properties b/rse/examples/org.eclipse.rse.examples-feature/feature.properties index 75c1cc7fcf9..669fbb8bb7c 100644 --- a/rse/examples/org.eclipse.rse.examples-feature/feature.properties +++ b/rse/examples/org.eclipse.rse.examples-feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation and others. +# Copyright (c) 2006, 2007 IBM Corporation 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 @@ -25,7 +25,7 @@ tmUpdateSiteName=Target Management 2.0 Milestone Updates # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2000, 2006 IBM Corporation and others.\n\ +Copyright (c) 2000, 2007 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\ diff --git a/rse/examples/org.eclipse.rse.examples-feature/feature.xml b/rse/examples/org.eclipse.rse.examples-feature/feature.xml index 626f5e63305..f4c4b362866 100644 --- a/rse/examples/org.eclipse.rse.examples-feature/feature.xml +++ b/rse/examples/org.eclipse.rse.examples-feature/feature.xml @@ -4,7 +4,8 @@ label="%featureName" version="2.0.0.qualifier" provider-name="%providerName" - image="eclipse_update_120.jpg"> + image="eclipse_update_120.jpg" + plugin="org.eclipse.rse.examples.tutorial"> %description diff --git a/rse/examples/org.eclipse.rse.examples-feature/sourceTemplatePlugin/about.properties b/rse/examples/org.eclipse.rse.examples-feature/sourceTemplatePlugin/about.properties index 33cc38e3eee..dea1d97f560 100644 --- a/rse/examples/org.eclipse.rse.examples-feature/sourceTemplatePlugin/about.properties +++ b/rse/examples/org.eclipse.rse.examples-feature/sourceTemplatePlugin/about.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 Examples Source\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation, Wind River Systems, Inc. and others 2006. All rights reserved.\n\ +(c) Copyright IBM Corporation and others 2006, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm diff --git a/rse/examples/org.eclipse.rse.examples-feature/sourceTemplatePlugin/plugin.properties b/rse/examples/org.eclipse.rse.examples-feature/sourceTemplatePlugin/plugin.properties index fd958a87277..072bc0f2dc1 100644 --- a/rse/examples/org.eclipse.rse.examples-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/examples/org.eclipse.rse.examples-feature/sourceTemplatePlugin/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation and others. +# Copyright (c) 2006, 2007 IBM Corporation 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 @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE Examples Source +pluginName=Remote System Explorer Examples Source providerName=Eclipse.org \ No newline at end of file diff --git a/rse/examples/org.eclipse.rse.examples.tutorial/about.ini b/rse/examples/org.eclipse.rse.examples.tutorial/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/rse/examples/org.eclipse.rse.examples.tutorial/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. + +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=eclipse32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePage" contains path to welcome page (special XML-based format) +# optional + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional \ No newline at end of file diff --git a/rse/examples/org.eclipse.rse.examples.tutorial/about.mappings b/rse/examples/org.eclipse.rse.examples.tutorial/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/rse/examples/org.eclipse.rse.examples.tutorial/about.mappings @@ -0,0 +1,6 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + +0=@build@ \ No newline at end of file diff --git a/rse/examples/org.eclipse.rse.examples.tutorial/about.properties b/rse/examples/org.eclipse.rse.examples.tutorial/about.properties new file mode 100644 index 00000000000..57ce432026a --- /dev/null +++ b/rse/examples/org.eclipse.rse.examples.tutorial/about.properties @@ -0,0 +1,25 @@ +################################################################################ +# Copyright (c) 2006, 2007 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: +# Martin Oberhuber - initial API and implementation +################################################################################ +# about.properties +# contains externalized strings for about.ini +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# fill-ins are supplied by about.mappings +# This file should be translated. +# +# Do not translate any values surrounded by {} + +blurb=Remote System Explorer Examples\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright IBM Corporation and others 2006, 2007. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm diff --git a/rse/examples/org.eclipse.rse.examples.tutorial/build.properties b/rse/examples/org.eclipse.rse.examples.tutorial/build.properties index e8eb717bc87..68188447dfb 100644 --- a/rse/examples/org.eclipse.rse.examples.tutorial/build.properties +++ b/rse/examples/org.eclipse.rse.examples.tutorial/build.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -16,10 +16,9 @@ bin.includes = META-INF/,\ icons/,\ plugin.properties,\ plugin.xml,\ - rseSamplesMessages.xml -src.includes = META-INF/,\ - about.html,\ - icons/,\ - plugin.xml,\ - rseSamplesMessages.xml + rseSamplesMessages.xml,\ + about.ini,\ + about.mappings,\ + about.properties,\ + eclipse32.png \ No newline at end of file diff --git a/rse/examples/org.eclipse.rse.examples.tutorial/eclipse32.png b/rse/examples/org.eclipse.rse.examples.tutorial/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/rse/examples/org.eclipse.rse.examples.tutorial/eclipse32.png differ diff --git a/rse/examples/org.eclipse.rse.examples.tutorial/plugin.properties b/rse/examples/org.eclipse.rse.examples.tutorial/plugin.properties index c6a36e8595f..e836b28bf12 100644 --- a/rse/examples/org.eclipse.rse.examples.tutorial/plugin.properties +++ b/rse/examples/org.eclipse.rse.examples.tutorial/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -9,5 +9,5 @@ # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName = RSE Tutorial Examples +pluginName = Remote System Explorer Examples providerName = Eclipse.org diff --git a/rse/examples/org.eclipse.rse.remotecdt/about.properties b/rse/examples/org.eclipse.rse.remotecdt/about.properties index 203b2fb10bf..505a75de481 100644 --- a/rse/examples/org.eclipse.rse.remotecdt/about.properties +++ b/rse/examples/org.eclipse.rse.remotecdt/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 PalmSource, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -16,10 +16,10 @@ # # Do not translate any values surrounded by {} -blurb=Remote System Explorer CDT Remote Launcher\n\ +blurb=Remote System Explorer C/C++ Remote Debug Launcher\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright PalmSource, Inc., Wind River Systems, Inc. and others 2006. All rights reserved.\n\ +(c) Copyright PalmSource, Inc., Wind River Systems, Inc. and others 2006, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm \ No newline at end of file diff --git a/rse/examples/org.eclipse.rse.remotecdt/plugin.properties b/rse/examples/org.eclipse.rse.remotecdt/plugin.properties index 6b358b8aea9..fb697adb6f2 100644 --- a/rse/examples/org.eclipse.rse.remotecdt/plugin.properties +++ b/rse/examples/org.eclipse.rse.remotecdt/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -9,5 +9,5 @@ # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName = RSE CDT Remote Launcher +pluginName = Remote System Explorer C/C++ Remote Debug Launcher providerName = Eclipse.org diff --git a/rse/features/org.eclipse.rse.core-feature/feature.properties b/rse/features/org.eclipse.rse.core-feature/feature.properties index b93ac701c32..65b97dc1fb8 100644 --- a/rse/features/org.eclipse.rse.core-feature/feature.properties +++ b/rse/features/org.eclipse.rse.core-feature/feature.properties @@ -13,7 +13,7 @@ # NLS_ENCODING=UTF-8 # "featureName" property - name of the feature -featureName=Remote System Explorer (RSE) Core +featureName=Remote System Explorer Core # "description" property - description of the feature description=Remote System Explorer (RSE) core including \ diff --git a/rse/features/org.eclipse.rse.core-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.core-feature/sourceTemplateFeature/feature.properties index 009c6df73e1..7a8b4031ce5 100644 --- a/rse/features/org.eclipse.rse.core-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.core-feature/sourceTemplateFeature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation and others. +# Copyright (c) 2006, 2007 IBM Corporation 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 @@ -31,7 +31,7 @@ user documentation. # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved.\n\ +Copyright (c) 2000, 2007 IBM Corporation and others. All rights reserved.\n\ \n\ This program and the accompanying materials are made available under the terms\n\ of the Eclipse Public License v1.0 which accompanies this distribution, and is\n\ diff --git a/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/about.properties b/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/about.properties index 97174356b82..897a967930d 100644 --- a/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/about.properties +++ b/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 Core Source\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation and others 2000, 2006. All rights reserved.\n\ +(c) Copyright IBM Corporation and others 2000, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm diff --git a/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/plugin.properties index 165ae9ba722..e70df071fbd 100644 --- a/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE Core Source +pluginName=Remote System Explorer Core Source providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.dstore-feature/feature.properties b/rse/features/org.eclipse.rse.dstore-feature/feature.properties index eece63423a9..503fdb093dd 100644 --- a/rse/features/org.eclipse.rse.dstore-feature/feature.properties +++ b/rse/features/org.eclipse.rse.dstore-feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation and others. +# Copyright (c) 2006, 2007 IBM Corporation 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 @@ -13,7 +13,7 @@ # NLS_ENCODING=UTF-8 # "featureName" property - name of the feature -featureName=RSE DStore Services +featureName=Remote System Explorer DStore Services # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -26,7 +26,7 @@ description=RSE DStore is an extensible tooling communication layer. # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved.\n\ +Copyright (c) 2000, 2007 IBM Corporation and others. All rights reserved.\n\ \n\ This program and the accompanying materials are made available under the terms\n\ of the Eclipse Public License v1.0 which accompanies this distribution, and is\n\ diff --git a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplateFeature/feature.properties index 66b24388f13..77fb6307efc 100644 --- a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplateFeature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation and others. +# Copyright (c) 2006, 2007 IBM Corporation 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 @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=RSE DStore Services Source +featureName=Remote System Explorer DStore Services Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -28,7 +28,7 @@ description=RSE DStore is an extensible tooling communication layer. # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2000, 2006 IBM Corporation and others. All rights reserved.\n\ +Copyright (c) 2000, 2007 IBM Corporation and others. All rights reserved.\n\ \n\ This program and the accompanying materials are made available under the terms\n\ of the Eclipse Public License v1.0 which accompanies this distribution, and is\n\ diff --git a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/about.properties b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/about.properties index a40e42463d1..225f4926bf2 100644 --- a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/about.properties +++ b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 DStore Services Source\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation and others 2000, 2006. All rights reserved.\n\ +(c) Copyright IBM Corporation and others 2000, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm diff --git a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties index 51ab5d7a0f5..a4f081c85a8 100644 --- a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE DStore Services Source +pluginName=Remote System Explorer DStore Services Source providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.efs-feature/feature.properties b/rse/features/org.eclipse.rse.efs-feature/feature.properties index f62d26568ab..6c6513f4776 100644 --- a/rse/features/org.eclipse.rse.efs-feature/feature.properties +++ b/rse/features/org.eclipse.rse.efs-feature/feature.properties @@ -13,7 +13,7 @@ # NLS_ENCODING=UTF-8 # "featureName" property - name of the feature -featureName=RSE Experimental Eclipse Filesystem (EFS) Provider +featureName=Remote System Explorer Experimental Eclipse Filesystem (EFS) Provider # "description" property - description of the feature description=An experimental EFS provider over RSE remote file services. \ diff --git a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/plugin.properties index 261e8a56072..9cfe215d913 100644 --- a/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.efs-feature/sourceTemplatePlugin/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName=RSE Experimental EFS Provider Source +pluginName=Remote System Explorer Experimental Eclipse Filesystem (EFS) Provider Source providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.ftp-feature/feature.properties b/rse/features/org.eclipse.rse.ftp-feature/feature.properties index bdfbc9cc7ff..2512b1a5614 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/feature.properties +++ b/rse/features/org.eclipse.rse.ftp-feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation and others. +# Copyright (c) 2006, 2007 IBM Corporation 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 @@ -13,7 +13,7 @@ # NLS_ENCODING=UTF-8 # "featureName" property - name of the feature -featureName=RSE FTP Services +featureName=Remote System Explorer FTP Services # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -27,7 +27,7 @@ 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\ +Copyright (c) 2000, 2007 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\ diff --git a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.properties index 52cd8166148..c0955028b5c 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation and others. +# Copyright (c) 2006, 2007 IBM Corporation 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 @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=RSE FTP Services Source +featureName=Remote System Explorer FTP Services Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -29,7 +29,7 @@ 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\ +Copyright (c) 2000, 2007 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\ diff --git a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/about.properties b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/about.properties index 012ae1175c6..21711191d0a 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/about.properties +++ b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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,6 +21,6 @@ blurb=Remote System Explorer FTP Services Source\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation, Symbian Software Ltd. and others 2000, 2006. All rights reserved.\n\ +(c) Copyright IBM Corporation, Symbian Software Ltd. and others 2000, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm diff --git a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties index f94d068fcca..8516bcd9bbb 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE FTP Services Source +pluginName=Remote System Explorer FTP Services Source providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.local-feature/feature.properties b/rse/features/org.eclipse.rse.local-feature/feature.properties index aea3d07ef61..f2d9aa75593 100644 --- a/rse/features/org.eclipse.rse.local-feature/feature.properties +++ b/rse/features/org.eclipse.rse.local-feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation and others. +# Copyright (c) 2006, 2007 IBM Corporation 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 @@ -13,7 +13,7 @@ # NLS_ENCODING=UTF-8 # "featureName" property - name of the feature -featureName=RSE Local Services +featureName=Remote System Explorer Local Services # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -28,7 +28,7 @@ accesses local resources. # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2000, 2006 IBM Corporation and others.\n\ +Copyright (c) 2000, 2007 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\ diff --git a/rse/features/org.eclipse.rse.local-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.local-feature/sourceTemplateFeature/feature.properties index 21ce9236e64..00f1607e38f 100644 --- a/rse/features/org.eclipse.rse.local-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.local-feature/sourceTemplateFeature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation and others. +# Copyright (c) 2006, 2007 IBM Corporation 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 @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=RSE Local Services Source +featureName=Remote System Explorer Local Services Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -30,7 +30,7 @@ accesses local resources. # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2000, 2006 IBM Corporation and others.\n\ +Copyright (c) 2000, 2007 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\ diff --git a/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/about.properties b/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/about.properties index 3dc478764d3..e7c3b481fbc 100644 --- a/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/about.properties +++ b/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 Local Services Source\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation and others 2000, 2006. All rights reserved.\n\ +(c) Copyright IBM Corporation and others 2000, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm diff --git a/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties index e8775977730..dc525456a19 100644 --- a/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE Local Services Source +pluginName=Remote System Explorer Local Services Source providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties b/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties index 352f8b41962..ea3a0c96e58 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties @@ -13,7 +13,7 @@ # NLS_ENCODING=UTF-8 # "featureName" property - name of the feature -featureName=CDT Remote Launcher End-User and Extender SDK +featureName=Remote System Explorer C/C++ Remote Debug Launcher # "description" property - description of the feature description=A Launch Configuration for debugging C/C++ programs on a \ diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties index 172ede1f908..a9202ae24cf 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=RSE CDT Remote Launcher Source +featureName=Remote System Explorer C/C++ Remote Debug Launcher Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -30,7 +30,7 @@ services, and gdbserver. # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2006 PalmSource, Inc., Wind River Systems, Inc. and others.\n\ +Copyright (c) 2006, 2007 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\ diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties index 4ec88065c5e..ac2e4032b5b 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -16,10 +16,10 @@ # # Do not translate any values surrounded by {} -blurb=Remote System Explorer CDT Remote Launcher Source\n\ +blurb=Remote System Explorer C/C++ Remote Debug Launcher Source\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright PalmSource, Inc., Wind River Systems, Inc. and others 2006. All rights reserved.\n\ +(c) Copyright PalmSource, Inc., Wind River Systems, Inc. and others 2006, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/plugin.properties index 7a55ddddc50..f8d6f668ad6 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName=RSE CDT Remote Launcher Source +pluginName=Remote System Explorer C/C++ Remote Debug Launcher Source providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.sdk-feature/feature.properties b/rse/features/org.eclipse.rse.sdk-feature/feature.properties index 00a2153f22e..8fe9d6416d0 100644 --- a/rse/features/org.eclipse.rse.sdk-feature/feature.properties +++ b/rse/features/org.eclipse.rse.sdk-feature/feature.properties @@ -13,7 +13,7 @@ # NLS_ENCODING=UTF-8 # "featureName" property - name of the feature -featureName=Remote System Explorer (RSE) Extender SDK +featureName=Remote System Explorer Extender SDK # "description" property - description of the feature description=Install this if you plan to develop applications or tools \ diff --git a/rse/features/org.eclipse.rse.ssh-feature/feature.properties b/rse/features/org.eclipse.rse.ssh-feature/feature.properties index 62460a1e059..e920501758a 100644 --- a/rse/features/org.eclipse.rse.ssh-feature/feature.properties +++ b/rse/features/org.eclipse.rse.ssh-feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -13,7 +13,7 @@ # NLS_ENCODING=UTF-8 # "featureName" property - name of the feature -featureName=RSE SSH Services +featureName=Remote System Explorer SSH Services # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -27,7 +27,7 @@ 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\ +Copyright (c) 2006, 2007 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\ diff --git a/rse/features/org.eclipse.rse.ssh-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.ssh-feature/sourceTemplateFeature/feature.properties index e4955952c43..3e818ee059d 100644 --- a/rse/features/org.eclipse.rse.ssh-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.ssh-feature/sourceTemplateFeature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation and others. +# Copyright (c) 2006, 2007 IBM Corporation 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 @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=RSE SSH Services Source +featureName=Remote System Explorer SSH Services Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -29,7 +29,7 @@ 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\ +Copyright (c) 2006, 2007 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\ diff --git a/rse/plugins/org.eclipse.rse.core/about.properties b/rse/plugins/org.eclipse.rse.core/about.properties index 4f8e0a0b73c..6ccddecf9c1 100644 --- a/rse/plugins/org.eclipse.rse.core/about.properties +++ b/rse/plugins/org.eclipse.rse.core/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -25,5 +25,5 @@ blurb=Remote System Explorer Core\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation and others 2000, 2006. All rights reserved.\n\ +(c) Copyright IBM Corporation and others 2000, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.core/plugin.properties b/rse/plugins/org.eclipse.rse.core/plugin.properties index b4fb0a182d8..0b4126905f5 100644 --- a/rse/plugins/org.eclipse.rse.core/plugin.properties +++ b/rse/plugins/org.eclipse.rse.core/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -12,7 +12,7 @@ # NLS_MESSAGEFORMAT_NONE # NLS_ENCODING=UTF-8 -pluginName = RSE Core +pluginName = Remote System Explorer Core providerName = Eclipse.org extPoint.systemTypes=RSE System Types diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.properties b/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.properties index 744e82ea11e..c9a7fcae02f 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.properties +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -20,10 +20,10 @@ # # Do not translate any values surrounded by {} -blurb=Remote System Explorer Eclipse Filesystem (EFS) Support\n\ +blurb=Remote System Explorer Experimental Eclipse Filesystem (EFS) Provider\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation and others 2006. All rights reserved.\n\ +(c) Copyright IBM Corporation and others 2006, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.properties b/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.properties index e6000ece3ad..f5487236ffc 100644 --- a/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.properties +++ b/rse/plugins/org.eclipse.rse.eclipse.filesystem/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2000, 2006 IBM Corporation. All rights reserved. +# Copyright (c) 2000, 2007 IBM Corporation. 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 @@ -17,5 +17,5 @@ # NLS_MESSAGEFORMAT_NONE # NLS_ENCODING=UTF-8 -pluginName = RSE EFS Support +pluginName = Remote System Explorer Experimental Eclipse Filesystem (EFS) Provider providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.sdk/about.properties b/rse/plugins/org.eclipse.rse.sdk/about.properties index 092829278fb..58b234a579d 100644 --- a/rse/plugins/org.eclipse.rse.sdk/about.properties +++ b/rse/plugins/org.eclipse.rse.sdk/about.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. +# Copyright (c) 2006, 2007 Wind River Systems, Inc. # 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 @@ -20,12 +20,12 @@ # # Do not translate any values surrounded by {} -blurb=Remote System Explorer SDK\n\ +blurb=Remote System Explorer Extender SDK\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation and others 2000, 2006. All rights reserved.\n\ +(c) Copyright IBM Corporation and others 2000, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm\n\ \n\ This product includes software developed by the\n\ diff --git a/rse/plugins/org.eclipse.rse.sdk/plugin.properties b/rse/plugins/org.eclipse.rse.sdk/plugin.properties index 43d812f1054..4096da45184 100644 --- a/rse/plugins/org.eclipse.rse.sdk/plugin.properties +++ b/rse/plugins/org.eclipse.rse.sdk/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -12,5 +12,5 @@ # NLS_MESSAGEFORMAT_NONE # NLS_ENCODING=UTF-8 -pluginName = RSE SDK +pluginName = Remote System Explorer Extender SDK providerName = Eclipse.org \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.services.dstore/about.properties b/rse/plugins/org.eclipse.rse.services.dstore/about.properties index 48103fa39da..dad9ed48b3a 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/about.properties +++ b/rse/plugins/org.eclipse.rse.services.dstore/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -25,5 +25,5 @@ blurb=Remote System Explorer DStore Services\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation and others 2000, 2006. All rights reserved.\n\ +(c) Copyright IBM Corporation and others 2000, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties b/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties index d718064686a..fc8f4dc9eaf 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties +++ b/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -12,5 +12,5 @@ # NLS_MESSAGEFORMAT_NONE # NLS_ENCODING=UTF-8 -pluginName = RSE DStore Services +pluginName = Remote System Explorer DStore Services providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.services.files.ftp/about.properties b/rse/plugins/org.eclipse.rse.services.files.ftp/about.properties index c049f5446ef..09fbdd0e306 100644 --- a/rse/plugins/org.eclipse.rse.services.files.ftp/about.properties +++ b/rse/plugins/org.eclipse.rse.services.files.ftp/about.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. +# Copyright (c) 2006, 2007 Wind River Systems, Inc. # 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 @@ -25,7 +25,7 @@ blurb=Remote System Explorer FTP Services\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation, Symbian Software Ltd. and others 2000, 2006. All rights reserved.\n\ +(c) Copyright IBM Corporation, Symbian Software Ltd. and others 2000, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm\n\ \n\ This product includes software developed by the\n\ diff --git a/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties b/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties index 0b24c05c6ef..f5f69ea1ad2 100644 --- a/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties +++ b/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -12,5 +12,5 @@ # NLS_MESSAGEFORMAT_NONE # NLS_ENCODING=UTF-8 -pluginName = RSE FTP Services +pluginName = Remote System Explorer FTP Services providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.services.local/about.properties b/rse/plugins/org.eclipse.rse.services.local/about.properties index 75968567c76..5533af3d80f 100644 --- a/rse/plugins/org.eclipse.rse.services.local/about.properties +++ b/rse/plugins/org.eclipse.rse.services.local/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -25,5 +25,5 @@ blurb=Remote System Explorer Local Services\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation and others 2000, 2006. All rights reserved.\n\ +(c) Copyright IBM Corporation and others 2000, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.services.local/plugin.properties b/rse/plugins/org.eclipse.rse.services.local/plugin.properties index 2c897872637..42d5ea0adcc 100644 --- a/rse/plugins/org.eclipse.rse.services.local/plugin.properties +++ b/rse/plugins/org.eclipse.rse.services.local/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 2007 IBM Corporation 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 @@ -12,5 +12,5 @@ # NLS_MESSAGEFORMAT_NONE # NLS_ENCODING=UTF-8 -pluginName = RSE Local Services +pluginName = Remote System Explorer Local Services providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.services.ssh/about.properties b/rse/plugins/org.eclipse.rse.services.ssh/about.properties index b9e63b92720..80b1ab2b48b 100644 --- a/rse/plugins/org.eclipse.rse.services.ssh/about.properties +++ b/rse/plugins/org.eclipse.rse.services.ssh/about.properties @@ -25,5 +25,5 @@ blurb=Remote System Explorer SSH Services\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright Wind River Systems, Inc. and others 2006. All rights reserved.\n\ +(c) Copyright Wind River Systems, Inc. and others 2006, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm diff --git a/rse/plugins/org.eclipse.rse.services.ssh/plugin.properties b/rse/plugins/org.eclipse.rse.services.ssh/plugin.properties index 8d468cc6aaf..b1d95b998d4 100644 --- a/rse/plugins/org.eclipse.rse.services.ssh/plugin.properties +++ b/rse/plugins/org.eclipse.rse.services.ssh/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -12,6 +12,6 @@ # NLS_MESSAGEFORMAT_NONE # NLS_ENCODING=UTF-8 -pluginName = RSE SSH Services +pluginName = Remote System Explorer SSH Services providerName = Eclipse.org \ No newline at end of file diff --git a/rse/tests/org.eclipse.rse.tests-feature/feature.properties b/rse/tests/org.eclipse.rse.tests-feature/feature.properties index c8485a15017..f65fc960a52 100644 --- a/rse/tests/org.eclipse.rse.tests-feature/feature.properties +++ b/rse/tests/org.eclipse.rse.tests-feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=RSE Unit Tests +featureName=Remote System Explorer Unit Tests # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -24,11 +24,11 @@ providerName=Eclipse.org tmUpdateSiteName=Target Management 2.0 Milestone Updates # "description" property - description of the feature -description=RSE Unit Tests. Includes Source. +description=Remote System Explorer Unit Tests. Includes Source. # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2006 Wind River Systems, Inc. and others.\n\ +Copyright (c) 2006, 2007 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\ diff --git a/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/plugin.properties b/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/plugin.properties index 960e5c91cc9..4b11da32169 100644 --- a/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/tests/org.eclipse.rse.tests-feature/sourceTemplatePlugin/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName=RSE Unit Tests Source +pluginName=Remote System Explorer Unit Tests Source providerName=Eclipse.org diff --git a/rse/tests/org.eclipse.rse.tests/about.properties b/rse/tests/org.eclipse.rse.tests/about.properties index 321e58e073b..a05f2143db6 100644 --- a/rse/tests/org.eclipse.rse.tests/about.properties +++ b/rse/tests/org.eclipse.rse.tests/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 IBM Corporation, Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2007 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 @@ -21,5 +21,5 @@ blurb=Remote System Explorer Unit Tests\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright Wind River Systems, Inc. and others 2006. All rights reserved.\n\ +(c) Copyright Wind River Systems, Inc. and others 2006, 2007. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm \ No newline at end of file diff --git a/rse/tests/org.eclipse.rse.tests/plugin.properties b/rse/tests/org.eclipse.rse.tests/plugin.properties index 52aec4ad1a9..d4d671d82bc 100644 --- a/rse/tests/org.eclipse.rse.tests/plugin.properties +++ b/rse/tests/org.eclipse.rse.tests/plugin.properties @@ -9,7 +9,7 @@ # IBM Corporation - initial API and implementation # Martin Oberhuber (Wind River) - fix ant build for "Assert", make consistent ############################################################################### -pluginName=RSE Unit Tests +pluginName=Remote System Explorer Unit Tests providerName=Eclipse.org testSubSystemName = Tests