Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeth Tibbitts2011-10-19 17:30:13 +0000
committerBeth Tibbitts2011-10-19 17:30:13 +0000
commit6604ccf57138f4c5f3ab67fb4e8ab9afeb64e9c1 (patch)
tree18d7e203e71a0c8f748c8f52e00df5643fb0f524
parentf07cdd691bc3f7a41b556396a9eab058c18f1db9 (diff)
downloadorg.eclipse.epp.packages-6604ccf57138f4c5f3ab67fb4e8ab9afeb64e9c1.tar.gz
org.eclipse.epp.packages-6604ccf57138f4c5f3ab67fb4e8ab9afeb64e9c1.tar.xz
org.eclipse.epp.packages-6604ccf57138f4c5f3ab67fb4e8ab9afeb64e9c1.zip
added sys mon perspective to perspective switcher bar
-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 672accb6..3efe7221 100644
--- a/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.parallel/plugin_customization.ini
@@ -37,7 +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
+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