Author: dgolovin
Date: 2011-08-15 15:08:35 -0400 (Mon, 15 Aug 2011)
New Revision: 33933
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java
Log:
fix for JBoss AS 6.0 label, which is actually "JBoss 6.x Runtime" not
"JBoss 6.0 Runtime"
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 2011-08-15
19:06:42 UTC (rev 33932)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java 2011-08-15
19:08:35 UTC (rev 33933)
@@ -1569,7 +1569,7 @@
* represents item : JBoss Community->JBoss AS 6.0
*/
public static final IServer LABEL = new IServer() {
- public String getName() { return "JBoss AS 6.0";}
+ public String getName() { return "JBoss AS 6.x";}
public List<String> getGroupPath() {
List<String> l = new Vector<String>();
l.add("JBoss Community");
@@ -10584,7 +10584,7 @@
* represents item : JBoss Community->JBoss 6.0 Runtime
*/
public static final IServerRuntime LABEL = new IServerRuntime() {
- public String getName() { return "JBoss 6.0 Runtime";}
+ public String getName() { return "JBoss 6.x Runtime";}
public List<String> getGroupPath() {
List<String> l = new Vector<String>();
l.add("JBoss Community");
Show replies by date