From 3cbabbb4b8b57db835a61a2510072572a8f1692f Mon Sep 17 00:00:00 2001 From: Martin Oberhuber Date: Fri, 20 Feb 2015 16:18:39 +0100 Subject: [PATCH] Terminals: [releng] re-add terminals branding icon for about dialog Change-Id: I853b3ffcc58724dc0733dfc89ee9162e8b2219b1 Signed-off-by: Martin Oberhuber --- .../feature.properties | 4 +-- .../feature.xml | 2 +- .../feature.properties | 4 +-- .../feature.xml | 2 +- .../META-INF/MANIFEST.MF | 1 + .../about.ini | 27 ++++++++++++++++++ .../about.mappings | 6 ++++ .../about.properties | 24 ++++++++++++++++ .../build.properties | 6 +++- .../te-feature.png | Bin 0 -> 2423 bytes 10 files changed, 69 insertions(+), 7 deletions(-) create mode 100644 plugins/org.eclipse.tcf.te.core.terminals/about.ini create mode 100644 plugins/org.eclipse.tcf.te.core.terminals/about.mappings create mode 100644 plugins/org.eclipse.tcf.te.core.terminals/about.properties create mode 100644 plugins/org.eclipse.tcf.te.core.terminals/te-feature.png diff --git a/features/org.eclipse.tcf.te.terminals.feature/feature.properties b/features/org.eclipse.tcf.te.terminals.feature/feature.properties index 2a3a75ea8ed..39214dfd3e0 100644 --- a/features/org.eclipse.tcf.te.terminals.feature/feature.properties +++ b/features/org.eclipse.tcf.te.terminals.feature/feature.properties @@ -1,5 +1,5 @@ ################################################################################## -# Copyright (c) 2011, 2014 Wind River Systems, Inc. and others. All rights reserved. +# Copyright (c) 2011, 2015 Wind River Systems, Inc. and others. All rights reserved. # This program and the accompanying materials are made available under the terms # of the Eclipse Public License v1.0 which accompanies this distribution, and is # available at http://www.eclipse.org/legal/epl-v10.html @@ -29,7 +29,7 @@ description=An integrated Eclipse View for the local command prompt (console) or # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2011, 2014 Wind River Systems, Inc. and others.\n\ +Copyright (c) 2011, 2015 Wind River Systems, Inc. and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v1.0\n\ which accompanies this distribution, and is available at\n\ diff --git a/features/org.eclipse.tcf.te.terminals.feature/feature.xml b/features/org.eclipse.tcf.te.terminals.feature/feature.xml index 6a23f26ac51..05d5cef4d4f 100644 --- a/features/org.eclipse.tcf.te.terminals.feature/feature.xml +++ b/features/org.eclipse.tcf.te.terminals.feature/feature.xml @@ -4,7 +4,7 @@ label="%featureName" version="1.3.0.qualifier" provider-name="%providerName" - plugin="org.eclipse.tcf.te" + plugin="org.eclipse.tcf.te.core.terminals" license-feature="org.eclipse.license" license-feature-version="1.0.1.qualifier"> diff --git a/features/org.eclipse.tcf.te.terminals.rse.feature/feature.properties b/features/org.eclipse.tcf.te.terminals.rse.feature/feature.properties index 8713fe75228..87c3fe99805 100644 --- a/features/org.eclipse.tcf.te.terminals.rse.feature/feature.properties +++ b/features/org.eclipse.tcf.te.terminals.rse.feature/feature.properties @@ -1,5 +1,5 @@ ################################################################################## -# Copyright (c) 2014 Wind River Systems, Inc. and others. All rights reserved. +# Copyright (c) 2014, 2015 Wind River Systems, Inc. and others. All rights reserved. # This program and the accompanying materials are made available under the terms # of the Eclipse Public License v1.0 which accompanies this distribution, and is # available at http://www.eclipse.org/legal/epl-v10.html @@ -28,7 +28,7 @@ description=Integrates the Terminals view into the Remote System Explorer. \ # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2014 Wind River Systems, Inc. and others.\n\ +Copyright (c) 2014, 2015 Wind River Systems, Inc. and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v1.0\n\ which accompanies this distribution, and is available at\n\ diff --git a/features/org.eclipse.tcf.te.terminals.rse.feature/feature.xml b/features/org.eclipse.tcf.te.terminals.rse.feature/feature.xml index de48aa10f79..1681e850e0d 100644 --- a/features/org.eclipse.tcf.te.terminals.rse.feature/feature.xml +++ b/features/org.eclipse.tcf.te.terminals.rse.feature/feature.xml @@ -4,7 +4,7 @@ label="%featureName" version="1.3.0.qualifier" provider-name="%providerName" - plugin="org.eclipse.tcf.te" + plugin="org.eclipse.tcf.te.core.terminals" license-feature="org.eclipse.license" license-feature-version="1.0.1.qualifier"> diff --git a/plugins/org.eclipse.tcf.te.core.terminals/META-INF/MANIFEST.MF b/plugins/org.eclipse.tcf.te.core.terminals/META-INF/MANIFEST.MF index 574ee9c7261..0cf3a8a0ee7 100644 --- a/plugins/org.eclipse.tcf.te.core.terminals/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.tcf.te.core.terminals/META-INF/MANIFEST.MF @@ -14,6 +14,7 @@ Export-Package: org.eclipse.tcf.te.core.terminals, org.eclipse.tcf.te.core.terminals.activator;x-internal:=true, org.eclipse.tcf.te.core.terminals.interfaces, org.eclipse.tcf.te.core.terminals.interfaces.constants, + org.eclipse.tcf.te.core.terminals.internal;x-internal:=true, org.eclipse.tcf.te.core.terminals.nls;x-internal:=true, org.eclipse.tcf.te.core.terminals.preferences, org.eclipse.tcf.te.core.terminals.tracing, diff --git a/plugins/org.eclipse.tcf.te.core.terminals/about.ini b/plugins/org.eclipse.tcf.te.core.terminals/about.ini new file mode 100644 index 00000000000..27e63d60c20 --- /dev/null +++ b/plugins/org.eclipse.tcf.te.core.terminals/about.ini @@ -0,0 +1,27 @@ +# about.ini +# contains information about a feature +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# "%key" are externalized strings defined in about.properties +# This file does not need to be translated. + +# Property "aboutText" contains blurb for "About" dialog (translated) +aboutText=%blurb + +# Property "windowImage" contains path to window icon (16x16) +# needed for primary features only + +# Property "featureImage" contains path to feature image (32x32) +featureImage=te-feature.png + +# Property "aboutImage" contains path to product image (500x330 or 115x164) +# needed for primary features only + +# Property "appName" contains name of the application (not translated) +# needed for primary features only + +# Property "welcomePage" contains path to welcome page (special XML-based format) +# optional + +# Property "welcomePerspective" contains the id of the perspective in which the +# welcome page is to be opened. +# optional \ No newline at end of file diff --git a/plugins/org.eclipse.tcf.te.core.terminals/about.mappings b/plugins/org.eclipse.tcf.te.core.terminals/about.mappings new file mode 100644 index 00000000000..bddaab43109 --- /dev/null +++ b/plugins/org.eclipse.tcf.te.core.terminals/about.mappings @@ -0,0 +1,6 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + +0=@build@ \ No newline at end of file diff --git a/plugins/org.eclipse.tcf.te.core.terminals/about.properties b/plugins/org.eclipse.tcf.te.core.terminals/about.properties new file mode 100644 index 00000000000..3c677ca90e1 --- /dev/null +++ b/plugins/org.eclipse.tcf.te.core.terminals/about.properties @@ -0,0 +1,24 @@ +################################################################################ +# Copyright (c) 2006, 2015 Wind River Systems, Inc. and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Martin Oberhuber - initial API and implementation +################################################################################ +# about.properties +# contains externalized strings for about.ini +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# fill-ins are supplied by about.mappings +# This file should be translated. +# +# Do not translate any values surrounded by {} + +blurb=TCF Terminals\n\ +\n\ +Version: {featureVersion}\n\ +\n\ +(c) Copyright Wind River Systems, Inc. and others 2011, 2015. All rights reserved.\n\ +Visit http://marketplace.eclipse.org/content/tcf-terminals diff --git a/plugins/org.eclipse.tcf.te.core.terminals/build.properties b/plugins/org.eclipse.tcf.te.core.terminals/build.properties index 20b8ec4298b..2cee913a557 100644 --- a/plugins/org.eclipse.tcf.te.core.terminals/build.properties +++ b/plugins/org.eclipse.tcf.te.core.terminals/build.properties @@ -13,4 +13,8 @@ bin.includes = META-INF/,\ .,\ plugin.properties,\ about.html,\ - plugin.xml + plugin.xml,\ + about.ini,\ + about.mappings,\ + about.properties,\ + te-feature.png diff --git a/plugins/org.eclipse.tcf.te.core.terminals/te-feature.png b/plugins/org.eclipse.tcf.te.core.terminals/te-feature.png new file mode 100644 index 0000000000000000000000000000000000000000..8e1143d7de256d7f080f345ac187d7f2e425495c GIT binary patch literal 2423 zcmV--35fQIP)$6vLOa^-X+cwS0}_>SOkADD z`N0bq=s$_$M+Y!8bS}siGDrCMVcMaQ%!j#81z>&CHy`$VZ)aQks%;N#-iYsP-vlFU zz_A^8j$gh{4{K0W1z}z*7970w>M2htq$5{*C~?-nwg7^UB7(_pWb?R>UeW zab-p-DeyfgyjxXN{`782q5z;M3LM9lLiRi#v(s6)jtkw;5f3L&aI#TFRrj`5e>poi z{ocMs0X(|;$%ku}R_$4He{0kThjHynnzWNv*X4`(vXCZ4Q<@bCjCdp?N}$N9Y$^ufJM!CZiy`cQoctwlL@18=lZ5^ z^?!Kz^;{W%s%TqRu35gVv1KX7N2f79HigvSFc=nM(Ku9})VmfO-A9PDs;WOP|Gdrj zr2vK55`YDZOn7b}-VIe(p?f;=Ru*xya$7VMdy9{CmjP(1vZbZ1nM$^CapWTY^^a4~ zd=2qx7l6Ld(?7~(;n z*9d?DQzVc%x&yMHisx}rDkcr1okB#uZZ%1##|l?KzL$?TWF1u_jypRGl_DuPTp zkJBHW$INU7mR+Dz3xy(Sw+hJT3&`cO@>peEL=E$Ea{$z~s=5j;J~kfs>N8MlM%ir_3UkwJ|+0gYof6 zOiW%wA#cIYYVC6=(3+>N&EV{*i?}i}$+kMfdbVL2VHi4{i&+zqhuG-|LX_cL^9g9N z3KJF8QOs2(rmm$iO>+Z^(WQAM>e+}$zr!jiVk$$nBXtc*P!8etV{~u~VbhS&YizN~ zT=K=ELU_LCOA!hNTu}u@m;HcdIkJ&u(m7fIX|5sD>?=YimYu`d6DeQs>+8ca2YMED z{Ol87K}Saio`32!=sF{3DTy90`n`xoDe0`73ZZ&dJwdqe1sImED+Oosz5oU*p|R;M z)HYVbjE*ClDWsK-?>`d=M+?XBaDeXKUi5Z%;nLZw2nhxZRo1?GodIDiOWzC13})*1CHg&MX6>_+y8|dtWW{iO( z0$IY1&9#FPfS~$Lej zgiSH}XsS!1w!uWA#(?MNFgi35B;v96B!I3Ro#>ropflN7nmaqo03QG8gLwJrHwhpl zwIKSsHqK_E&2>DENZe$(iO9JSSb@tig$6Y+u%gjKtdjKCNAar{UWMYQM_&5N z&;O>E@_h-N-6{E^-p*chb#>9Y%K*B%b|6s|XEV|y0KtOBMM(mXeSqq2St3hNtbXZn z5q*}dPy@El)wBXNO>xvTM`1ZR4F7u!h8hwZ*3y39K+h16OqRT*Zcv}(xm2ojqPnJ% z;u9NCt`i~+npWxyG?AKRch|@?1gwS>XESC>HvE{1w0+$z_Y4hOk(#)gN@K~=7zJm^5)|nQM@@>&$6c-Uj6Q-l z{`fW~M)Du)syF<8mX6j=)f9}`s{$$_6_kSV-(&_dCsH{lfM=w5h3!t%c zQ*!r{&sfrVcG_a}I)+n2ICA)}@Qdm}P1X0mbo9rIei`Z4#Wp{xTLApwiA7T)z?>eq z1e+UBg=x4jd>NN7TtQ~C82Ap31ket1={R(1vOo8wwr@+F3=gN|dLqjA(a%2)rKjgW z(AB-T^Umv~c^eG~06%=>MJ@qBn(rHB>d&w(ouCHzbsY2w9f*CS5|qBD#BNO<%Vj4h peboFv`+