Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeth Tibbitts2011-10-19 17:16:41 +0000
committerBeth Tibbitts2011-10-19 17:16:41 +0000
commitf07cdd691bc3f7a41b556396a9eab058c18f1db9 (patch)
tree2db8e8a8296e46fc434916280675eceff9450156 /packages/org.eclipse.epp.package.parallel/plugin_customization.ini
parentffc5ffd732bc632ab61e27e1c4b38530766563d5 (diff)
downloadorg.eclipse.epp.packages-f07cdd691bc3f7a41b556396a9eab058c18f1db9.tar.gz
org.eclipse.epp.packages-f07cdd691bc3f7a41b556396a9eab058c18f1db9.tar.xz
org.eclipse.epp.packages-f07cdd691bc3f7a41b556396a9eab058c18f1db9.zip
Bug 361421 turn off build before launch
Diffstat (limited to 'packages/org.eclipse.epp.package.parallel/plugin_customization.ini')
-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