removed old (removed) install view from carbide perspective factory.
--- 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);