Author: ldimaggio
Date: 2012-03-28 16:06:04 -0400 (Wed, 28 Mar 2012)
New Revision: 39900
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java
Log:
Corrected references to JBoss Enterprise Application Platform 6.x (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-03-28
18:47:43 UTC (rev 39899)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/gen/ActionItem.java 2012-03-28
20:06:04 UTC (rev 39900)
@@ -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";}
+ public String getName() { return "JBoss Enterprise Application Platform 6.x
(Experimental)";}
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";}
+ public String getName() { return "JBoss Enterprise Application Platform 6.x
Runtime (Experimental)";}
public List<String> getGroupPath() {
List<String> l = new Vector<String>();
l.add("JBoss Enterprise Middleware");
Show replies by date