Author: dgolovin
Date: 2009-11-24 13:48:25 -0500 (Tue, 24 Nov 2009)
New Revision: 18812
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-5221 Replace depricated JBoss Server View with
Server View in Seam perspective
Do not forget to reset perspective to test it on old workspace
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java 2009-11-24
18:38:51 UTC (rev 18811)
+++
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java 2009-11-24
18:48:25 UTC (rev 18812)
@@ -33,8 +33,7 @@
bottom.addView(IPageLayout.ID_PROBLEM_VIEW);
bottom.addView(IPageLayout.ID_TASK_LIST);
bottom.addView(SEAM_COMPONENTS_NAVIGATOR);
- bottom.addView(JBOSS_SERVERS_VIEW);
- bottom.addPlaceholder(WTP_SERVERS_VIEW);
+ bottom.addView(WTP_SERVERS_VIEW);
IFolderLayout rightTop = layout.createFolder("right", IPageLayout.RIGHT,
(float)0.8, editorArea); //$NON-NLS-1$
// rightTop.addView("org.jboss.tools.common.model.ui.views.palette.PaletteView");
//$NON-NLS-1$