Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Wagenknecht2018-06-15 14:03:53 +0000
committerGunnar Wagenknecht2018-06-15 14:03:53 +0000
commit3e3669ecdc832d5bb99384310f591792a048466a (patch)
tree1ba2b91ea5e1eb056982d01d0003ef6776b695ce /packages/org.eclipse.epp.package.scout.product
parentef79fbdab948a3b59dd3449e8fc55911005cf00f (diff)
downloadorg.eclipse.epp.packages-3e3669ecdc832d5bb99384310f591792a048466a.tar.gz
org.eclipse.epp.packages-3e3669ecdc832d5bb99384310f591792a048466a.tar.xz
org.eclipse.epp.packages-3e3669ecdc832d5bb99384310f591792a048466a.zip
Add '-name' to launcher arg
Fixes issues with Open File functionality. Bug: 535504 Signed-off-by: Gunnar Wagenknecht <gunnar@wagenknecht.org>
Diffstat (limited to 'packages/org.eclipse.epp.package.scout.product')
-rw-r--r--packages/org.eclipse.epp.package.scout.product/epp.product3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.scout.product/epp.product b/packages/org.eclipse.epp.package.scout.product/epp.product
index d8250dfd..eab01684 100644
--- a/packages/org.eclipse.epp.package.scout.product/epp.product
+++ b/packages/org.eclipse.epp.package.scout.product/epp.product
@@ -17,6 +17,7 @@
<programArgs>-product org.eclipse.epp.package.scout.product
-showsplash org.eclipse.epp.package.common
--launcher.defaultAction openFile
+-name "Eclipse IDE"
</programArgs>
<vmArgs>-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
@@ -117,7 +118,7 @@ including, but not limited to the following locations:
- Feature directories
Note: if a Feature made available by the Eclipse Foundation is installed using the
-Provisioning Technology (as defined below), you must agree to a license ("Feature
+Provisioning Technology (as defined below), you must agree to a license ("Feature
Update License") during the installation process. If the Feature contains
Included Features, the Feature Update License should either provide you
with the terms and conditions governing the Included Features or inform

Back to the top