Author: dgolovin
Date: 2007-10-22 15:50:54 -0400 (Mon, 22 Oct 2007)
New Revision: 4423
Modified:
trunk/struts/plugins/org.jboss.tools.struts.ui/plugin.xml
Log:
RedHat mentioned WebDevelopment Perspective Factory was removed. All references were
updated.
Modified: trunk/struts/plugins/org.jboss.tools.struts.ui/plugin.xml
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.ui/plugin.xml 2007-10-22 19:50:48 UTC (rev
4422)
+++ trunk/struts/plugins/org.jboss.tools.struts.ui/plugin.xml 2007-10-22 19:50:54 UTC (rev
4423)
@@ -33,17 +33,55 @@
<extension point="org.eclipse.ui.newWizards">
<category id="org.jboss.tools.struts" name="Struts"
parentCategory="org.jboss.tools.jst.web">
</category>
- <wizard category="org.jboss.tools.jst.web/org.jboss.tools.struts"
class="org.jboss.tools.struts.ui.wizard.project.NewProjectWizard"
finalPerspective="org.jboss.tools.jst.web.ui.RedHat4WebPerspective"
icon="images/xstudio/wizards/new_project.gif"
id="org.jboss.tools.struts.ui.wizard.project.NewStrutsProjectWizard"
name="%newProjectWizard.name" project="true">
+ <wizard
+ category="org.jboss.tools.jst.web/org.jboss.tools.struts"
+ class="org.jboss.tools.struts.ui.wizard.project.NewProjectWizard"
+
finalPerspective="org.jboss.tools.jst.web.ui.WebDevelopmentPerspective"
+ icon="images/xstudio/wizards/new_project.gif"
+
id="org.jboss.tools.struts.ui.wizard.project.NewStrutsProjectWizard"
+ name="%newProjectWizard.name"
+
preferredPerspectives="org.jboss.tools.jst.web.ui.WebDevelopmentPerspective"
+ project="true">
</wizard>
- <wizard category="org.jboss.tools.jst.web/org.jboss.tools.struts"
class="org.jboss.tools.struts.ui.wizard.newfile.NewStrutsConfigFileWizard"
icon="images/xstudio/wizards/new_struts.gif"
id="org.jboss.tools.struts.ui.wizard.newfile.NewStrutsConfigFileWizard"
name="%strutsConfig.11" project="false">
+ <wizard
+ category="org.jboss.tools.jst.web/org.jboss.tools.struts"
+
class="org.jboss.tools.struts.ui.wizard.newfile.NewStrutsConfigFileWizard"
+
finalPerspective="org.jboss.tools.jst.web.ui.WebDevelopmentPerspective"
+ icon="images/xstudio/wizards/new_struts.gif"
+
id="org.jboss.tools.struts.ui.wizard.newfile.NewStrutsConfigFileWizard"
+ name="%strutsConfig.11"
+
preferredPerspectives="org.jboss.tools.jst.web.ui.WebDevelopmentPerspective"
+ project="false">
<selection class="org.eclipse.core.resources.IResource">
</selection>
</wizard>
+ <wizard
+ category="org.jboss.tools.jst.web/org.jboss.tools.struts"
+
class="org.jboss.tools.struts.ui.wizard.newfile.NewValidationFileWizard"
+
finalPerspective="org.jboss.tools.jst.web.ui.WebDevelopmentPerspective"
+ icon="images/xstudio/wizards/new_validator_file.gif"
+
id="org.jboss.tools.struts.ui.wizard.newfile.NewValidationFileWizard"
+ name="%new.validation"
+
preferredPerspectives="org.jboss.tools.jst.web.ui.WebDevelopmentPerspective"
+ project="false">
+ <selection
+ class="org.eclipse.core.resources.IResource">
+ </selection>
+ </wizard>
<!--wizard category="org.jboss.tools.jst.web/org.jboss.tools.struts"
class="org.jboss.tools.struts.ui.wizard.newfile.NewStrutsConfigFile10Wizard"
icon="images/xstudio/wizards/new_struts.gif"
id="org.jboss.tools.struts.ui.wizard.newfile.NewStrutsConfigFile10Wizard"
name="%strutsConfig.10" project="false">
<selection class="org.eclipse.core.resources.IResource">
</selection>
</wizard-->
</extension>
+ <extension
+ point="org.eclipse.ui.perspectiveExtensions">
+ <perspectiveExtension
+
targetID="org.jboss.tools.jst.web.ui.WebDevelopmentPerspective">
+ <newWizardShortcut
+
id="org.jboss.tools.struts.ui.wizard.project.NewStrutsProjectWizard">
+ </newWizardShortcut>
+ </perspectiveExtension>
+ </extension>
<extension point="org.eclipse.ui.importWizards">
<category
id="org.jboss.tools.struts"
@@ -216,14 +254,6 @@
/>
</extension>
- <extension point="org.eclipse.ui.newWizards">
- <category id="org.jboss.tools.struts" name="Struts"
parentCategory="org.jboss.tools.jst.web">
- </category>
- <wizard category="org.jboss.tools.jst.web/org.jboss.tools.struts"
class="org.jboss.tools.struts.ui.wizard.newfile.NewValidationFileWizard"
icon="images/xstudio/wizards/new_validator_file.gif"
id="org.jboss.tools.struts.ui.wizard.newfile.NewValidationFileWizard"
name="%new.validation" project="false">
- <selection class="org.eclipse.core.resources.IResource">
- </selection>
- </wizard>
- </extension>
<extension point="org.eclipse.ui.preferencePages">
<page category="org.jboss.tools.common.xstudio.automation"
class="org.jboss.tools.struts.ui.preferences.PluginInsetsPreferencesPage"
id="org.jboss.tools.common.xstudio.automation.plugin.insets" name="Plug-in
Insets">