blob: 14ee671d3024ceb5887ca73c0e3fafd5e2467f79 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012, 2020 Dirk Fauth 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
*
* Contributors:
* Dirk Fauth <dirk.fauth@gmail.com> - initial API and implementation
* Christoph Läubrich - remove unused code
******************************************************************************/
package org.eclipse.e4.tools.services;
public interface ToolsServicesConstants {
public static final String PLUGIN_ID = "org.eclipse.e4.tools.services"; //$NON-NLS-1$
}