Author: dgolovin
Date: 2007-10-24 16:41:20 -0400 (Wed, 24 Oct 2007)
New Revision: 4478
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/WebDevelopmentPerspectiveFactory.java
Log:
fix error in JUnit tests
Unable to create perspective 'org.jboss.tools.jst.web.ui.RedHat4WebPerspective'.
There is no corresponding perspective extension.
perspective ID updated
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/WebDevelopmentPerspectiveFactory.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/WebDevelopmentPerspectiveFactory.java 2007-10-24
19:29:00 UTC (rev 4477)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/WebDevelopmentPerspectiveFactory.java 2007-10-24
20:41:20 UTC (rev 4478)
@@ -21,7 +21,7 @@
*/
public class WebDevelopmentPerspectiveFactory implements IPerspectiveFactory {
- public static final String PERSPECTIVE_ID =
"org.jboss.tools.jst.web.ui.RedHat4WebPerspective";
+ public static final String PERSPECTIVE_ID =
"org.jboss.tools.jst.web.ui.WebDevelopmentPerspective";
/* (non-Javadoc)
* @see
org.eclipse.ui.IPerspectiveFactory#createInitialLayout(org.eclipse.ui.IPageLayout)
Show replies by date