eclipse plugin: remove the logview view in the WML perspective

This commit is contained in:
Timotei Dolean 2012-04-08 19:44:17 +00:00
parent 3dc02df602
commit 0f5ea293fe

View file

@ -49,7 +49,6 @@ public class WMLPerspective implements IPerspectiveFactory
bottom.addView( IPageLayout.ID_PROGRESS_VIEW ); bottom.addView( IPageLayout.ID_PROGRESS_VIEW );
bottom.addView( IConsoleConstants.ID_CONSOLE_VIEW ); bottom.addView( IConsoleConstants.ID_CONSOLE_VIEW );
bottom.addView( AddonsView.ID_ADDONS_VIEW ); bottom.addView( AddonsView.ID_ADDONS_VIEW );
bottom.addView( "org.eclipse.pde.runtime.LogView" ); //$NON-NLS-1$
IFolderLayout right = layout.createFolder( "right", IPageLayout.RIGHT, 0.68f, editorArea ); //$NON-NLS-1$ IFolderLayout right = layout.createFolder( "right", IPageLayout.RIGHT, 0.68f, editorArea ); //$NON-NLS-1$
right.addView( IPageLayout.ID_OUTLINE ); right.addView( IPageLayout.ID_OUTLINE );