diff --git a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/about.properties new file mode 100644 index 00000000000..11a8771ac41 --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal Serial Connector Extensions\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/build.properties index c33f2d71b1e..59d78e93926 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/build.properties @@ -10,4 +10,8 @@ # Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license ################################################################################ bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png diff --git a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.feature/cdt_logo_icon32.png differ diff --git a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/about.properties new file mode 100644 index 00000000000..6dc7d57d3dd --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal Serial Connector Extensions, SDK\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/build.properties index c33f2d71b1e..01228655964 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/build.properties @@ -10,4 +10,8 @@ # Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license ################################################################################ bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.ini,\ + about.properties,\ + about.mappings,\ + cdt_logo_icon32.png diff --git a/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature/cdt_logo_icon32.png differ diff --git a/terminal/features/org.eclipse.tm.terminal.connector.local.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.connector.local.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.connector.local.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/about.properties new file mode 100644 index 00000000000..abb427934cf --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal Local Connector Extensions\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.connector.local.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/build.properties index c33f2d71b1e..59d78e93926 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.local.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/build.properties @@ -10,4 +10,8 @@ # Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license ################################################################################ bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png diff --git a/terminal/features/org.eclipse.tm.terminal.connector.local.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.connector.local.feature/cdt_logo_icon32.png differ diff --git a/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/about.properties new file mode 100644 index 00000000000..6d4551c552c --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal Local Connector Extensions, SDK\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/build.properties index c33f2d71b1e..59d78e93926 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/build.properties @@ -10,4 +10,8 @@ # Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license ################################################################################ bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png diff --git a/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.connector.local.sdk.feature/cdt_logo_icon32.png differ diff --git a/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/about.properties new file mode 100644 index 00000000000..fb11eb4d290 --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal via Remote API Connector Extensions\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/build.properties index de0d7aecfa8..c75cf36afb9 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/build.properties @@ -8,4 +8,8 @@ # SPDX-License-Identifier: EPL-2.0 ############################################################################### bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png diff --git a/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.connector.remote.feature/cdt_logo_icon32.png differ diff --git a/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/about.properties new file mode 100644 index 00000000000..4b655380eb8 --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal via Remote API Connector Extensions, SDK\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/build.properties index 38d32796c6d..cacb12ae985 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/build.properties @@ -9,6 +9,10 @@ ############################################################################### bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.mappings,\ + about.properties,\ + about.ini,\ + cdt_logo_icon32.png generate.plugin@org.eclipse.tm.terminal.remote.source=org.eclipse.tm.terminal.remote diff --git a/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.connector.remote.sdk.feature/cdt_logo_icon32.png differ diff --git a/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/about.html b/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/about.html new file mode 100644 index 00000000000..164f781a8fd --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/about.html @@ -0,0 +1,36 @@ + + + + +About + + +

About This Content

+ +

November 30, 2017

+

License

+ +

+ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +

+ +

+ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +

+ + + \ No newline at end of file diff --git a/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml b/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml index 7943d715af7..442356664dc 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml +++ b/terminal/features/org.eclipse.tm.terminal.connector.ssh.feature/feature.xml @@ -17,7 +17,7 @@ label="%featureName" version="4.5.100.qualifier" provider-name="%providerName" - plugin="org.eclipse.tm.terminal.ssh" + plugin="org.eclipse.tm.terminal.connector.ssh" license-feature="org.eclipse.license" license-feature-version="1.0.1.qualifier"> diff --git a/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/about.properties new file mode 100644 index 00000000000..1d8e12f28fb --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal SSH Connector Extensions, SDK\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/build.properties index 8e3ce5326b9..1b96b29abc4 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/build.properties @@ -12,4 +12,8 @@ # Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license ############################################################################### bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png diff --git a/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.connector.ssh.sdk.feature/cdt_logo_icon32.png differ diff --git a/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/about.properties new file mode 100644 index 00000000000..aed25790edc --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal Telnet Connector Extensions\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/build.properties index c33f2d71b1e..59d78e93926 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/build.properties @@ -10,4 +10,8 @@ # Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license ################################################################################ bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png diff --git a/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.connector.telnet.feature/cdt_logo_icon32.png differ diff --git a/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/about.properties new file mode 100644 index 00000000000..836dff06798 --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal Telnet Connector Extensions, SDK\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/build.properties index c33f2d71b1e..59d78e93926 100644 --- a/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/build.properties @@ -10,4 +10,8 @@ # Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license ################################################################################ bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png diff --git a/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.connector.telnet.sdk.feature/cdt_logo_icon32.png differ diff --git a/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/about.properties new file mode 100644 index 00000000000..86c2b3865af --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal Control, SDK\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/build.properties index bfccdf49079..4e9a9c77c82 100644 --- a/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/build.properties @@ -10,4 +10,8 @@ # Uwe Stieber (Wind River) - Bug 434937 - Releng: The Terminal Features have an incorrect license ################################################################################ bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png diff --git a/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.control.sdk.feature/cdt_logo_icon32.png differ diff --git a/terminal/features/org.eclipse.tm.terminal.sdk.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.sdk.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.sdk.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.sdk.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.sdk.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.sdk.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.sdk.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.sdk.feature/about.properties new file mode 100644 index 00000000000..6dbda85d32b --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.sdk.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal, SDK\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.sdk.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.sdk.feature/build.properties index 9ac7f804cc8..83340b23dfe 100644 --- a/terminal/features/org.eclipse.tm.terminal.sdk.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.sdk.feature/build.properties @@ -10,5 +10,9 @@ # Wind River Systems - initial API and implementation ############################################################################### bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png src.includes = feature.properties diff --git a/terminal/features/org.eclipse.tm.terminal.sdk.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.sdk.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.sdk.feature/cdt_logo_icon32.png differ diff --git a/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/about.ini b/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/about.mappings b/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/about.properties b/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/about.properties new file mode 100644 index 00000000000..66cb050ac10 --- /dev/null +++ b/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=Terminal (Console) View, SDK\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/build.properties b/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/build.properties index 9ac7f804cc8..83340b23dfe 100644 --- a/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/build.properties +++ b/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/build.properties @@ -10,5 +10,9 @@ # Wind River Systems - initial API and implementation ############################################################################### bin.includes = feature.xml,\ - feature.properties + feature.properties,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png src.includes = feature.properties diff --git a/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/cdt_logo_icon32.png b/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/features/org.eclipse.tm.terminal.view.sdk.feature/cdt_logo_icon32.png differ diff --git a/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/about.ini b/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/about.ini @@ -0,0 +1,24 @@ +# 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=cdt_logo_icon32.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (translated) +# needed for primary features only + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional diff --git a/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/about.mappings b/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/about.properties b/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/about.properties new file mode 100644 index 00000000000..da9aa25e60d --- /dev/null +++ b/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### +# 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. +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + + +blurb=TM Terminal SSH Connector Extensions\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/build.properties b/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/build.properties index 1c3465df7d0..e9b0490c9cb 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/build.properties +++ b/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/build.properties @@ -15,4 +15,8 @@ bin.includes = META-INF/,\ .,\ plugin.properties,\ plugin.xml,\ - about.html + about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png diff --git a/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/cdt_logo_icon32.png b/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/plugins/org.eclipse.tm.terminal.connector.ssh/cdt_logo_icon32.png differ diff --git a/terminal/plugins/org.eclipse.tm.terminal.control/about.ini b/terminal/plugins/org.eclipse.tm.terminal.control/about.ini index 3adc27ab587..e07a7bb377e 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.control/about.ini +++ b/terminal/plugins/org.eclipse.tm.terminal.control/about.ini @@ -11,17 +11,14 @@ aboutText=%blurb # needed for primary features only # Property "featureImage" contains path to feature image (32x32) -featureImage=tm32.png +featureImage=cdt_logo_icon32.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) +# Property "appName" contains name of the application (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 +# optional diff --git a/terminal/plugins/org.eclipse.tm.terminal.control/about.mappings b/terminal/plugins/org.eclipse.tm.terminal.control/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/terminal/plugins/org.eclipse.tm.terminal.control/about.mappings @@ -0,0 +1,9 @@ +# 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. + +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/plugins/org.eclipse.tm.terminal.control/about.properties b/terminal/plugins/org.eclipse.tm.terminal.control/about.properties index 55d889e964e..e6e6518939a 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.control/about.properties +++ b/terminal/plugins/org.eclipse.tm.terminal.control/about.properties @@ -1,24 +1,32 @@ -################################################################################ -# Copyright (c) 2006, 2018 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 2.0 -# which accompanies this distribution, and is available at -# https://www.eclipse.org/legal/epl-2.0/ -# -# Contributors: -# Martin Oberhuber - initial API and implementation -################################################################################ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### # 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 {} +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. -blurb=Target Management Terminal Widget\n\ + +blurb=TM Terminal Control\n\ \n\ Version: {featureVersion}\n\ +Build id: {0}\n\ \n\ -(c) Copyright Wind River Systems, Inc. and others 2003, 2018. All rights reserved.\n\ -Visit http://www.eclipse.org/tm +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/plugins/org.eclipse.tm.terminal.control/build.properties b/terminal/plugins/org.eclipse.tm.terminal.control/build.properties index ff0b66ba638..33c3ee02e8d 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.control/build.properties +++ b/terminal/plugins/org.eclipse.tm.terminal.control/build.properties @@ -26,10 +26,11 @@ bin.includes = .,\ about.html,\ about.ini,\ about.properties,\ - tm32.png,\ icons/,\ HelpContexts.xml,\ - css/ + css/,\ + about.mappings,\ + cdt_logo_icon32.png source.. = src/ output.. = bin/ diff --git a/terminal/plugins/org.eclipse.tm.terminal.control/cdt_logo_icon32.png b/terminal/plugins/org.eclipse.tm.terminal.control/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/plugins/org.eclipse.tm.terminal.control/cdt_logo_icon32.png differ diff --git a/terminal/plugins/org.eclipse.tm.terminal.control/tm32.png b/terminal/plugins/org.eclipse.tm.terminal.control/tm32.png deleted file mode 100644 index 668b05b7913..00000000000 Binary files a/terminal/plugins/org.eclipse.tm.terminal.control/tm32.png and /dev/null differ diff --git a/terminal/plugins/org.eclipse.tm.terminal.test/build.properties b/terminal/plugins/org.eclipse.tm.terminal.test/build.properties index 8ae28497147..0b897913118 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.test/build.properties +++ b/terminal/plugins/org.eclipse.tm.terminal.test/build.properties @@ -18,7 +18,6 @@ bin.includes = META-INF/,\ plugin.xml,\ about.properties,\ about.ini,\ - tm32.png,\ about.html src.includes = teamConfig/,\ about.html diff --git a/terminal/plugins/org.eclipse.tm.terminal.test/tm32.png b/terminal/plugins/org.eclipse.tm.terminal.test/tm32.png deleted file mode 100644 index 3077b1220dd..00000000000 Binary files a/terminal/plugins/org.eclipse.tm.terminal.test/tm32.png and /dev/null differ diff --git a/terminal/plugins/org.eclipse.tm.terminal.view.core/about.ini b/terminal/plugins/org.eclipse.tm.terminal.view.core/about.ini index 3adc27ab587..e07a7bb377e 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.view.core/about.ini +++ b/terminal/plugins/org.eclipse.tm.terminal.view.core/about.ini @@ -11,17 +11,14 @@ aboutText=%blurb # needed for primary features only # Property "featureImage" contains path to feature image (32x32) -featureImage=tm32.png +featureImage=cdt_logo_icon32.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) +# Property "appName" contains name of the application (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 +# optional diff --git a/terminal/plugins/org.eclipse.tm.terminal.view.core/about.mappings b/terminal/plugins/org.eclipse.tm.terminal.view.core/about.mappings index bddaab43109..936a8039c3e 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.view.core/about.mappings +++ b/terminal/plugins/org.eclipse.tm.terminal.view.core/about.mappings @@ -3,4 +3,7 @@ # 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 +# The following should contain the build version. +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} diff --git a/terminal/plugins/org.eclipse.tm.terminal.view.core/about.properties b/terminal/plugins/org.eclipse.tm.terminal.view.core/about.properties index 1d2b73c9510..3d29fb43ee5 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.view.core/about.properties +++ b/terminal/plugins/org.eclipse.tm.terminal.view.core/about.properties @@ -1,24 +1,32 @@ -################################################################################ -# Copyright (c) 2006, 2018 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 2.0 -# which accompanies this distribution, and is available at -# https://www.eclipse.org/legal/epl-2.0/ -# -# Contributors: -# Martin Oberhuber - initial API and implementation -################################################################################ +############################################################################### +# Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials +# are made available under the terms of the Eclipse Public License 2.0 +# which accompanies this distribution, and is available at +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +############################################################################### # 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 {} +# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable. + blurb=TM Terminal\n\ \n\ Version: {featureVersion}\n\ +Build id: {0}\n\ \n\ -(c) Copyright Wind River Systems, Inc. and others 2011, 2016. All rights reserved.\n\ -Visit http://marketplace.eclipse.org/content/tm-terminal +Copyright (c) 2018, 2020 Contributors to the Eclipse Foundation +\n\ +See the NOTICE file(s) distributed with this work for additional\n\ +information regarding copyright ownership.\n\ +\n\ +Visit http://www.eclipse.org/cdt diff --git a/terminal/plugins/org.eclipse.tm.terminal.view.core/build.properties b/terminal/plugins/org.eclipse.tm.terminal.view.core/build.properties index 9ddb6f11abb..b122020cce1 100644 --- a/terminal/plugins/org.eclipse.tm.terminal.view.core/build.properties +++ b/terminal/plugins/org.eclipse.tm.terminal.view.core/build.properties @@ -19,4 +19,4 @@ bin.includes = META-INF/,\ about.ini,\ about.mappings,\ about.properties,\ - tm32.png + cdt_logo_icon32.png diff --git a/terminal/plugins/org.eclipse.tm.terminal.view.core/cdt_logo_icon32.png b/terminal/plugins/org.eclipse.tm.terminal.view.core/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/terminal/plugins/org.eclipse.tm.terminal.view.core/cdt_logo_icon32.png differ diff --git a/terminal/plugins/org.eclipse.tm.terminal.view.core/tm32.png b/terminal/plugins/org.eclipse.tm.terminal.view.core/tm32.png deleted file mode 100644 index 668b05b7913..00000000000 Binary files a/terminal/plugins/org.eclipse.tm.terminal.view.core/tm32.png and /dev/null differ