blob: 287f7c58cae3aa9f319a7a67d00dd0fecfc8647e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2020 RedHat, Inc. 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:
* RedHat, Inc. - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.jsdt.internal.standalone.ui;
import org.eclipse.ui.plugin.AbstractUIPlugin;
public class JavaScriptStandalonePlugin extends AbstractUIPlugin {
public JavaScriptStandalonePlugin() {
}
}