blob: 241ac17beac90a484142c1f0ad0c444466f5ec07 [file] [log] [blame]
/**
* Copyright (c) 2013-2016 Angelo ZERR.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
*/
package org.eclipse.wst.json.npm.ui.internal.editor;
/**
* Bundle of most images used by the NPM Source Editor plug-in.
*/
public class NPMEditorPluginImages {
public static final String IMG_OBJ_NPM = "icons/full/obj16/npm-16.png"; //$NON-NLS-1$
}