Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeth Tibbitts2012-06-12 19:12:36 +0000
committerBeth Tibbitts2012-06-12 19:12:36 +0000
commit06ef46f2367a1ea6c645d450c798cbc2ddd3c35a (patch)
tree323739a378cb53a46be516d22ad9a192827ef1dc
parent69700040b13b5fa052c4b4610827cd336ff14165 (diff)
downloadorg.eclipse.epp.packages-06ef46f2367a1ea6c645d450c798cbc2ddd3c35a.tar.gz
org.eclipse.epp.packages-06ef46f2367a1ea6c645d450c798cbc2ddd3c35a.tar.xz
org.eclipse.epp.packages-06ef46f2367a1ea6c645d450c798cbc2ddd3c35a.zip
fix 'build before launch' setting
-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 3efe7221..9d8738ee 100644
--- a/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
@@ -40,4 +40,4 @@ org.eclipse.help/HELP_DATA = helpData.xml
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
+org.eclipse.debug.ui/org.eclispe.debug.ui.Debug_view.debug_toolbar_hidden_perspectives=org.eclipse.ptp.debug.ui.PTPDebugPerspective \ No newline at end of file

Back to the top