blob: a02643af956193cac63a60b456143db086b928f6 [file] [log] [blame]
################################################################################
# Copyright (c) 2007, 2008 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
################################################################################
# Configure the workspace- and database server-specific settings here.
# user and password are optional for Derby
userID =
password =
# the JDBC driver JAR(s) must be specified;
# if there are multiple JARs, separate the names with commas
# jars = C:/derby/lib/derby.jar
jars = C:/derby/lib/derby.jar
# the JDBC URL is required for Derby
# url = jdbc:derby:C:/derby/data/testdb;create=true
url = jdbc:derby:C:/derby/data/testdb;create=true