Author: jjankovi
Date: 2012-01-31 12:06:09 -0500 (Tue, 31 Jan 2012)
New Revision: 38330
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java
Log:
WSDL label fixing for JBDS 5.0
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-31
16:44:31 UTC (rev 38329)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java 2012-01-31
17:06:09 UTC (rev 38330)
@@ -4806,7 +4806,7 @@
* represents item : Web Services->WSDL
*/
public static final INewObject LABEL = new INewObject() {
- public String getName() { return "WSDL";}
+ public String getName() { return "WSDL File";}
public List<String> getGroupPath() {
List<String> l = new Vector<String>();
l.add("Web Services");
Show replies by date