blob: 9094fd6725e6cb716bd5eb9da7ef86dc592a4b38 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Christian Pontesegger 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:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
package org.eclipse.ease.lang.javascript.ui;
public interface PluginConstants {
String PLUGIN_ID = "org.eclipse.ease.lang.javascript.ui";
}