blob: afc145bea00c605abb2d41de774d58f27696c7c2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 Standards for Technology in Automotive Retail and others.
* 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:
* David Carver - STAR - bug 223557 - initial API and implementation
* Holger Voormann - Icons for Processor, Output, and Launch tabs
*******************************************************************************/
package org.eclipse.wst.xsl.debug.internal.util;
/**
* Bundle of most images used by the XSL Debug Plugins
*/
public class XSLDebugPluginImages {
/**
* Path to the XSLT Processor Images used for launch configurations
*/
public static final String IMG_PROCESSOR_TAB = "icons/xslt_processor.gif"; //$NON-NLS-1$
/**
* Path to the XSLT Output Images used for launch configurations
*/
public static final String IMG_OUTPUT_TAB = "icons/xslt_output.gif"; //$NON-NLS-1$
/**
* Path to the XSLT Launch Images used for launch configurations
*/
public static final String IMG_MAIN_TAB = "icons/xslt_launch.gif"; //$NON-NLS-1$
}