Author: jjankovi
Date: 2012-01-27 05:53:47 -0500 (Fri, 27 Jan 2012)
New Revision: 38241
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java
Log:
Annotation Properties view added
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java 2012-01-27
10:18:06 UTC (rev 38240)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java 2012-01-27
10:53:47 UTC (rev 38241)
@@ -142,6 +142,21 @@
}
};
}
+
+ public static class JAXWSAnnotationProperties {
+ /**
+ * represents item : JAX-WS->Annotation Properties
+ */
+ public static final IView LABEL = new IView() {
+ public String getName() { return "Annotation Properties";}
+ public List<String> getGroupPath() {
+ List<String> l = new Vector<String>();
+ l.add("JAX-WS");
+ return l;
+ }
+ };
+ }
+
public static class PluginDevelopmentPluginDependencies {
/**
* represents item : Plug-in Development->Plug-in Dependencies
Show replies by date