# HG changeset patch # User wpaul # Date 1284068910 18000 # Node ID 58fb4740b79097ac0d6755589c86cfa704550ed6 # Parent 59f66d6a7b33fe3133adfeb514628d3090d2438d removed old (removed) install view from carbide perspective factory. diff -r 59f66d6a7b33 -r 58fb4740b790 project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/internal/project/ui/perspective/CarbideCppPerspectiveFactory.java --- a/project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/internal/project/ui/perspective/CarbideCppPerspectiveFactory.java Thu Sep 09 16:48:02 2010 -0500 +++ b/project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/internal/project/ui/perspective/CarbideCppPerspectiveFactory.java Thu Sep 09 16:48:30 2010 -0500 @@ -29,8 +29,6 @@ private static final String EXECUTABLES_VIEW_ID = "org.eclipse.cdt.debug.ui.executablesView"; //$NON-NLS-1$ - private static final String INSTALL_VIEW_ID = "com.nokia.carbide.discovery.view"; //$NON-NLS-1$ - private static final String TOP_LEFT = "topLeft"; //$NON-NLS-1$ private static final String BOTTOM_LEFT = "bottomLeft"; //$NON-NLS-1$ private static final String BOTTOM_RIGHT = "bottom"; //$NON-NLS-1$ @@ -80,7 +78,6 @@ layout.addShowViewShortcut(IPageLayout.ID_PROBLEM_VIEW); layout.addShowViewShortcut(IConsoleConstants.ID_CONSOLE_VIEW); // build console layout.addShowViewShortcut(EXECUTABLES_VIEW_ID); - layout.addShowViewShortcut(INSTALL_VIEW_ID); // add show-in contributions layout.addShowInPart(ProjectExplorer.VIEW_ID);