blob: 198755bdd00a8d6a604558c461148d99a5def75c [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 Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.epf.export.xml;
import org.eclipse.osgi.util.NLS;
public final class XmlExportResources extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.epf.export.xml.Resources";//$NON-NLS-1$
private XmlExportResources() {
// Do not instantiate
}
public static String ExportXmlWizard_title;
public static String ExportXmlWizard_Title;
public static String ExportXmlWizard_Error;
public static String ExportXmlWizard_reviewLog;
public static String XmlExportService_error;
public static String XmlExportService_feature_error;
public static String XmlLibrary_error_load_xml;
public static String XmlLibrary_no_plugin;
public static String XmlLibrary_no_feature;
public static String XmlLibrary_no_class;
public static String XmlLibrary_error_create_element;
public static String XmlLibrary_error_set_value;
public static String XmlLibrary_invalid_feature_value;
public static String XmlLibrary_error_set_value_2;
public static String XmlLibrary_error_set_value_3;
public static String XmlLibrary_error_set_reference;
public static String XmlLibrary_error_process_wrong_container;
public static String XmlLibrary_new_id;
public static String XmlLibrary_id_not_unique;
public static String selectDestinationPage_title;
public static String selectDestinationPage_desc;
public static String ExportXmlModelSelectionPage_export_library;
public static String ExportXmlModelSelectionPage_export_plugin;
public static String ExportXmlModelSelectionPage_export_config;
static {
NLS.initializeMessages(BUNDLE_NAME, XmlExportResources.class);
}
}