/******************************************************************************* * Copyright (c) 2013 Cloud Bees, Inc. * All rights reserved. * This program is made available under the terms of the * Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Cloud Bees, Inc. - initial API and implementation *******************************************************************************/ package com.cloudbees.eclipse.ui; public interface CBImages { String ICON_16X16_CB_PLAIN ="ICON_16X16_CB_PLAIN"; String ICON_16X16_CB_CONSOLE ="ICON_16X16_CB_CONSOLE"; String ICON_16X16_NEW_CB_PROJ_WIZ = "ICON_16X16_NEW_CB_PROJ_WIZ"; String ICON_CB_WIZARD = "ICON_CB_WIZARD"; }