removed old (removed) install view from carbide perspective factory.
authorwpaul
Thu, 09 Sep 2010 16:48:30 -0500
changeset 1980 58fb4740b790
parent 1979 59f66d6a7b33
child 1981 f465b1504220
removed old (removed) install view from carbide perspective factory.
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);