blob: 879c4190f2840ddf0d130a78975a9a6ce1043713 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2017 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Erwan Mahe (CEA LIST) erwan.mahe@cea.fr
* - Initial API and Implementation
*******************************************************************************/
package org.eclipse.efm.core.workflow;
import org.eclipse.debug.core.model.ILaunchConfigurationDelegate;
public abstract class AbstractLaunchDelegate implements ILaunchConfigurationDelegate, IWorkflowConfigurationConstants {
////////////////////////////////////////////////////////////////////////////
// DEVELOPER OPTIONS
////////////////////////////////////////////////////////////////////////////
public final static boolean ENABLED_SYMBEX_DEVELOPER_MODE_OPTION = true;
public final static boolean ENABLED_SYMBEX_INCUBATION_MODE_OPTION = true;
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
}