Author: ldimaggio
Date: 2012-05-14 15:54:42 -0400 (Mon, 14 May 2012)
New Revision: 41005
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java
Log:
Updated references to EAP6 runtimes - to remove "Experimental"
< public String getName() { return "JBoss Enterprise Application Platform
6.x";}
---
public String getName() { return "JBoss Enterprise
Application Platform 6.x (Experimental)";}
10655c10655
< public String getName() { return "JBoss Enterprise Application Platform 6.x
Runtime";}
---
public String getName() { return "JBoss Enterprise
Application Platform 6.x Runtime (Experimental)";}
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-05-14
19:46:32 UTC (rev 41004)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java 2012-05-14
19:54:42 UTC (rev 41005)
@@ -1860,7 +1860,7 @@
* represents item : JBoss Enterprise Middleware->JBoss Enterprise Application
Platform 6.x
*/
public static final IServer LABEL = new IServer() {
- public String getName() { return "JBoss Enterprise Application Platform 6.x
(Experimental)";}
+ public String getName() { return "JBoss Enterprise Application Platform
6.x";}
public List<String> getGroupPath() {
List<String> l = new Vector<String>();
l.add("JBoss Enterprise Middleware");
@@ -10652,7 +10652,7 @@
* represents item : JBoss Enterprise Middleware->JBoss Enterprise Application
Platform 6.x Runtime
*/
public static final IServerRuntime LABEL = new IServerRuntime() {
- public String getName() { return "JBoss Enterprise Application Platform 6.x
Runtime (Experimental)";}
+ public String getName() { return "JBoss Enterprise Application Platform 6.x
Runtime";}
public List<String> getGroupPath() {
List<String> l = new Vector<String>();
l.add("JBoss Enterprise Middleware");