/* * Copyright (c) 2010-2012 Research In Motion Limited. All rights reserved. * * This program and the accompanying materials are made available * under the terms of the Eclipse Public License, Version 1.0, * which accompanies this distribution and is available at * * http://www.eclipse.org/legal/epl-v10.html * */ package net.rim.ejde.internal.launching; /** * Interface that defines common attribute constants for the Running Simulator EJDE launch configuration * * @author bchabot * */ public interface IRunningFledgeLaunchConstants { /** attribute for defining which simulator to attach to */ // public static final String SIMULATOR = "Simulator"; /** The id of a RIM aka Running BlackBerry Simulator launch config type */ public static final String LAUNCH_CONFIG_ID = "net.rim.ejde.launching.RunningFledgeLaunchConfiguration"; //$NON-NLS-1$ }