blob: 2b7d2c9261b13a485f1ab9eb1ed671daa031caef [file] [log] [blame]
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 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$
}