Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: e6367e13a7fa620bd530902f398f7f499e593eb9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                                         
                                                                          
################################################################################
# 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
################################################################################

LOADING_CLASSES = loading...
GENERATING_SCHEMA = \ngenerating schema...
SCHEMA_GENERATED =  \nSchema {0} generated
SCHEMA_NOT_CREATED =  \nSchema {0} not created
NOT_FOUND =  \n\tNot found: {0}
CONTEXT_FACTORY_NOT_FOUND =  \nThe JAXBContextFactory {0} \n\
configured in the jaxb.properties file could not be located on the project classpath. \n\
The JAXB provider that defines this factory should be added to the project classpath, \n\
or the jaxb.properties file should be removed to use the default provider.

Back to the top