blob: 8a0d1b7d1972021c142155de19c726bfc1eb6a22 [file] [log] [blame]
################################################################################
# Copyright (c) 2010 Oracle. 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:
# Oracle - initial API and implementation
################################################################################
ClassesGeneratorWizard_title = JAXB Class Generation
ClassesGeneratorWizard_errorDialogTitle = Generate Classes Failed
ClassesGeneratorWizard_couldNotCreate = Could not create {0}
ClassesGeneratorWizardPage_title = Generate Classes From: {0}
ClassesGeneratorWizardPage_desc = Configure JAXB class generation.
ClassesGeneratorWizardPage_usesMoxyImplementation = Use EclipseLink MOXy as the JAXB implementation
ClassesGeneratorWizardPage_settingsGroupTitle = JAXB settings
ClassesGeneratorWizardPage_catalog = Catalog:
ClassesGeneratorWizardPage_bindingsFiles = Bindings files:
ClassesGeneratorWizardPage_addButton = Add...
ClassesGeneratorWizardPage_removeButton = Remove
ClassesGeneratorWizardPage_chooseABindingsFile = External Bindings File Selection
ClassesGeneratorWizardPage_jaxbLibrariesNotAvailable = \
The classpath for this project does not appear to contain the necessary libraries to proceed with class generation.\
\nPlease insure that a JAXB implementation is available on the classpath.
ClassesGeneratorWizardPage_moxyLibrariesNotAvailable = \
The classpath for this project does not appear to contain the necessary libraries to proceed with class generation.\
\nPlease insure that EclipseLink MOXy is available on the classpath.