diff --git a/org.eclipse.tm.terminal-feature/feature.properties b/org.eclipse.tm.terminal-feature/feature.properties index c509f756c92..8e8e6c4a281 100644 --- a/org.eclipse.tm.terminal-feature/feature.properties +++ b/org.eclipse.tm.terminal-feature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Terminal Feature +featureName=TM Terminal Widget # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties b/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties index fc0b5e1696f..510af57e71b 100644 --- a/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties +++ b/org.eclipse.tm.terminal-feature/sourceTemplateFeature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Terminal Source +featureName=TM Terminal Widget Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.ini b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/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/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.mappings b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/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/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.properties b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.properties new file mode 100644 index 00000000000..a65ba07f062 --- /dev/null +++ b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/about.properties @@ -0,0 +1,25 @@ +################################################################################ +# 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 +# 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=TM Terminal Widget Source\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Wind River Systems, Inc. and others 2003, 2006. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm diff --git a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/build.properties b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/build.properties index a070fd9c69c..89c807a286c 100644 --- a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/build.properties +++ b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/build.properties @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -bin.includes = about.html, plugin.properties, plugin.xml, src/, META-INF/ +bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.png, plugin.properties, plugin.xml, src/, META-INF/ sourcePlugin = true diff --git a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/eclipse32.png b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/eclipse32.png differ diff --git a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/plugin.properties b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/plugin.properties index b89bd111d10..9166eba4044 100644 --- a/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/plugin.properties +++ b/org.eclipse.tm.terminal-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName=Terminal Source +pluginName=TM Terminal Widget Source providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal.sdk-feature/feature.properties b/org.eclipse.tm.terminal.sdk-feature/feature.properties index 571cf361db9..1e8a2b8fe82 100644 --- a/org.eclipse.tm.terminal.sdk-feature/feature.properties +++ b/org.eclipse.tm.terminal.sdk-feature/feature.properties @@ -15,10 +15,10 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Terminal SDK -featureNameSerial=Terminal Serial Connector -featureNameSsh=Terminal Ssh Connector -featureNameView=Terminal View Feature +featureName=TM Terminal SDK +featureNameSerial=TM Terminal Serial Connector +featureNameSsh=TM Terminal Ssh Connector +featureNameView=TM Terminal View # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal.serial-feature/feature.properties b/org.eclipse.tm.terminal.serial-feature/feature.properties index c8ab22014b2..d314f4bba73 100644 --- a/org.eclipse.tm.terminal.serial-feature/feature.properties +++ b/org.eclipse.tm.terminal.serial-feature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Terminal Serial Connector +featureName=TM Terminal Serial Connector # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal.serial-feature/sourceTemplateFeature/feature.properties b/org.eclipse.tm.terminal.serial-feature/sourceTemplateFeature/feature.properties index 2e397fba0a5..dddd2ed8f76 100644 --- a/org.eclipse.tm.terminal.serial-feature/sourceTemplateFeature/feature.properties +++ b/org.eclipse.tm.terminal.serial-feature/sourceTemplateFeature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Terminal Serial Connector Source +featureName=TM Terminal Serial Connector Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.ini b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/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/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.mappings b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/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/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.properties b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.properties new file mode 100644 index 00000000000..7cae1eb009a --- /dev/null +++ b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/about.properties @@ -0,0 +1,25 @@ +################################################################################ +# 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 +# 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=TM Terminal Serial Connector Source\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Wind River Systems, Inc. and others 2003, 2006. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm diff --git a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/build.properties b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/build.properties index a070fd9c69c..89c807a286c 100644 --- a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/build.properties +++ b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/build.properties @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -bin.includes = about.html, plugin.properties, plugin.xml, src/, META-INF/ +bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.png, plugin.properties, plugin.xml, src/, META-INF/ sourcePlugin = true diff --git a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/eclipse32.png b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/eclipse32.png differ diff --git a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/plugin.properties b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/plugin.properties index 35aeb125f85..3674a10cd7f 100644 --- a/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/plugin.properties +++ b/org.eclipse.tm.terminal.serial-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName=Terminal Serial Connector Source +pluginName=TM Terminal Serial Connector Source providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal.serial/about.ini b/org.eclipse.tm.terminal.serial/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/org.eclipse.tm.terminal.serial/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/org.eclipse.tm.terminal.serial/about.mappings b/org.eclipse.tm.terminal.serial/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/org.eclipse.tm.terminal.serial/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/org.eclipse.tm.terminal.serial/about.properties b/org.eclipse.tm.terminal.serial/about.properties new file mode 100644 index 00000000000..2519653edf5 --- /dev/null +++ b/org.eclipse.tm.terminal.serial/about.properties @@ -0,0 +1,25 @@ +################################################################################ +# 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 +# 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=TM Terminal Serial Connector\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Wind River Systems, Inc. and others 2003, 2006. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm diff --git a/org.eclipse.tm.terminal.serial/build.properties b/org.eclipse.tm.terminal.serial/build.properties index 3d4a3a9a93c..f98c5b19343 100644 --- a/org.eclipse.tm.terminal.serial/build.properties +++ b/org.eclipse.tm.terminal.serial/build.properties @@ -21,6 +21,7 @@ bin.includes = META-INF/,\ plugin.xml,\ plugin.properties,\ README.txt,\ - about.html + about.html,about.ini,about.mappings,about.properties,\ + eclipse32.png src.includes = README.txt,\ about.html diff --git a/org.eclipse.tm.terminal.serial/eclipse32.png b/org.eclipse.tm.terminal.serial/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/org.eclipse.tm.terminal.serial/eclipse32.png differ diff --git a/org.eclipse.tm.terminal.serial/plugin.properties b/org.eclipse.tm.terminal.serial/plugin.properties index 5c766dcd0de..b8a0cec51ab 100644 --- a/org.eclipse.tm.terminal.serial/plugin.properties +++ b/org.eclipse.tm.terminal.serial/plugin.properties @@ -14,5 +14,5 @@ # Michael Scharf (Wind River) - split into core, view and connector plugins # Martin Oberhuber (Wind River) - fixed copyright headers and beautified ############################################################################### -pluginName = Serial Terminal +pluginName = TM Terminal Serial Connector providerName = Eclipse.org diff --git a/org.eclipse.tm.terminal.ssh-feature/feature.properties b/org.eclipse.tm.terminal.ssh-feature/feature.properties index c48fd033df1..08e38b95099 100644 --- a/org.eclipse.tm.terminal.ssh-feature/feature.properties +++ b/org.eclipse.tm.terminal.ssh-feature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Terminal Ssh Connector +featureName=TM Terminal Ssh Connector # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal.ssh-feature/sourceTemplateFeature/feature.properties b/org.eclipse.tm.terminal.ssh-feature/sourceTemplateFeature/feature.properties index dab5e221e39..00f130d2662 100644 --- a/org.eclipse.tm.terminal.ssh-feature/sourceTemplateFeature/feature.properties +++ b/org.eclipse.tm.terminal.ssh-feature/sourceTemplateFeature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Terminal Ssh Connector Source +featureName=TM Terminal Ssh Connector Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.ini b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/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/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.mappings b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/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/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.properties b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.properties new file mode 100644 index 00000000000..90de8907d64 --- /dev/null +++ b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/about.properties @@ -0,0 +1,25 @@ +################################################################################ +# 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 +# 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=TM Terminal Ssh Connector Source\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Wind River Systems, Inc. and others 2000, 2006. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm diff --git a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/build.properties b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/build.properties index a070fd9c69c..89c807a286c 100644 --- a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/build.properties +++ b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/build.properties @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -bin.includes = about.html, plugin.properties, plugin.xml, src/, META-INF/ +bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.png, plugin.properties, plugin.xml, src/, META-INF/ sourcePlugin = true diff --git a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/eclipse32.png b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/eclipse32.png differ diff --git a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/plugin.properties b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/plugin.properties index d73da349b76..7e92f871759 100644 --- a/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/plugin.properties +++ b/org.eclipse.tm.terminal.ssh-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName=Terminal Ssh Connector Source +pluginName=TM Terminal Ssh Connector Source providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal.ssh/about.ini b/org.eclipse.tm.terminal.ssh/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/org.eclipse.tm.terminal.ssh/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/org.eclipse.tm.terminal.ssh/about.mappings b/org.eclipse.tm.terminal.ssh/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/org.eclipse.tm.terminal.ssh/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/org.eclipse.tm.terminal.ssh/about.properties b/org.eclipse.tm.terminal.ssh/about.properties new file mode 100644 index 00000000000..b31e986a09d --- /dev/null +++ b/org.eclipse.tm.terminal.ssh/about.properties @@ -0,0 +1,25 @@ +################################################################################ +# 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 +# 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=TM Terminal Ssh Connector\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Wind River Systems, Inc. and others 2000, 2006. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm diff --git a/org.eclipse.tm.terminal.ssh/build.properties b/org.eclipse.tm.terminal.ssh/build.properties index 546f1c91d35..25830bfd5f7 100644 --- a/org.eclipse.tm.terminal.ssh/build.properties +++ b/org.eclipse.tm.terminal.ssh/build.properties @@ -15,5 +15,6 @@ bin.includes = META-INF/,\ .,\ plugin.xml,\ plugin.properties,\ - about.html + about.html,about.ini,about.mappings,about.properties,\ + eclipse32.png src.includes = about.html diff --git a/org.eclipse.tm.terminal.ssh/eclipse32.png b/org.eclipse.tm.terminal.ssh/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/org.eclipse.tm.terminal.ssh/eclipse32.png differ diff --git a/org.eclipse.tm.terminal.ssh/plugin.properties b/org.eclipse.tm.terminal.ssh/plugin.properties index cf3b0f905fa..71145defcfb 100644 --- a/org.eclipse.tm.terminal.ssh/plugin.properties +++ b/org.eclipse.tm.terminal.ssh/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber (Wind River) - initial API and implementation ############################################################################### -pluginName = Terminal ssh +pluginName = TM Terminal Ssh Connector providerName = Eclipse.org diff --git a/org.eclipse.tm.terminal.view-feature/feature.properties b/org.eclipse.tm.terminal.view-feature/feature.properties index 4a3ef003b04..a9915fa03a1 100644 --- a/org.eclipse.tm.terminal.view-feature/feature.properties +++ b/org.eclipse.tm.terminal.view-feature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Terminal View Feature +featureName=TM Terminal View # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal.view-feature/sourceTemplateFeature/feature.properties b/org.eclipse.tm.terminal.view-feature/sourceTemplateFeature/feature.properties index 59e7fc0d733..76934101653 100644 --- a/org.eclipse.tm.terminal.view-feature/sourceTemplateFeature/feature.properties +++ b/org.eclipse.tm.terminal.view-feature/sourceTemplateFeature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Terminal View Source +featureName=TM Terminal View Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.ini b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/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/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.mappings b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/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/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.properties b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.properties new file mode 100644 index 00000000000..f7ab5eff05f --- /dev/null +++ b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/about.properties @@ -0,0 +1,25 @@ +################################################################################ +# 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 +# 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=TM Terminal View Source\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Wind River Systems, Inc. and others 2003, 2006. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm diff --git a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/build.properties b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/build.properties index a070fd9c69c..89c807a286c 100644 --- a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/build.properties +++ b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/build.properties @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -bin.includes = about.html, plugin.properties, plugin.xml, src/, META-INF/ +bin.includes = about.html, about.ini, about.mappings, about.properties, eclipse32.png, plugin.properties, plugin.xml, src/, META-INF/ sourcePlugin = true diff --git a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/eclipse32.png b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/eclipse32.png differ diff --git a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/plugin.properties b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/plugin.properties index 60224b24e5b..8b72e48acb6 100644 --- a/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/plugin.properties +++ b/org.eclipse.tm.terminal.view-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName=Terminal View Source +pluginName=TM Terminal View Source providerName=Eclipse.org diff --git a/org.eclipse.tm.terminal.view/about.ini b/org.eclipse.tm.terminal.view/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/org.eclipse.tm.terminal.view/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/org.eclipse.tm.terminal.view/about.mappings b/org.eclipse.tm.terminal.view/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/org.eclipse.tm.terminal.view/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/org.eclipse.tm.terminal.view/about.properties b/org.eclipse.tm.terminal.view/about.properties new file mode 100644 index 00000000000..71c1cfe2fa7 --- /dev/null +++ b/org.eclipse.tm.terminal.view/about.properties @@ -0,0 +1,25 @@ +################################################################################ +# 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 +# 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=TM Terminal View\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Wind River Systems, Inc. and others 2003, 2006. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm diff --git a/org.eclipse.tm.terminal.view/build.properties b/org.eclipse.tm.terminal.view/build.properties index cb5b3eb4c74..2b7e553fdbc 100644 --- a/org.eclipse.tm.terminal.view/build.properties +++ b/org.eclipse.tm.terminal.view/build.properties @@ -21,5 +21,6 @@ bin.includes = META-INF/,\ plugin.xml,\ icons/,\ plugin.properties,\ - about.html + about.html,about.ini,about.mappings,about.properties,\ + eclipse32.png src.includes = about.html diff --git a/org.eclipse.tm.terminal.view/eclipse32.png b/org.eclipse.tm.terminal.view/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/org.eclipse.tm.terminal.view/eclipse32.png differ diff --git a/org.eclipse.tm.terminal.view/plugin.properties b/org.eclipse.tm.terminal.view/plugin.properties index a7294adac2a..aed55c3b218 100644 --- a/org.eclipse.tm.terminal.view/plugin.properties +++ b/org.eclipse.tm.terminal.view/plugin.properties @@ -14,7 +14,7 @@ # Michael Scharf (Wind River) - split into core, view and connector plugins # Martin Oberhuber (Wind River) - fixed copyright headers and beautified ########################################################################## -pluginName = Terminal View +pluginName = TM Terminal View providerName = Eclipse.org terminal.views.category.name = Terminal terminal.views.view.name = Terminal diff --git a/org.eclipse.tm.terminal/about.ini b/org.eclipse.tm.terminal/about.ini new file mode 100644 index 00000000000..fdd61ff0dd8 --- /dev/null +++ b/org.eclipse.tm.terminal/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/org.eclipse.tm.terminal/about.mappings b/org.eclipse.tm.terminal/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/org.eclipse.tm.terminal/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/org.eclipse.tm.terminal/about.properties b/org.eclipse.tm.terminal/about.properties new file mode 100644 index 00000000000..d315ef7faea --- /dev/null +++ b/org.eclipse.tm.terminal/about.properties @@ -0,0 +1,25 @@ +################################################################################ +# 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 +# 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=TM Terminal Widget\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright Wind River Systems, Inc. and others 2003, 2006. All rights reserved.\n\ +Visit http://www.eclipse.org/dsdp/tm diff --git a/org.eclipse.tm.terminal/build.properties b/org.eclipse.tm.terminal/build.properties index d408122143c..50dc00bf907 100644 --- a/org.eclipse.tm.terminal/build.properties +++ b/org.eclipse.tm.terminal/build.properties @@ -20,7 +20,8 @@ bin.includes = .,\ plugin.properties,\ .options,\ README.txt,\ - about.html + about.html,about.ini,about.mappings,about.properties,\ + eclipse32.png source.. = src/ output.. = bin/ diff --git a/org.eclipse.tm.terminal/eclipse32.png b/org.eclipse.tm.terminal/eclipse32.png new file mode 100644 index 00000000000..568fac1d05f Binary files /dev/null and b/org.eclipse.tm.terminal/eclipse32.png differ diff --git a/org.eclipse.tm.terminal/plugin.properties b/org.eclipse.tm.terminal/plugin.properties index 312232ce9ad..a59737ceb8a 100644 --- a/org.eclipse.tm.terminal/plugin.properties +++ b/org.eclipse.tm.terminal/plugin.properties @@ -14,5 +14,5 @@ # Michael Scharf (Wind River) - split into core, view and connector plugins # Martin Oberhuber (Wind River) - fixed copyright headers and beautified ############################################################################### -pluginName = Terminal +pluginName = TM Terminal Widget providerName = Eclipse.org