blob: bb4c94c27e1000bce1ca33c0d367d5f4ac30af99 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2009 Chase Technology Ltd - http://www.chasetechnology.co.uk
* 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:
* Doug Satchwell (Chase Technology Ltd) - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.xsl.jaxp.debug.ui.internal.tabs.processor;
import org.eclipse.osgi.util.NLS;
class ProcessorMessages extends NLS
{
private static final String BUNDLE_NAME = "org.eclipse.wst.xsl.jaxp.debug.ui.internal.tabs.processor.ProcessorMessages"; //$NON-NLS-1$
public static String ProcessorBlock_0;
public static String ProcessorBlock_1;
public static String ProcessorBlock_2;
public static String ProcessorBlock_4;
public static String ProcessorBlock_6;
public static String ProcessorBlock_7;
public static String ProcessorsComboBlock_1;
public static String ProcessorDetailsDialog_Title;
public static String ProcessorDetailsDialog_installName;
public static String ProcessorDetailsDialog_installType;
public static String ProcessorDetailsDialog_installClasspath;
static
{
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, ProcessorMessages.class);
}
}