mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed up branding plug-ins.
This commit is contained in:
parent
f8f500440a
commit
4b1e0cd637
14 changed files with 130 additions and 9 deletions
|
@ -3,7 +3,8 @@
|
|||
id="org.eclipse.cdt.gdb"
|
||||
label="%featureName"
|
||||
version="7.0.0.qualifier"
|
||||
provider-name="%providerName">
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.cdt.gdb">
|
||||
|
||||
<description>
|
||||
%description
|
||||
|
|
24
debug/org.eclipse.cdt.gdb/about.ini
Normal file
24
debug/org.eclipse.cdt.gdb/about.ini
Normal file
|
@ -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
|
9
debug/org.eclipse.cdt.gdb/about.mappings
Normal file
9
debug/org.eclipse.cdt.gdb/about.mappings
Normal file
|
@ -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=20020612"
|
||||
# This value will be added automaticaly via the build scripts
|
||||
0=@build@
|
25
debug/org.eclipse.cdt.gdb/about.properties
Normal file
25
debug/org.eclipse.cdt.gdb/about.properties
Normal file
|
@ -0,0 +1,25 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2002, 2008 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
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - 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.
|
||||
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||
|
||||
|
||||
blurb=GDB Common\n\
|
||||
\n\
|
||||
Version: {featureVersion}\n\
|
||||
Build id: {0}\n\
|
||||
\n\
|
||||
(c) Copyright Eclipse contributors and others, 2000, 2010. All rights reserved.\n\
|
||||
Visit http://www.eclipse.org/cdt
|
BIN
debug/org.eclipse.cdt.gdb/cdt_logo_icon32.png
Normal file
BIN
debug/org.eclipse.cdt.gdb/cdt_logo_icon32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -15,8 +15,8 @@ bin.includes = META-INF/,\
|
|||
about.html,\
|
||||
plugin.properties,\
|
||||
plugin.xml,\
|
||||
eclipse32.gif,\
|
||||
about.ini,\
|
||||
about.mappings,\
|
||||
about.properties
|
||||
about.properties,\
|
||||
cdt_logo_icon32.png
|
||||
src.includes = about.html
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
|
@ -18,6 +18,6 @@ bin.includes = META-INF/,\
|
|||
about.ini,\
|
||||
about.mappings,\
|
||||
about.properties,\
|
||||
eclipse32.gif,\
|
||||
templates/
|
||||
templates/,\
|
||||
cdt_logo_icon32.png
|
||||
src.includes = about.html
|
||||
|
|
24
upc/org.eclipse.cdt.managedbuilder.bupc.ui/about.ini
Normal file
24
upc/org.eclipse.cdt.managedbuilder.bupc.ui/about.ini
Normal file
|
@ -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
|
|
@ -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=20020612"
|
||||
# This value will be added automaticaly via the build scripts
|
||||
0=@build@
|
25
upc/org.eclipse.cdt.managedbuilder.bupc.ui/about.properties
Normal file
25
upc/org.eclipse.cdt.managedbuilder.bupc.ui/about.properties
Normal file
|
@ -0,0 +1,25 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2007 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
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - 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.
|
||||
# NOTE TO TRANSLATOR: Please do not translate the featureVersion variable.
|
||||
|
||||
|
||||
blurb=Berkeley UPC Tool Chain\n\
|
||||
\n\
|
||||
Version: {featureVersion}\n\
|
||||
Build id: {0}\n\
|
||||
\n\
|
||||
(c) Copyright Eclipse contributors and others, 2007, 2010. All rights reserved.\n\
|
||||
Visit http://www.eclipse.org/cdt
|
|
@ -6,4 +6,8 @@ bin.includes = META-INF/,\
|
|||
templates/,\
|
||||
build.properties,\
|
||||
about.html,\
|
||||
plugin.properties
|
||||
plugin.properties,\
|
||||
cdt_logo_icon32.png,\
|
||||
about.ini,\
|
||||
about.mappings,\
|
||||
about.properties
|
||||
|
|
BIN
upc/org.eclipse.cdt.managedbuilder.bupc.ui/cdt_logo_icon32.png
Normal file
BIN
upc/org.eclipse.cdt.managedbuilder.bupc.ui/cdt_logo_icon32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -11,13 +11,13 @@
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
.,\
|
||||
about.html,\
|
||||
about.ini,\
|
||||
about.mappings,\
|
||||
about.properties,\
|
||||
eclipse32.gif,\
|
||||
notice.html,\
|
||||
plugin.properties,\
|
||||
epl-v10.html
|
||||
epl-v10.html,\
|
||||
cdt_logo_icon32.png
|
||||
src.includes = about.html
|
||||
|
|
Loading…
Add table
Reference in a new issue