Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeth Tibbitts2012-06-12 19:23:42 +0000
committerBeth Tibbitts2012-06-12 19:23:42 +0000
commit24280bc7385d1a15c193a1e4cbc8e399a3c7d7ac (patch)
treedb524c20f48d203dac3f941024268f1a0b9b7f49 /packages/org.eclipse.epp.package.parallel
parent162bd6b9d206253d09e797ca7387701e75c8bd54 (diff)
downloadorg.eclipse.epp.packages-24280bc7385d1a15c193a1e4cbc8e399a3c7d7ac.tar.gz
org.eclipse.epp.packages-24280bc7385d1a15c193a1e4cbc8e399a3c7d7ac.tar.xz
org.eclipse.epp.packages-24280bc7385d1a15c193a1e4cbc8e399a3c7d7ac.zip
fix build before launch
Diffstat (limited to 'packages/org.eclipse.epp.package.parallel')
-rw-r--r--packages/org.eclipse.epp.package.parallel/plugin_customization.ini2
1 files changed, 1 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 be227f14..bf45c465 100644
--- a/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
@@ -42,5 +42,5 @@ org.eclipse.ui/PERSPECTIVE_BAR_EXTRAS=org.eclipse.ptp.ui.PTPRunPerspective,org.e
# Disable default build before launch because it annoys all non-Java programmers
org.eclipse.debug.ui/org.eclipse.debug.ui.build_before_launch=false
-# Enable debug view toolbar for ParalleDebug perspective (note misspelling on eclipse)
+# Enable debug view toolbar for ParallelDebug perspective (note misspelling on eclipse)
org.eclipse.debug.ui/org.eclispe.debug.ui.Debug_view.debug_toolbar_hidden_perspectives=org.eclipse.ptp.debug.ui.PTPDebugPerspective

Back to the top