1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Terminals: [releng] re-add terminals branding icon for about dialog

Change-Id: I853b3ffcc58724dc0733dfc89ee9162e8b2219b1
Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
This commit is contained in:
Martin Oberhuber 2015-02-20 16:18:39 +01:00
parent 3f280c4fc1
commit 3cbabbb4b8
10 changed files with 69 additions and 7 deletions

View file

@ -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 # 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 # of the Eclipse Public License v1.0 which accompanies this distribution, and is
# available at http://www.eclipse.org/legal/epl-v10.html # 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" property - text of the "Feature Update Copyright"
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\ All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\ are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\ which accompanies this distribution, and is available at\n\

View file

@ -4,7 +4,7 @@
label="%featureName" label="%featureName"
version="1.3.0.qualifier" version="1.3.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.tcf.te" plugin="org.eclipse.tcf.te.core.terminals"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier"> license-feature-version="1.0.1.qualifier">

View file

@ -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 # 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 # of the Eclipse Public License v1.0 which accompanies this distribution, and is
# available at http://www.eclipse.org/legal/epl-v10.html # 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" property - text of the "Feature Update Copyright"
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\ All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\ are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\ which accompanies this distribution, and is available at\n\

View file

@ -4,7 +4,7 @@
label="%featureName" label="%featureName"
version="1.3.0.qualifier" version="1.3.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.tcf.te" plugin="org.eclipse.tcf.te.core.terminals"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier"> license-feature-version="1.0.1.qualifier">

View file

@ -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.activator;x-internal:=true,
org.eclipse.tcf.te.core.terminals.interfaces, org.eclipse.tcf.te.core.terminals.interfaces,
org.eclipse.tcf.te.core.terminals.interfaces.constants, 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.nls;x-internal:=true,
org.eclipse.tcf.te.core.terminals.preferences, org.eclipse.tcf.te.core.terminals.preferences,
org.eclipse.tcf.te.core.terminals.tracing, org.eclipse.tcf.te.core.terminals.tracing,

View file

@ -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

View file

@ -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@

View file

@ -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

View file

@ -13,4 +13,8 @@ bin.includes = META-INF/,\
.,\ .,\
plugin.properties,\ plugin.properties,\
about.html,\ about.html,\
plugin.xml plugin.xml,\
about.ini,\
about.mappings,\
about.properties,\
te-feature.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB