AntDTDSchemaMessages.java :  » IDE-Eclipse » ant » org » eclipse » ant » internal » ui » dtd » schema » Java Open Source

Java Open Source » IDE Eclipse » ant 
ant » org » eclipse » ant » internal » ui » dtd » schema » AntDTDSchemaMessages.java
/**********************************************************************
 * 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);
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.