Author: mmalina
Date: 2012-04-20 03:11:28 -0400 (Fri, 20 Apr 2012)
New Revision: 40373
Modified:
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/resources/template/runtimes.properties
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/jboss71/DetectJBoss71.java
Log:
Changed jboss-as-7.1.0 string to jboss-as-7.1.1
Modified:
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/resources/template/runtimes.properties
===================================================================
---
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/resources/template/runtimes.properties 2012-04-20
06:53:15 UTC (rev 40372)
+++
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/resources/template/runtimes.properties 2012-04-20
07:11:28 UTC (rev 40373)
@@ -1 +1 @@
-jboss-as-7.1.0.Final=${jboss-as-7-1}
\ No newline at end of file
+jboss-as-7.1.1.Final=${jboss-as-7-1}
\ No newline at end of file
Modified:
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/jboss71/DetectJBoss71.java
===================================================================
---
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/jboss71/DetectJBoss71.java 2012-04-20
06:53:15 UTC (rev 40372)
+++
trunk/runtime/tests/org.jboss.tools.runtime.as.ui.bot.test/src/org/jboss/tools/runtime/as/ui/bot/test/jboss71/DetectJBoss71.java 2012-04-20
07:11:28 UTC (rev 40373)
@@ -6,7 +6,7 @@
public class DetectJBoss71 extends DetectServerTemplate {
- public static final String JBOSS_7_1 = "jboss-as-7.1.0.Final";
+ public static final String JBOSS_7_1 = "jboss-as-7.1.1.Final";
@Override
protected String getServerID() {