Author: adietish
Date: 2011-06-29 10:32:07 -0400 (Wed, 29 Jun 2011)
New Revision: 32448
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/util/LaunchConfigUtils.java
Log:
[JBIDE-9054] added util method to create a new ILaunchConfigurationWorkingCopy
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/util/LaunchConfigUtils.java
===================================================================
---
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/util/LaunchConfigUtils.java 2011-06-29
14:31:38 UTC (rev 32447)
+++
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/util/LaunchConfigUtils.java 2011-06-29
14:32:07 UTC (rev 32448)
@@ -137,7 +137,7 @@
* @return the new launch configuration working copy
* @throws CoreException
*/
- public ILaunchConfigurationWorkingCopy createLaunchConfigurationWorkingCopy(String name,
String type) throws CoreException {
+ public static ILaunchConfigurationWorkingCopy
createLaunchConfigurationWorkingCopy(String name, String type) throws CoreException {
ILaunchManager launchManager = DebugPlugin.getDefault().getLaunchManager();
ILaunchConfigurationType launchConfigType =
launchManager.getLaunchConfigurationType(type);
Show replies by date