Author: max.andersen(a)jboss.com
Date: 2007-11-08 08:14:39 -0500 (Thu, 08 Nov 2007)
New Revision: 4786
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java
Log:
JBIDE-1229 removed the wtp server view from Seam perspective since it has not primary
usage anymore.
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 2007-11-08
13:12:59 UTC (rev 4785)
+++
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java 2007-11-08
13:14:39 UTC (rev 4786)
@@ -34,7 +34,7 @@
bottom.addView(IPageLayout.ID_TASK_LIST);
bottom.addView(SEAM_COMPONENTS_NAVIGATOR);
bottom.addView(JBOSS_SERVERS_VIEW);
- bottom.addView(WTP_SERVERS_VIEW);
+ //bottom.addView(WTP_SERVERS_VIEW); // We don't need this anymore since our server
view now has synchro info.
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$