Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Leicht Vogt2015-12-08 08:54:29 +0000
committerGerrit Code Review @ Eclipse.org2015-12-15 15:28:47 +0000
commit8f8fdfafc15541f170a0d014af4c6a5ee5989189 (patch)
treedb53bdfac2c4f6b349f751fa5141b606451f492a
parent1dd4e528749c8a69a8b6f83f60cb8f30e4ae4cdb (diff)
downloadorg.eclipse.epp.packages-8f8fdfafc15541f170a0d014af4c6a5ee5989189.tar.gz
org.eclipse.epp.packages-8f8fdfafc15541f170a0d014af4c6a5ee5989189.tar.xz
org.eclipse.epp.packages-8f8fdfafc15541f170a0d014af4c6a5ee5989189.zip
483374: Scout Package should not start with the Resource Perspective
As Scout Neon doesn't come with its own perspective we want to set the default to the JavaPerspective. Change-Id: I79546b8df98f275fc36f6f9a1980383c2aa35128 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=483374 Signed-off-by: Stephan Leicht Vogt <stephan.leichtvogt@bsi-software.com>
-rw-r--r--packages/org.eclipse.epp.package.scout/plugin_customization.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.scout/plugin_customization.ini b/packages/org.eclipse.epp.package.scout/plugin_customization.ini
index 6badbd73..17087f21 100644
--- a/packages/org.eclipse.epp.package.scout/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.scout/plugin_customization.ini
@@ -1,4 +1,4 @@
-# plugin_customization.ini
+# plugin_customization.ini
# sets default values for plug-in-specific preferences
# keys are qualified by plug-in id
# e.g., com.example.acmeplugin/myproperty=myvalue
@@ -6,9 +6,9 @@
# "%key" are externalized strings defined in plugin_customization.properties
# This file does not need to be translated.
-# Property "org.eclipse.ui/defaultPerspectiveId" controls the
+# Property "org.eclipse.ui/defaultPerspectiveId" controls the
# perspective that the workbench opens initially
-org.eclipse.ui/defaultPerspectiveId=org.eclipse.scout.sdk.ui.internal.ScoutPerspective
+org.eclipse.ui/defaultPerspectiveId=org.eclipse.jdt.ui.JavaPerspective
# new-style tabs by default
org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false

Back to the top