blob: d1f7add9a48dde0c5bebb664770a42a8ae9490e6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Ericsson and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
package org.eclipse.swt.tools.internal;
/**
* Class containing constants pertaining to the Spies plug-in.
*/
public final class SpiesPlugin {
/**
* Identifies the spies plug-in.
*/
public static final String PLUGIN_ID = "org.eclipse.swt.tools.spies"; //$NON-NLS-1$
}