/*
* Copyright (c) 2004- michael lawley and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation
* which accompanies this distribution, and is available by writing to
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Contributors:
* michael lawley
*
*
*
*/
package tefkat.plugin.debug;
/**
* @author lawley
*
*/
public interface IEngineLaunchConfigurationConstants {
public static final String ID_ENGINE_DEBUG_MODEL = "tefkat.plugin.debug";
public static final String CONFIGURATION_URI = ID_ENGINE_DEBUG_MODEL + ".CONFIGURATION_URI";
public static final String FORCE = ID_ENGINE_DEBUG_MODEL + ".FORCE";
}