Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/org.eclipse.epp.package.parallel/plugin_customization.ini5
1 files changed, 4 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..672accb6 100644
--- a/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
@@ -37,4 +37,7 @@ 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
+
+# Disable default build before launch because it annoys all non-Java programmers
+org.eclipse.debug.ui/build_before_launch=false

Back to the top