Author: snjeza
Date: 2011-05-30 15:06:01 -0400 (Mon, 30 May 2011)
New Revision: 31646
Modified:
branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime/src/org/jboss/tools/runtime/handlers/JBossASHandler.java
Log:
JBDS-1622 EWP Server detected during JBDS installation is not configured within JBDS after
installation is finished.
Modified:
branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime/src/org/jboss/tools/runtime/handlers/JBossASHandler.java
===================================================================
---
branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime/src/org/jboss/tools/runtime/handlers/JBossASHandler.java 2011-05-30
17:16:50 UTC (rev 31645)
+++
branches/jbosstools-3.2.x/runtime/plugins/org.jboss.tools.runtime/src/org/jboss/tools/runtime/handlers/JBossASHandler.java 2011-05-30
19:06:01 UTC (rev 31646)
@@ -89,7 +89,7 @@
private static File getLocation(ServerDefinition serverDefinition) {
String type = serverDefinition.getType();
- if (SOA_P.equals(type) || EAP.equals(type) || EPP.equals(type) || EWP.equals(type)) {
+ if (SOA_P.equals(type) || EAP.equals(type) || EPP.equals(type)) {
return new File(serverDefinition.getLocation(), "jboss-as");
}
if (SOA_P_STD.equals(type)) {
Show replies by date