blob: a07696fd601f88bf15539ebb03acd097dc980f90 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 IBM Corporation
* 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:
* Otavio Busatto Pontes <obusatto@br.ibm.com> - initial API and implementation
*******************************************************************************/
package org.eclipse.linuxtools.internal.tools.launch.ui;
public interface Activator {
// The plug-in ID
String PLUGIN_ID = "org.eclipse.linuxtools.tools.launch.ui"; //$NON-NLS-1$
}