blob: a603f15d16501f38cb2f7b06bffcf5639c9d823e [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.bower.ui.internal.editor;
/**
* Bundle of most images used by the Bower Source Editor plug-in.
*/
public class BowerEditorPluginImages {
public static final String IMG_OBJ_BOWER = "icons/full/obj16/bower-16.png"; //$NON-NLS-1$
}