Skip to main content
summaryrefslogtreecommitdiffstats
blob: c49d70feb4e052709320b4d868597c6a829a4c09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
################################################################################
# Copyright (c) 2010, 2011 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
################################################################################

GENERATION_COMPLETED =  DBWSBuilder generation completed
GENERATION_FAILED =  DBWSBuilder generation failed: {0}
NO_GENERATION_PERFORMED =  DBWSBuilder no generation performed
WSDL_EXCEPTION =  WSDLException: {0}
NO_OPERATIONS_SPECIFIED =  No operations specified
UNABLE_TO_LOCATE_BUILDER_XML =  DBWSBuilder unable to locate builder XML file:  {0}
DRIVER_NOT_ON_CLASSPATH =  JDBC driver not on classpath: {0}

Back to the top