blob: 6b9e95895eae50ce0f4d0e5b3ffde502e7eb53f1 [file] [log] [blame]
/***********************************************************************
* Copyright (c) 2008 by SAP AG, Walldorf.
* All rights reserved. This program and the accompanying materials
* are 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:
* SAP AG - initial API and implementation
***********************************************************************/
package org.eclipse.jst.jee.ui.plugin;
public class JEEUIPluginIcons {
public static String IMG_EJBEEMODEL = "30_ejbjar_obj"; //$NON-NLS-1$
public static String IMG_WEBEEMODEL = "webapp_25"; //$NON-NLS-1$
public static String SERVLET_MAPPING = "webuiIcons/servlet_mapping"; //$NON-NLS-1$
public static String FILTER_MAPPING = "webuiIcons/filter"; //$NON-NLS-1$
public static String GROUP_FILTER_MAPPING = "webuiIcons/filter_mapping"; //$NON-NLS-1$
public static String GROUP_LISTENER = "webuiIcons/listener"; //$NON-NLS-1$
public static String GROUP_SERVLET = "webuiIcons/servlet"; //$NON-NLS-1$
public static String GROUP_ERROR_PAGE = "webuiIcons/error_page"; //$NON-NLS-1$
public static String GROUP_CONTEXT_PARAM = "webuiIcons/initializ_parameter_context"; //$NON-NLS-1$
public static String GROUP_WELCOME_PAGES = "webuiIcons/welcome_list"; //$NON-NLS-1$
public static String GROUP_WELCOME_PAGE = "webuiIcons/welcome_file"; //$NON-NLS-1$
public static String RESOURCE_REFERENCE_OBJ = "resourceRef_obj"; //$NON-NLS-1$
public static String BUSSINESS_LOCAL = "ovr/business_local_ovr"; //$NON-NLS-1$
public static String BUSSINESS_REMOTE = "ovr/business_remote_ovr"; //$NON-NLS-1$
public static String REMOTE = "ovr/remote_ovr"; //$NON-NLS-1$
public static String REMOTE_HOME = "ovr/home_ovr"; //$NON-NLS-1$
public static String LOCAL = "ovr/local_ovr"; //$NON-NLS-1$
public static String LOCAL_HOME = "ovr/local_home_ovr"; //$NON-NLS-1$
public static String EAR_IMAGE="ear_50"; //$NON-NLS-1$
public static String APP_CLIENT50="appclient_50"; //$NON-NLS-1$
}