blob: b5b87f7b7ff2df32e10419574f3214348634d742 [file] [log] [blame]
/**********************************************************************
* Copyright (c) 2000, 2005 IBM Corporation 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:
* IBM - Initial API and implementation
**********************************************************************/
package org.eclipse.ant.internal.ui.dtd.schema;
import org.eclipse.osgi.util.NLS;
public class AntDTDSchemaMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.ant.internal.ui.dtd.schema.AntDTDSchemaMessages";//$NON-NLS-1$
public static String Model_model_may_not_be_changed;
public static String Model____UNKNOWN____2;
public static String NfmParser_Ambiguous;
public static String SchemaFactory_Doubly_defined;
public static String SchemaFactory_Start_with_left_parenthesis;
public static String SchemaFactory_Expecting_operator_or_right_parenthesis;
public static String SchemaFactory_Unexpected_end;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, AntDTDSchemaMessages.class);
}
}