Author: adietish
Date: 2011-07-12 09:18:18 -0400 (Tue, 12 Jul 2011)
New Revision: 32854
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/launch/configuration/AbstractStartLaunchConfigurator.java
Log:
[JBIDE-9215] removed unneeded method
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/launch/configuration/AbstractStartLaunchConfigurator.java
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/launch/configuration/AbstractStartLaunchConfigurator.java 2011-07-12
13:17:24 UTC (rev 32853)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/internal/launch/configuration/AbstractStartLaunchConfigurator.java 2011-07-12
13:18:18 UTC (rev 32854)
@@ -57,13 +57,6 @@
protected abstract String getServerHome(IJBossServerRuntime runtime);
- private void setServerHome(String serverHome, IJBossServerRuntime runtime,
- ILaunchConfigurationWorkingCopy launchConfig) throws CoreException {
- if (!isCustomConfigLocation(runtime)) {
- JBossLaunchConfigProperties.setServerHome(serverHome, runtime, launchConfig);
- }
- }
-
protected boolean isCustomConfigLocation(IJBossServerRuntime runtime) {
return runtime.getConfigLocation().equals(IJBossRuntimeResourceConstants.SERVER);
}
Show replies by date