blob: 9f0f3d7b99695b15bcc5427665b5d21dc44f5b0c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 The University of York.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Dimitrios Kolovos - initial API and implementation
******************************************************************************/
package org.eclipse.epsilon.evl.dt;
import org.eclipse.epsilon.common.dt.AbstractEpsilonUIPlugin;
public class EvlPlugin extends AbstractEpsilonUIPlugin {
public static EvlPlugin getDefault() {
return (EvlPlugin) plugins.get(EvlPlugin.class);
}
}