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
diff --git a/packages/org.eclipse.epp.package.jee.product/epp.product b/packages/org.eclipse.epp.package.jee.product/epp.product
index ab28203..2713d13 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 aee43e4..8ae2c24 100644
--- a/packages/org.eclipse.epp.package.jee/about.ini
+++ b/packages/org.eclipse.epp.package.jee/about.ini
@@ -16,7 +16,7 @@
 
 # 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 e72a9fe..0000000
--- 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 a6b7e3f..d755603 100644
--- a/packages/org.eclipse.epp.package.jee/build.properties
+++ b/packages/org.eclipse.epp.package.jee/build.properties
@@ -5,7 +5,8 @@
                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 74b9c35..7e841ea 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"