blob: a81f0b0fb039dd4e8825bb987d16f4e3b88fbe15 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Ericsson and others.
* 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
*******************************************************************************/
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$
}