From dcc4229829aee524766d61a3d6d28c5e3b26beac Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Tue, 14 Dec 2021 13:13:22 -0500 Subject: [PATCH] Bug 577097: Normalize features to match requirements of CDT Change-Id: Ib89a1f867d2f1007211eea0bd419d64ed03fed7a --- remote/org.eclipse.remote-feature/feature.xml | 1 + remote/org.eclipse.remote.console/about.ini | 24 +++++++++++++ .../org.eclipse.remote.console/about.mappings | 9 +++++ .../about.properties | 32 +++++++++++++++++ .../build.properties | 7 +++- .../cdt_logo_icon32.png | Bin 0 -> 1885 bytes .../html/.gitignore | 1 + .../feature.xml | 1 + remote/org.eclipse.remote.proxy.ui/about.ini | 24 +++++++++++++ .../about.mappings | 9 +++++ .../about.properties | 32 +++++++++++++++++ .../build.properties | 4 +++ .../cdt_logo_icon32.png | Bin 0 -> 1885 bytes .../feature.xml | 1 + remote/org.eclipse.remote.serial.ui/about.ini | 7 ++-- .../about.mappings | 5 ++- .../about.properties | 34 +++++++++++------- .../build.properties | 2 +- .../cdt_logo_icon32.png | Bin 0 -> 1885 bytes .../feature.xml | 1 + remote/org.eclipse.remote.telnet.ui/about.ini | 7 ++-- .../about.mappings | 5 ++- .../about.properties | 34 +++++++++++------- .../build.properties | 2 +- .../cdt_logo_icon32.png | Bin 0 -> 1885 bytes remote/org.eclipse.remote.ui/about.ini | 24 +++++++++++++ remote/org.eclipse.remote.ui/about.mappings | 9 +++++ remote/org.eclipse.remote.ui/about.properties | 32 +++++++++++++++++ remote/org.eclipse.remote.ui/build.properties | 4 +++ .../org.eclipse.remote.ui/cdt_logo_icon32.png | Bin 0 -> 1885 bytes 30 files changed, 272 insertions(+), 39 deletions(-) create mode 100644 remote/org.eclipse.remote.console/about.ini create mode 100644 remote/org.eclipse.remote.console/about.mappings create mode 100644 remote/org.eclipse.remote.console/about.properties create mode 100644 remote/org.eclipse.remote.console/cdt_logo_icon32.png create mode 100644 remote/org.eclipse.remote.doc.isv/html/.gitignore create mode 100644 remote/org.eclipse.remote.proxy.ui/about.ini create mode 100644 remote/org.eclipse.remote.proxy.ui/about.mappings create mode 100644 remote/org.eclipse.remote.proxy.ui/about.properties create mode 100644 remote/org.eclipse.remote.proxy.ui/cdt_logo_icon32.png create mode 100644 remote/org.eclipse.remote.serial.ui/cdt_logo_icon32.png create mode 100644 remote/org.eclipse.remote.telnet.ui/cdt_logo_icon32.png create mode 100644 remote/org.eclipse.remote.ui/about.ini create mode 100644 remote/org.eclipse.remote.ui/about.mappings create mode 100644 remote/org.eclipse.remote.ui/about.properties create mode 100644 remote/org.eclipse.remote.ui/cdt_logo_icon32.png 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 0000000000000000000000000000000000000000..470ca81b327234a519c2a443515e85727409b5f4 GIT binary patch literal 1885 zcmV-j2cr0iP)!H^1ntgMx$mQ^a+I-;$Ws3z8GYqX(iXst@JwrY8nR6N2$5hQdjkl4<{u^qpz z?d$vAABiL5I?h--Z9nP$^PTUU@Ao_B+;hGI{Evg&ZU?&_cApis05Hm7G%X$~QC}(f-LgFHq8$YV5GWUfO@Y&&e z=IeO2a}heb&KSCn2bXwkmWC&EjL}=EpQ_6Fbawo$X!6<%g2er^5|^HZlrrGdhzkH3D^y=pV@;xrv=WnFMDJJ zD2gd2D~gm!W&&?Sl0*9xMZBew*#QY*9F~UdHLg3mXj*3};HgaL$aw714n-B?#r#=; zAGG6#ZPjRfx|e>Q=-Pf(DlRKxYGUe>U8zj)F92XRRNZGY`@XMdZ7T?&SV_u_WcbPV zQ`z9*1UGyrmyexk@UA^Z2xW*QhMtS3ZyYR}FaTIsSpKmG12z+E?Jw8tb~!uWEG3Rd z2X@A}o4;phgV*a>dC+EBxT)O6%!}!3p~$&M1TlS8ud}ugLL2j9a-f_z08jvMcP&;m zyRfu(5WN&r_h2b0ot^mmw79;iuDYYgZuUJi*I!{^Z7qwv_x0%*<03)gu2m8TW|m-m z6V^imj`^9h7E|?0rKDK$(-#4t%F*(?$>3@);F6q=WckQ3Rg-fTQ_TY`WAaIIJ~|n{ zvR9J%P$l785@`3L9V&1+Y#1X3!YGQw0h%@~!UuE0)LEKh-F9>B7DW-$03m{u9t=*N z-7G8laR4BMVmv|4@YeP7u>q z6Ws7?voqk-!^!dB2+@0NX5Ygz;u-*C_{ecd&IMSVrP*roZUg{Dm6DYbplQ9wWo_JL zWSy&6#-{|RppGP zDcPCX$^w9<%Gn|;Q{XZHkjNoX??k;Mr>@4+H(o6stZ;tk^07Wi&IKz87edpNd@SWZ zz%WK%@e<5nwZ%(70N{hI`0$&JxPQg#j_(oEy1y0=CdquzA9`;wO|kCgx^IOjLg@iO z5V@g1xNn1`@M8c#Q>@G5Xx^LTg58BpNC<5JG_`mWmSQvjEO%o?XDvEU2l8))rKWGt zl+HwEf~HwVCO7$kC};dS+Tb-A++QPv5QZ@C8>ZOyEzseDtK*SiM2V z7#9KnMJSz~wKf}AduzcbOk?)D(%I1?sw$`FTP_L!P6ct&AIE1~?!XpR3cgcHvKSZK z>#{ZOR5gVk34gRM!3F-TY18LKY2@q-szfT82&I z>CCw+@oJlnG1V3m&Bp2t(zNI6=W^q3XZY~DiYg@(MM{ctE|BFTC!)zu_fICS?3EQE zY}7mNuB+~N$8BqRO4C#^Cro`@E`izeoFz?CW|;Z$wSgv}7jG zJsH39w5$lxvK3J}hr`;ieSu^7FN?2ZE<5q=XtaM@>2-X|h0<1qJI_Cc^Ctp0@#OKA zi*p$gMV0w!LlQkDO1WV`l^NPlW7NCuv6+1j7xqYLR5T=oc%%he4u1!S_w`}lA3s~Q z^vkkjypR|e3HPlpwPc@j#e*>nj-(LiT8FN@F!A2$AbrlLcXxadQ<~u;r$duxHz{S7 zt*kA-9Kq#}Msa5UTD*9NJ(4`?PaR-%RcmO9G2f1`tcb~2%HK5}8~E{DzhuR#9C|pO zS&e5mFT>`S&NHv}1eO@>)}~$aJxpXdA4})P-;SmH2Sh33uf+YgrqyGFXX|o2+Uh~; zScZfzOuG2XQ*Ns8G$SCiqDqCQS${SkIq{`D&B_H$K-b!^$gG1oltzdXG4E;je;xk< X7GP-TgL9xq00000NkvXXu0mjf1*xYU literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..470ca81b327234a519c2a443515e85727409b5f4 GIT binary patch literal 1885 zcmV-j2cr0iP)!H^1ntgMx$mQ^a+I-;$Ws3z8GYqX(iXst@JwrY8nR6N2$5hQdjkl4<{u^qpz z?d$vAABiL5I?h--Z9nP$^PTUU@Ao_B+;hGI{Evg&ZU?&_cApis05Hm7G%X$~QC}(f-LgFHq8$YV5GWUfO@Y&&e z=IeO2a}heb&KSCn2bXwkmWC&EjL}=EpQ_6Fbawo$X!6<%g2er^5|^HZlrrGdhzkH3D^y=pV@;xrv=WnFMDJJ zD2gd2D~gm!W&&?Sl0*9xMZBew*#QY*9F~UdHLg3mXj*3};HgaL$aw714n-B?#r#=; zAGG6#ZPjRfx|e>Q=-Pf(DlRKxYGUe>U8zj)F92XRRNZGY`@XMdZ7T?&SV_u_WcbPV zQ`z9*1UGyrmyexk@UA^Z2xW*QhMtS3ZyYR}FaTIsSpKmG12z+E?Jw8tb~!uWEG3Rd z2X@A}o4;phgV*a>dC+EBxT)O6%!}!3p~$&M1TlS8ud}ugLL2j9a-f_z08jvMcP&;m zyRfu(5WN&r_h2b0ot^mmw79;iuDYYgZuUJi*I!{^Z7qwv_x0%*<03)gu2m8TW|m-m z6V^imj`^9h7E|?0rKDK$(-#4t%F*(?$>3@);F6q=WckQ3Rg-fTQ_TY`WAaIIJ~|n{ zvR9J%P$l785@`3L9V&1+Y#1X3!YGQw0h%@~!UuE0)LEKh-F9>B7DW-$03m{u9t=*N z-7G8laR4BMVmv|4@YeP7u>q z6Ws7?voqk-!^!dB2+@0NX5Ygz;u-*C_{ecd&IMSVrP*roZUg{Dm6DYbplQ9wWo_JL zWSy&6#-{|RppGP zDcPCX$^w9<%Gn|;Q{XZHkjNoX??k;Mr>@4+H(o6stZ;tk^07Wi&IKz87edpNd@SWZ zz%WK%@e<5nwZ%(70N{hI`0$&JxPQg#j_(oEy1y0=CdquzA9`;wO|kCgx^IOjLg@iO z5V@g1xNn1`@M8c#Q>@G5Xx^LTg58BpNC<5JG_`mWmSQvjEO%o?XDvEU2l8))rKWGt zl+HwEf~HwVCO7$kC};dS+Tb-A++QPv5QZ@C8>ZOyEzseDtK*SiM2V z7#9KnMJSz~wKf}AduzcbOk?)D(%I1?sw$`FTP_L!P6ct&AIE1~?!XpR3cgcHvKSZK z>#{ZOR5gVk34gRM!3F-TY18LKY2@q-szfT82&I z>CCw+@oJlnG1V3m&Bp2t(zNI6=W^q3XZY~DiYg@(MM{ctE|BFTC!)zu_fICS?3EQE zY}7mNuB+~N$8BqRO4C#^Cro`@E`izeoFz?CW|;Z$wSgv}7jG zJsH39w5$lxvK3J}hr`;ieSu^7FN?2ZE<5q=XtaM@>2-X|h0<1qJI_Cc^Ctp0@#OKA zi*p$gMV0w!LlQkDO1WV`l^NPlW7NCuv6+1j7xqYLR5T=oc%%he4u1!S_w`}lA3s~Q z^vkkjypR|e3HPlpwPc@j#e*>nj-(LiT8FN@F!A2$AbrlLcXxadQ<~u;r$duxHz{S7 zt*kA-9Kq#}Msa5UTD*9NJ(4`?PaR-%RcmO9G2f1`tcb~2%HK5}8~E{DzhuR#9C|pO zS&e5mFT>`S&NHv}1eO@>)}~$aJxpXdA4})P-;SmH2Sh33uf+YgrqyGFXX|o2+Uh~; zScZfzOuG2XQ*Ns8G$SCiqDqCQS${SkIq{`D&B_H$K-b!^$gG1oltzdXG4E;je;xk< X7GP-TgL9xq00000NkvXXu0mjf1*xYU literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..470ca81b327234a519c2a443515e85727409b5f4 GIT binary patch literal 1885 zcmV-j2cr0iP)!H^1ntgMx$mQ^a+I-;$Ws3z8GYqX(iXst@JwrY8nR6N2$5hQdjkl4<{u^qpz z?d$vAABiL5I?h--Z9nP$^PTUU@Ao_B+;hGI{Evg&ZU?&_cApis05Hm7G%X$~QC}(f-LgFHq8$YV5GWUfO@Y&&e z=IeO2a}heb&KSCn2bXwkmWC&EjL}=EpQ_6Fbawo$X!6<%g2er^5|^HZlrrGdhzkH3D^y=pV@;xrv=WnFMDJJ zD2gd2D~gm!W&&?Sl0*9xMZBew*#QY*9F~UdHLg3mXj*3};HgaL$aw714n-B?#r#=; zAGG6#ZPjRfx|e>Q=-Pf(DlRKxYGUe>U8zj)F92XRRNZGY`@XMdZ7T?&SV_u_WcbPV zQ`z9*1UGyrmyexk@UA^Z2xW*QhMtS3ZyYR}FaTIsSpKmG12z+E?Jw8tb~!uWEG3Rd z2X@A}o4;phgV*a>dC+EBxT)O6%!}!3p~$&M1TlS8ud}ugLL2j9a-f_z08jvMcP&;m zyRfu(5WN&r_h2b0ot^mmw79;iuDYYgZuUJi*I!{^Z7qwv_x0%*<03)gu2m8TW|m-m z6V^imj`^9h7E|?0rKDK$(-#4t%F*(?$>3@);F6q=WckQ3Rg-fTQ_TY`WAaIIJ~|n{ zvR9J%P$l785@`3L9V&1+Y#1X3!YGQw0h%@~!UuE0)LEKh-F9>B7DW-$03m{u9t=*N z-7G8laR4BMVmv|4@YeP7u>q z6Ws7?voqk-!^!dB2+@0NX5Ygz;u-*C_{ecd&IMSVrP*roZUg{Dm6DYbplQ9wWo_JL zWSy&6#-{|RppGP zDcPCX$^w9<%Gn|;Q{XZHkjNoX??k;Mr>@4+H(o6stZ;tk^07Wi&IKz87edpNd@SWZ zz%WK%@e<5nwZ%(70N{hI`0$&JxPQg#j_(oEy1y0=CdquzA9`;wO|kCgx^IOjLg@iO z5V@g1xNn1`@M8c#Q>@G5Xx^LTg58BpNC<5JG_`mWmSQvjEO%o?XDvEU2l8))rKWGt zl+HwEf~HwVCO7$kC};dS+Tb-A++QPv5QZ@C8>ZOyEzseDtK*SiM2V z7#9KnMJSz~wKf}AduzcbOk?)D(%I1?sw$`FTP_L!P6ct&AIE1~?!XpR3cgcHvKSZK z>#{ZOR5gVk34gRM!3F-TY18LKY2@q-szfT82&I z>CCw+@oJlnG1V3m&Bp2t(zNI6=W^q3XZY~DiYg@(MM{ctE|BFTC!)zu_fICS?3EQE zY}7mNuB+~N$8BqRO4C#^Cro`@E`izeoFz?CW|;Z$wSgv}7jG zJsH39w5$lxvK3J}hr`;ieSu^7FN?2ZE<5q=XtaM@>2-X|h0<1qJI_Cc^Ctp0@#OKA zi*p$gMV0w!LlQkDO1WV`l^NPlW7NCuv6+1j7xqYLR5T=oc%%he4u1!S_w`}lA3s~Q z^vkkjypR|e3HPlpwPc@j#e*>nj-(LiT8FN@F!A2$AbrlLcXxadQ<~u;r$duxHz{S7 zt*kA-9Kq#}Msa5UTD*9NJ(4`?PaR-%RcmO9G2f1`tcb~2%HK5}8~E{DzhuR#9C|pO zS&e5mFT>`S&NHv}1eO@>)}~$aJxpXdA4})P-;SmH2Sh33uf+YgrqyGFXX|o2+Uh~; zScZfzOuG2XQ*Ns8G$SCiqDqCQS${SkIq{`D&B_H$K-b!^$gG1oltzdXG4E;je;xk< X7GP-TgL9xq00000NkvXXu0mjf1*xYU literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..470ca81b327234a519c2a443515e85727409b5f4 GIT binary patch literal 1885 zcmV-j2cr0iP)!H^1ntgMx$mQ^a+I-;$Ws3z8GYqX(iXst@JwrY8nR6N2$5hQdjkl4<{u^qpz z?d$vAABiL5I?h--Z9nP$^PTUU@Ao_B+;hGI{Evg&ZU?&_cApis05Hm7G%X$~QC}(f-LgFHq8$YV5GWUfO@Y&&e z=IeO2a}heb&KSCn2bXwkmWC&EjL}=EpQ_6Fbawo$X!6<%g2er^5|^HZlrrGdhzkH3D^y=pV@;xrv=WnFMDJJ zD2gd2D~gm!W&&?Sl0*9xMZBew*#QY*9F~UdHLg3mXj*3};HgaL$aw714n-B?#r#=; zAGG6#ZPjRfx|e>Q=-Pf(DlRKxYGUe>U8zj)F92XRRNZGY`@XMdZ7T?&SV_u_WcbPV zQ`z9*1UGyrmyexk@UA^Z2xW*QhMtS3ZyYR}FaTIsSpKmG12z+E?Jw8tb~!uWEG3Rd z2X@A}o4;phgV*a>dC+EBxT)O6%!}!3p~$&M1TlS8ud}ugLL2j9a-f_z08jvMcP&;m zyRfu(5WN&r_h2b0ot^mmw79;iuDYYgZuUJi*I!{^Z7qwv_x0%*<03)gu2m8TW|m-m z6V^imj`^9h7E|?0rKDK$(-#4t%F*(?$>3@);F6q=WckQ3Rg-fTQ_TY`WAaIIJ~|n{ zvR9J%P$l785@`3L9V&1+Y#1X3!YGQw0h%@~!UuE0)LEKh-F9>B7DW-$03m{u9t=*N z-7G8laR4BMVmv|4@YeP7u>q z6Ws7?voqk-!^!dB2+@0NX5Ygz;u-*C_{ecd&IMSVrP*roZUg{Dm6DYbplQ9wWo_JL zWSy&6#-{|RppGP zDcPCX$^w9<%Gn|;Q{XZHkjNoX??k;Mr>@4+H(o6stZ;tk^07Wi&IKz87edpNd@SWZ zz%WK%@e<5nwZ%(70N{hI`0$&JxPQg#j_(oEy1y0=CdquzA9`;wO|kCgx^IOjLg@iO z5V@g1xNn1`@M8c#Q>@G5Xx^LTg58BpNC<5JG_`mWmSQvjEO%o?XDvEU2l8))rKWGt zl+HwEf~HwVCO7$kC};dS+Tb-A++QPv5QZ@C8>ZOyEzseDtK*SiM2V z7#9KnMJSz~wKf}AduzcbOk?)D(%I1?sw$`FTP_L!P6ct&AIE1~?!XpR3cgcHvKSZK z>#{ZOR5gVk34gRM!3F-TY18LKY2@q-szfT82&I z>CCw+@oJlnG1V3m&Bp2t(zNI6=W^q3XZY~DiYg@(MM{ctE|BFTC!)zu_fICS?3EQE zY}7mNuB+~N$8BqRO4C#^Cro`@E`izeoFz?CW|;Z$wSgv}7jG zJsH39w5$lxvK3J}hr`;ieSu^7FN?2ZE<5q=XtaM@>2-X|h0<1qJI_Cc^Ctp0@#OKA zi*p$gMV0w!LlQkDO1WV`l^NPlW7NCuv6+1j7xqYLR5T=oc%%he4u1!S_w`}lA3s~Q z^vkkjypR|e3HPlpwPc@j#e*>nj-(LiT8FN@F!A2$AbrlLcXxadQ<~u;r$duxHz{S7 zt*kA-9Kq#}Msa5UTD*9NJ(4`?PaR-%RcmO9G2f1`tcb~2%HK5}8~E{DzhuR#9C|pO zS&e5mFT>`S&NHv}1eO@>)}~$aJxpXdA4})P-;SmH2Sh33uf+YgrqyGFXX|o2+Uh~; zScZfzOuG2XQ*Ns8G$SCiqDqCQS${SkIq{`D&B_H$K-b!^$gG1oltzdXG4E;je;xk< X7GP-TgL9xq00000NkvXXu0mjf1*xYU literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..470ca81b327234a519c2a443515e85727409b5f4 GIT binary patch literal 1885 zcmV-j2cr0iP)!H^1ntgMx$mQ^a+I-;$Ws3z8GYqX(iXst@JwrY8nR6N2$5hQdjkl4<{u^qpz z?d$vAABiL5I?h--Z9nP$^PTUU@Ao_B+;hGI{Evg&ZU?&_cApis05Hm7G%X$~QC}(f-LgFHq8$YV5GWUfO@Y&&e z=IeO2a}heb&KSCn2bXwkmWC&EjL}=EpQ_6Fbawo$X!6<%g2er^5|^HZlrrGdhzkH3D^y=pV@;xrv=WnFMDJJ zD2gd2D~gm!W&&?Sl0*9xMZBew*#QY*9F~UdHLg3mXj*3};HgaL$aw714n-B?#r#=; zAGG6#ZPjRfx|e>Q=-Pf(DlRKxYGUe>U8zj)F92XRRNZGY`@XMdZ7T?&SV_u_WcbPV zQ`z9*1UGyrmyexk@UA^Z2xW*QhMtS3ZyYR}FaTIsSpKmG12z+E?Jw8tb~!uWEG3Rd z2X@A}o4;phgV*a>dC+EBxT)O6%!}!3p~$&M1TlS8ud}ugLL2j9a-f_z08jvMcP&;m zyRfu(5WN&r_h2b0ot^mmw79;iuDYYgZuUJi*I!{^Z7qwv_x0%*<03)gu2m8TW|m-m z6V^imj`^9h7E|?0rKDK$(-#4t%F*(?$>3@);F6q=WckQ3Rg-fTQ_TY`WAaIIJ~|n{ zvR9J%P$l785@`3L9V&1+Y#1X3!YGQw0h%@~!UuE0)LEKh-F9>B7DW-$03m{u9t=*N z-7G8laR4BMVmv|4@YeP7u>q z6Ws7?voqk-!^!dB2+@0NX5Ygz;u-*C_{ecd&IMSVrP*roZUg{Dm6DYbplQ9wWo_JL zWSy&6#-{|RppGP zDcPCX$^w9<%Gn|;Q{XZHkjNoX??k;Mr>@4+H(o6stZ;tk^07Wi&IKz87edpNd@SWZ zz%WK%@e<5nwZ%(70N{hI`0$&JxPQg#j_(oEy1y0=CdquzA9`;wO|kCgx^IOjLg@iO z5V@g1xNn1`@M8c#Q>@G5Xx^LTg58BpNC<5JG_`mWmSQvjEO%o?XDvEU2l8))rKWGt zl+HwEf~HwVCO7$kC};dS+Tb-A++QPv5QZ@C8>ZOyEzseDtK*SiM2V z7#9KnMJSz~wKf}AduzcbOk?)D(%I1?sw$`FTP_L!P6ct&AIE1~?!XpR3cgcHvKSZK z>#{ZOR5gVk34gRM!3F-TY18LKY2@q-szfT82&I z>CCw+@oJlnG1V3m&Bp2t(zNI6=W^q3XZY~DiYg@(MM{ctE|BFTC!)zu_fICS?3EQE zY}7mNuB+~N$8BqRO4C#^Cro`@E`izeoFz?CW|;Z$wSgv}7jG zJsH39w5$lxvK3J}hr`;ieSu^7FN?2ZE<5q=XtaM@>2-X|h0<1qJI_Cc^Ctp0@#OKA zi*p$gMV0w!LlQkDO1WV`l^NPlW7NCuv6+1j7xqYLR5T=oc%%he4u1!S_w`}lA3s~Q z^vkkjypR|e3HPlpwPc@j#e*>nj-(LiT8FN@F!A2$AbrlLcXxadQ<~u;r$duxHz{S7 zt*kA-9Kq#}Msa5UTD*9NJ(4`?PaR-%RcmO9G2f1`tcb~2%HK5}8~E{DzhuR#9C|pO zS&e5mFT>`S&NHv}1eO@>)}~$aJxpXdA4})P-;SmH2Sh33uf+YgrqyGFXX|o2+Uh~; zScZfzOuG2XQ*Ns8G$SCiqDqCQS${SkIq{`D&B_H$K-b!^$gG1oltzdXG4E;je;xk< X7GP-TgL9xq00000NkvXXu0mjf1*xYU literal 0 HcmV?d00001