Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-01-06 18:54:46 +0000
committerJonah Graham2020-01-09 20:11:35 +0000
commitdb974aa2a8d5c814390836acd5091d240fa49fa8 (patch)
tree3d53c5bf1824a5f93a7014c346bf888410a047cb /launch/org.eclipse.cdt.docker.launcher
parentb7bd96d37145e5ff45f2777e659e8a651582c74a (diff)
downloadorg.eclipse.cdt-db974aa2a8d5c814390836acd5091d240fa49fa8.tar.gz
org.eclipse.cdt-db974aa2a8d5c814390836acd5091d240fa49fa8.tar.xz
org.eclipse.cdt-db974aa2a8d5c814390836acd5091d240fa49fa8.zip
Bug 558827: Add and/or fix branding on all features
Diffstat (limited to 'launch/org.eclipse.cdt.docker.launcher')
-rw-r--r--launch/org.eclipse.cdt.docker.launcher/META-INF/MANIFEST.MF2
-rw-r--r--launch/org.eclipse.cdt.docker.launcher/about.ini24
-rw-r--r--launch/org.eclipse.cdt.docker.launcher/about.mappings9
-rw-r--r--launch/org.eclipse.cdt.docker.launcher/about.properties32
-rw-r--r--launch/org.eclipse.cdt.docker.launcher/build.properties6
-rw-r--r--launch/org.eclipse.cdt.docker.launcher/cdt_logo_icon32.pngbin0 -> 1885 bytes
6 files changed, 71 insertions, 2 deletions
diff --git a/launch/org.eclipse.cdt.docker.launcher/META-INF/MANIFEST.MF b/launch/org.eclipse.cdt.docker.launcher/META-INF/MANIFEST.MF
index d35f850b571..eaebc7645b9 100644
--- a/launch/org.eclipse.cdt.docker.launcher/META-INF/MANIFEST.MF
+++ b/launch/org.eclipse.cdt.docker.launcher/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.cdt.docker.launcher;singleton:=true
-Bundle-Version: 1.2.400.qualifier
+Bundle-Version: 1.2.500.qualifier
Bundle-Activator: org.eclipse.cdt.docker.launcher.DockerLaunchUIPlugin
Bundle-Vendor: %Plugin.vendor
Bundle-Localization: plugin
diff --git a/launch/org.eclipse.cdt.docker.launcher/about.ini b/launch/org.eclipse.cdt.docker.launcher/about.ini
new file mode 100644
index 00000000000..e07a7bb377e
--- /dev/null
+++ b/launch/org.eclipse.cdt.docker.launcher/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/launch/org.eclipse.cdt.docker.launcher/about.mappings b/launch/org.eclipse.cdt.docker.launcher/about.mappings
new file mode 100644
index 00000000000..936a8039c3e
--- /dev/null
+++ b/launch/org.eclipse.cdt.docker.launcher/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/launch/org.eclipse.cdt.docker.launcher/about.properties b/launch/org.eclipse.cdt.docker.launcher/about.properties
new file mode 100644
index 00000000000..4910ff93844
--- /dev/null
+++ b/launch/org.eclipse.cdt.docker.launcher/about.properties
@@ -0,0 +1,32 @@
+###############################################################################
+# Copyright (c) 2015, 2020 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=C/C++ Docker Container Launch Support\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+Copyright (c) 2015, 2020 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/launch/org.eclipse.cdt.docker.launcher/build.properties b/launch/org.eclipse.cdt.docker.launcher/build.properties
index d78771edb1d..1ebebe97c3a 100644
--- a/launch/org.eclipse.cdt.docker.launcher/build.properties
+++ b/launch/org.eclipse.cdt.docker.launcher/build.properties
@@ -18,5 +18,9 @@ bin.includes = plugin.xml,\
.,\
plugin.properties,\
about.html,\
- icons/
+ icons/,\
+ cdt_logo_icon32.png,\
+ about.properties,\
+ about.mappings,\
+ about.ini
src.includes = about.html
diff --git a/launch/org.eclipse.cdt.docker.launcher/cdt_logo_icon32.png b/launch/org.eclipse.cdt.docker.launcher/cdt_logo_icon32.png
new file mode 100644
index 00000000000..470ca81b327
--- /dev/null
+++ b/launch/org.eclipse.cdt.docker.launcher/cdt_logo_icon32.png
Binary files differ

Back to the top