blob: 559e7ea356d09dc86e8862935e28b405b7ec8aaa [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2007 IBM Corporation and others.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
*******************************************************************************/
package org.eclipse.dltk.javascript.ui;
import org.eclipse.core.runtime.Path;
import org.eclipse.dltk.javascript.internal.ui.JavaScriptUI;
import org.eclipse.dltk.ui.PluginImagesHelper;
import org.eclipse.jface.resource.ImageDescriptor;
public class JavaScriptImages {
private static final PluginImagesHelper helper = new PluginImagesHelper(JavaScriptUI.getDefault()
.getBundle(), new Path("/icons/"));
public static final ImageDescriptor DESC_WIZBAN_PROJECT_CREATION = helper
.createUnManaged(PluginImagesHelper.T_WIZBAN, "newjscriptfile_wiz.gif");
}