Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2021-06-03 20:28:13 +0000
committerJonah Graham2021-06-03 20:34:25 +0000
commit33f6a1b4602c6b04a8314e8b2dee5400cde42364 (patch)
tree4501d644b533ad8d634a63353f80b1ede4be01a6
parent7cc40687efdbdb726d0a2c765c0400199720bb24 (diff)
downloadorg.eclipse.epp.packages-33f6a1b4602c6b04a8314e8b2dee5400cde42364.tar.gz
org.eclipse.epp.packages-33f6a1b4602c6b04a8314e8b2dee5400cde42364.tar.xz
org.eclipse.epp.packages-33f6a1b4602c6b04a8314e8b2dee5400cde42364.zip
Bug 573814: Update to 2021-06 branding for about dialogs (JEE package)
The JEE package had its own About for many many years (last updated in 2014 or before). It also didn't have a hidpi version. This brings the JEE package in line with the rest of Eclipse IDE and Eclipse Platform/SDK. Change-Id: I8b90dea5f5a8750963aaf66d5de11a26c187b8b2
-rw-r--r--packages/org.eclipse.epp.package.jee.product/epp.product2
-rw-r--r--packages/org.eclipse.epp.package.jee/about.ini2
-rw-r--r--packages/org.eclipse.epp.package.jee/aboutgears_115x.pngbin30028 -> 0 bytes
-rw-r--r--packages/org.eclipse.epp.package.jee/build.properties3
-rw-r--r--packages/org.eclipse.epp.package.jee/plugin.xml2
5 files changed, 5 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.jee.product/epp.product b/packages/org.eclipse.epp.package.jee.product/epp.product
index ab28203c..2713d134 100644
--- a/packages/org.eclipse.epp.package.jee.product/epp.product
+++ b/packages/org.eclipse.epp.package.jee.product/epp.product
@@ -4,7 +4,7 @@
<product name="Eclipse IDE for Enterprise Java and Web Developers" uid="epp.package.jee" id="org.eclipse.epp.package.jee.product" application="org.eclipse.ui.ide.workbench" version="4.20.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
- <image path="/org.eclipse.epp.package.jee/aboutgears_115x.png"/>
+ <image path="/org.eclipse.epp.package.jee/eclipse_lg.png"/>
<text>
Specified in the plugin.xml of the branding plugin.
</text>
diff --git a/packages/org.eclipse.epp.package.jee/about.ini b/packages/org.eclipse.epp.package.jee/about.ini
index aee43e47..8ae2c24c 100644
--- a/packages/org.eclipse.epp.package.jee/about.ini
+++ b/packages/org.eclipse.epp.package.jee/about.ini
@@ -16,7 +16,7 @@ windowImage=javaee-ide_x16.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
-aboutImage=aboutgears_115x.png
+aboutImage=eclipse_lg.png
# Property "appName" contains name of the application (translated)
# needed for primary features only
diff --git a/packages/org.eclipse.epp.package.jee/aboutgears_115x.png b/packages/org.eclipse.epp.package.jee/aboutgears_115x.png
deleted file mode 100644
index e72a9fea..00000000
--- a/packages/org.eclipse.epp.package.jee/aboutgears_115x.png
+++ /dev/null
Binary files differ
diff --git a/packages/org.eclipse.epp.package.jee/build.properties b/packages/org.eclipse.epp.package.jee/build.properties
index a6b7e3fd..d7556034 100644
--- a/packages/org.eclipse.epp.package.jee/build.properties
+++ b/packages/org.eclipse.epp.package.jee/build.properties
@@ -5,7 +5,8 @@ bin.includes = META-INF/,\
about.ini,\
about.mappings,\
about.properties,\
- aboutgears_115x.png,\
+ eclipse_lg.png,\
+ eclipse_lg@2x.png,\
javaee-ide_x16.png,\
javaee-ide_x32.png,\
javaee-ide_x48.png,\
diff --git a/packages/org.eclipse.epp.package.jee/plugin.xml b/packages/org.eclipse.epp.package.jee/plugin.xml
index 74b9c354..7e841ea6 100644
--- a/packages/org.eclipse.epp.package.jee/plugin.xml
+++ b/packages/org.eclipse.epp.package.jee/plugin.xml
@@ -34,7 +34,7 @@
</property>
<property
name="aboutImage"
- value="aboutgears_115x.png">
+ value="eclipse_lg.png">
</property>
<property
name="windowImages"

Back to the top