diff --git a/remote/org.eclipse.remote-feature/feature.xml b/remote/org.eclipse.remote-feature/feature.xml index 43c3d4dfa7c..b286b2b34c2 100644 --- a/remote/org.eclipse.remote-feature/feature.xml +++ b/remote/org.eclipse.remote-feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="3.0.2.qualifier" provider-name="%providerName" + plugin="org.eclipse.remote.ui" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/remote/org.eclipse.remote.console/about.ini b/remote/org.eclipse.remote.console/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/remote/org.eclipse.remote.console/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/remote/org.eclipse.remote.console/about.mappings b/remote/org.eclipse.remote.console/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/remote/org.eclipse.remote.console/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/remote/org.eclipse.remote.console/about.properties b/remote/org.eclipse.remote.console/about.properties new file mode 100644 index 00000000000..b42d178e113 --- /dev/null +++ b/remote/org.eclipse.remote.console/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2021 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=Remote Command Shell Console\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2021 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/remote/org.eclipse.remote.console/build.properties b/remote/org.eclipse.remote.console/build.properties index 5c5c659f8fd..71e10fe56e1 100644 --- a/remote/org.eclipse.remote.console/build.properties +++ b/remote/org.eclipse.remote.console/build.properties @@ -5,4 +5,9 @@ bin.includes = META-INF/,\ plugin.xml,\ plugin.properties,\ icons/,\ - about.html \ No newline at end of file + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png,\ + about.html +src.includes = about.html diff --git a/remote/org.eclipse.remote.console/cdt_logo_icon32.png b/remote/org.eclipse.remote.console/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/remote/org.eclipse.remote.console/cdt_logo_icon32.png differ diff --git a/remote/org.eclipse.remote.doc.isv/html/.gitignore b/remote/org.eclipse.remote.doc.isv/html/.gitignore new file mode 100644 index 00000000000..07f43314f62 --- /dev/null +++ b/remote/org.eclipse.remote.doc.isv/html/.gitignore @@ -0,0 +1 @@ +/reference/ diff --git a/remote/org.eclipse.remote.proxy-feature/feature.xml b/remote/org.eclipse.remote.proxy-feature/feature.xml index e7ef53fa41c..b0f5eefd0e1 100644 --- a/remote/org.eclipse.remote.proxy-feature/feature.xml +++ b/remote/org.eclipse.remote.proxy-feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="3.0.2.qualifier" provider-name="%providerName" + plugin="org.eclipse.remote.proxy.ui" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/remote/org.eclipse.remote.proxy.ui/about.ini b/remote/org.eclipse.remote.proxy.ui/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/remote/org.eclipse.remote.proxy.ui/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/remote/org.eclipse.remote.proxy.ui/about.mappings b/remote/org.eclipse.remote.proxy.ui/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/remote/org.eclipse.remote.proxy.ui/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/remote/org.eclipse.remote.proxy.ui/about.properties b/remote/org.eclipse.remote.proxy.ui/about.properties new file mode 100644 index 00000000000..ebd42249f4b --- /dev/null +++ b/remote/org.eclipse.remote.proxy.ui/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2021 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=Remote Services Proxy\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2021 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/remote/org.eclipse.remote.proxy.ui/build.properties b/remote/org.eclipse.remote.proxy.ui/build.properties index a04702242bd..75317cef9f6 100644 --- a/remote/org.eclipse.remote.proxy.ui/build.properties +++ b/remote/org.eclipse.remote.proxy.ui/build.properties @@ -5,5 +5,9 @@ bin.includes = META-INF/,\ plugin.xml,\ plugin.properties,\ about.html,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png,\ icons/ diff --git a/remote/org.eclipse.remote.proxy.ui/cdt_logo_icon32.png b/remote/org.eclipse.remote.proxy.ui/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/remote/org.eclipse.remote.proxy.ui/cdt_logo_icon32.png differ diff --git a/remote/org.eclipse.remote.serial-feature/feature.xml b/remote/org.eclipse.remote.serial-feature/feature.xml index ffb41b7ec2e..fd776270131 100644 --- a/remote/org.eclipse.remote.serial-feature/feature.xml +++ b/remote/org.eclipse.remote.serial-feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="3.0.2.qualifier" provider-name="%providerName" + plugin="org.eclipse.remote.serial.ui" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/remote/org.eclipse.remote.serial.ui/about.ini b/remote/org.eclipse.remote.serial.ui/about.ini index 5bd1defab8b..e07a7bb377e 100644 --- a/remote/org.eclipse.remote.serial.ui/about.ini +++ b/remote/org.eclipse.remote.serial.ui/about.ini @@ -11,17 +11,14 @@ aboutText=%blurb # needed for primary features only # Property "featureImage" contains path to feature image (32x32) -featureImage=ptp_logo_icon32.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 diff --git a/remote/org.eclipse.remote.serial.ui/about.mappings b/remote/org.eclipse.remote.serial.ui/about.mappings index bddaab43109..936a8039c3e 100644 --- a/remote/org.eclipse.remote.serial.ui/about.mappings +++ b/remote/org.eclipse.remote.serial.ui/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/remote/org.eclipse.remote.serial.ui/about.properties b/remote/org.eclipse.remote.serial.ui/about.properties index 823873c3396..62d4d452277 100644 --- a/remote/org.eclipse.remote.serial.ui/about.properties +++ b/remote/org.eclipse.remote.serial.ui/about.properties @@ -1,22 +1,32 @@ ############################################################################### -# Copyright (c) 2015 QNX Software Systems 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 +# Copyright (c) 2021 Contributors to the Eclipse Foundation # -# Contributors: -# QNX Software Systems - initial API and implementation +# 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. -# NLS_MESSAGEFORMAT_NONE -# NLS_ENCODING=UTF-8 blurb=Serial Port Remote Services\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -Copyright (c) 2015 QNX Software Systems, and others. All rights reserved.\n\ -Visit http://www.eclipse.org/ptp\n - +Copyright (c) 2021 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/remote/org.eclipse.remote.serial.ui/build.properties b/remote/org.eclipse.remote.serial.ui/build.properties index 14495aefba3..1cf08b229b0 100644 --- a/remote/org.eclipse.remote.serial.ui/build.properties +++ b/remote/org.eclipse.remote.serial.ui/build.properties @@ -7,6 +7,6 @@ bin.includes = META-INF/,\ about.ini,\ about.mappings,\ about.properties,\ - ptp_logo_icon32.png,\ + cdt_logo_icon32.png,\ icons/,\ plugin.properties diff --git a/remote/org.eclipse.remote.serial.ui/cdt_logo_icon32.png b/remote/org.eclipse.remote.serial.ui/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/remote/org.eclipse.remote.serial.ui/cdt_logo_icon32.png differ diff --git a/remote/org.eclipse.remote.telnet-feature/feature.xml b/remote/org.eclipse.remote.telnet-feature/feature.xml index 842e292dee9..c61a5889419 100644 --- a/remote/org.eclipse.remote.telnet-feature/feature.xml +++ b/remote/org.eclipse.remote.telnet-feature/feature.xml @@ -4,6 +4,7 @@ label="%featureName" version="3.0.2.qualifier" provider-name="%providerName" + plugin="org.eclipse.remote.telnet.ui" license-feature="org.eclipse.license" license-feature-version="0.0.0"> diff --git a/remote/org.eclipse.remote.telnet.ui/about.ini b/remote/org.eclipse.remote.telnet.ui/about.ini index 5bd1defab8b..e07a7bb377e 100644 --- a/remote/org.eclipse.remote.telnet.ui/about.ini +++ b/remote/org.eclipse.remote.telnet.ui/about.ini @@ -11,17 +11,14 @@ aboutText=%blurb # needed for primary features only # Property "featureImage" contains path to feature image (32x32) -featureImage=ptp_logo_icon32.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 diff --git a/remote/org.eclipse.remote.telnet.ui/about.mappings b/remote/org.eclipse.remote.telnet.ui/about.mappings index bddaab43109..936a8039c3e 100644 --- a/remote/org.eclipse.remote.telnet.ui/about.mappings +++ b/remote/org.eclipse.remote.telnet.ui/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/remote/org.eclipse.remote.telnet.ui/about.properties b/remote/org.eclipse.remote.telnet.ui/about.properties index fbf50483342..bbaec16c243 100644 --- a/remote/org.eclipse.remote.telnet.ui/about.properties +++ b/remote/org.eclipse.remote.telnet.ui/about.properties @@ -1,22 +1,32 @@ ############################################################################### -# Copyright (c) 2015 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html +# Copyright (c) 2021 Contributors to the Eclipse Foundation # -# Contributors: -# IBM Corporation - initial API and implementation +# 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. -# NLS_MESSAGEFORMAT_NONE -# NLS_ENCODING=UTF-8 blurb=Telnet Remote Services\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -Copyright (c) 2015 IBM Corporation, and others. All rights reserved.\n\ -Visit http://www.eclipse.org/ptp\n - +Copyright (c) 2021 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/remote/org.eclipse.remote.telnet.ui/build.properties b/remote/org.eclipse.remote.telnet.ui/build.properties index 14495aefba3..1cf08b229b0 100644 --- a/remote/org.eclipse.remote.telnet.ui/build.properties +++ b/remote/org.eclipse.remote.telnet.ui/build.properties @@ -7,6 +7,6 @@ bin.includes = META-INF/,\ about.ini,\ about.mappings,\ about.properties,\ - ptp_logo_icon32.png,\ + cdt_logo_icon32.png,\ icons/,\ plugin.properties diff --git a/remote/org.eclipse.remote.telnet.ui/cdt_logo_icon32.png b/remote/org.eclipse.remote.telnet.ui/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/remote/org.eclipse.remote.telnet.ui/cdt_logo_icon32.png differ diff --git a/remote/org.eclipse.remote.ui/about.ini b/remote/org.eclipse.remote.ui/about.ini new file mode 100644 index 00000000000..e07a7bb377e --- /dev/null +++ b/remote/org.eclipse.remote.ui/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/remote/org.eclipse.remote.ui/about.mappings b/remote/org.eclipse.remote.ui/about.mappings new file mode 100644 index 00000000000..936a8039c3e --- /dev/null +++ b/remote/org.eclipse.remote.ui/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/remote/org.eclipse.remote.ui/about.properties b/remote/org.eclipse.remote.ui/about.properties new file mode 100644 index 00000000000..e08e9739a46 --- /dev/null +++ b/remote/org.eclipse.remote.ui/about.properties @@ -0,0 +1,32 @@ +############################################################################### +# Copyright (c) 2021 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=Remote Services\n\ +\n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +Copyright (c) 2021 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/remote/org.eclipse.remote.ui/build.properties b/remote/org.eclipse.remote.ui/build.properties index 878da218f02..cd78b8c7944 100644 --- a/remote/org.eclipse.remote.ui/build.properties +++ b/remote/org.eclipse.remote.ui/build.properties @@ -3,6 +3,10 @@ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ + about.ini,\ + about.mappings,\ + about.properties,\ + cdt_logo_icon32.png,\ about.html,\ plugin.properties,\ icons/ diff --git a/remote/org.eclipse.remote.ui/cdt_logo_icon32.png b/remote/org.eclipse.remote.ui/cdt_logo_icon32.png new file mode 100644 index 00000000000..470ca81b327 Binary files /dev/null and b/remote/org.eclipse.remote.ui/cdt_logo_icon32.png differ