Author: snjeza
Date: 2008-11-02 14:42:09 -0500 (Sun, 02 Nov 2008)
New Revision: 11477
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java
Log:
JBIDE-3091 Issues caused by changing ID of JBoss Server View
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 2008-11-01
15:55:01 UTC (rev 11476)
+++
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/SeamPerspectiveFactory.java 2008-11-02
19:42:09 UTC (rev 11477)
@@ -10,7 +10,7 @@
public class SeamPerspectiveFactory implements IPerspectiveFactory {
private static final String SEAM_COMPONENTS_NAVIGATOR =
"org.jboss.tools.seam.ui.views.SeamComponentsNavigator"; //$NON-NLS-1$
- private static String JBOSS_SERVERS_VIEW =
"org.jboss.ide.eclipse.as.ui.views.JBossServerView"; //$NON-NLS-1$
+ private static String JBOSS_SERVERS_VIEW =
"org.jboss.tools.as.wst.server.ui.ServersView"; //$NON-NLS-1$
private static String WTP_SERVERS_VIEW =
"org.eclipse.wst.server.ui.ServersView"; //$NON-NLS-1$
public static final String PERSPECTIVE_ID =
"org.jboss.tools.seam.ui.SeamPerspective"; //$NON-NLS-1$
Show replies by date