Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeth Tibbitts2011-10-19 17:28:56 +0000
committerBeth Tibbitts2011-10-19 17:28:56 +0000
commitafbc9d0a43252ac30f33f236e816063c89e1629e (patch)
treebc1eeaab1431318b8a4d95a158a049e55f6bdabb
parent7731b875d058db0ce75c886b5d578ea59bf5cedf (diff)
downloadorg.eclipse.epp.packages-afbc9d0a43252ac30f33f236e816063c89e1629e.tar.gz
org.eclipse.epp.packages-afbc9d0a43252ac30f33f236e816063c89e1629e.tar.xz
org.eclipse.epp.packages-afbc9d0a43252ac30f33f236e816063c89e1629e.zip
Bug 361421 add disable for build before launch; also added sys mon perspective to perspective switcher bar
-rw-r--r--packages/org.eclipse.epp.package.parallel/plugin_customization.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.parallel/plugin_customization.ini b/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
index 9719e640..5b7d440f 100644
--- a/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
@@ -37,4 +37,8 @@ org.eclipse.ui.intro.universal/INTRO_DATA = product:introData.xml
org.eclipse.help/HELP_DATA = helpData.xml
# Preload perspective switcher bar
-org.eclipse.ui/PERSPECTIVE_BAR_EXTRAS=org.eclipse.ptp.ui.PTPRunPerspective \ No newline at end of file
+org.eclipse.ui/PERSPECTIVE_BAR_EXTRAS=org.eclipse.ptp.ui.PTPRunPerspective,org.eclipse.ptp.rm.lml.ui.LMLRunPerspective
+
+# Disable default build before launch because it annoys all non-Java programmers
+org.eclipse.debug.ui/build_before_launch=false
+

Back to the top