Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2018-06-18 08:17:10 +0000
committerGunnar Wagenknecht2018-06-19 08:00:06 +0000
commit901124ff46fe264e5aad5976f85eaf880cd7ee11 (patch)
tree3bf0dbd6d36b608b2c557d540a52f6f785d260cd /packages/org.eclipse.epp.package.scout
parentbb281a561aee052b654282e114944bfd00fb3e17 (diff)
downloadorg.eclipse.epp.packages-901124ff46fe264e5aad5976f85eaf880cd7ee11.tar.gz
org.eclipse.epp.packages-901124ff46fe264e5aad5976f85eaf880cd7ee11.tar.xz
org.eclipse.epp.packages-901124ff46fe264e5aad5976f85eaf880cd7ee11.zip
Bug 535504 - Restore appName to "Eclipse"
The appName is a technical identifier, not part of branding. Changing it can lead to some errors on some OS and also can create (minor but yet annoying) behavior change for people upgrading as OS may fail at identifying the application as it used to. So reverting it to previous name to avoid useless trouble without reducing the UX or branding. Change-Id: I9e740480d5c64e2a497febf9ed95ab298890a9fb Signed-off-by: Mickael Istria <mistria@redhat.com> Also-By: Holger Voormann <eclipse@voormann.de>
Diffstat (limited to 'packages/org.eclipse.epp.package.scout')
-rw-r--r--packages/org.eclipse.epp.package.scout/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.scout/plugin.xml b/packages/org.eclipse.epp.package.scout/plugin.xml
index 9e5d4e57..16073e55 100644
--- a/packages/org.eclipse.epp.package.scout/plugin.xml
+++ b/packages/org.eclipse.epp.package.scout/plugin.xml
@@ -14,7 +14,7 @@
</property>
<property
name="appName"
- value="Eclipse IDE">
+ value="Eclipse">
</property>
<property
name="aboutText"

Back to the top