Author: akazakov
Date: 2012-02-17 13:18:05 -0500 (Fri, 17 Feb 2012)
New Revision: 38890
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.xml
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java
Log:
https://issues.jboss.org/browse/JBIDE-10141 CDI Tools: Extend JBoss Perspective
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.xml
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.xml 2012-02-17 17:44:06 UTC (rev
38889)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.ui/plugin.xml 2012-02-17 18:18:05 UTC (rev
38890)
@@ -372,7 +372,7 @@
<newWizardShortcut
id="org.jboss.tools.cdi.ui.wizard.NewBeanCreationWizard">
</newWizardShortcut>
- <newWizardShortcut
+ <!--newWizardShortcut
id="org.jboss.tools.cdi.ui.wizard.NewQualifierCreationWizard">
</newWizardShortcut>
<newWizardShortcut
@@ -383,7 +383,7 @@
</newWizardShortcut>
<newWizardShortcut
id="org.jboss.tools.cdi.ui.wizard.NewInterceptorBindingCreationWizard">
- </newWizardShortcut>
+ </newWizardShortcut-->
<newWizardShortcut
id="org.jboss.tools.cdi.ui.wizard.NewInterceptorCreationWizard">
</newWizardShortcut>
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java
===================================================================
---
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java 2012-02-17
17:44:06 UTC (rev 38889)
+++
trunk/cdi/tests/org.jboss.tools.cdi.ui.test/src/org/jboss/tools/cdi/ui/test/perspective/CDIPerspectiveTest.java 2012-02-17
18:18:05 UTC (rev 38890)
@@ -58,11 +58,12 @@
for (String shortcut : shortcuts) {
shortcutSet.add(shortcut);
}
+ assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewCDIProjectWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewCDIProjectWizard"));
assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewBeanCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewBeanCreationWizard"));
- assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewQualifierCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewQualifierCreationWizard"));
- assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewStereotypeCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewStereotypeCreationWizard"));
- assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewScopeCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewScopeCreationWizard"));
- assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewInterceptorBindingCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewInterceptorBindingCreationWizard"));
+// assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewQualifierCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewQualifierCreationWizard"));
+// assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewStereotypeCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewStereotypeCreationWizard"));
+// assertTrue("Have not found org.jboss.tools.cdi.ui.wizard.NewScopeCreationWizard
in org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewScopeCreationWizard"));
+// assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewInterceptorBindingCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewInterceptorBindingCreationWizard"));
assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewInterceptorCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewInterceptorCreationWizard"));
assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewDecoratorCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewDecoratorCreationWizard"));
// assertTrue("Have not found
org.jboss.tools.cdi.ui.wizard.NewAnnotationLiteralCreationWizard in
org.eclipse.jst.j2ee.J2EEPerspective.",
shortcutSet.contains("org.jboss.tools.cdi.ui.wizard.NewAnnotationLiteralCreationWizard"));