}
monitor.beginTask("Preparing configuration", 1);
monitor.worked(1);
ProcessServer p = new ProcessServer();
String label = "Debug Server";
HashMap processAttributes = new HashMap();
processAttributes.put(IProcess.ATTR_PROCESS_TYPE, Constants.PROCESS_TYPE);
processAttributes.put(IProcess.ATTR_PROCESS_LABEL, label);
processAttributes.put(DebugPlugin.ATTR_CAPTURE_OUTPUT, "true");