blob: d34bc3d677c929376e1a50497e2d556f35cac30b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2017 Christian Pontesegger and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
package org.eclipse.ease.lang.scriptarchive;
public interface PluginConstants {
String PLUGIN_ID = "org.eclipse.ease.lang.scriptarchive";
}