blob: 8451351e8370b729b94715faf2ac4cd1a45b99d2 [file] [log] [blame]
###############################################################################
# Copyright (c) 2007 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
###############################################################################
# Platform Property names & Default
#
# profileName - jpatest
# profileDescription - JDBC Profile for JPA Testing
# userName - jpatest
# userPassword - (empty)
# databasedriverJarList - (mandatory)
# databaseName - testdb
# databaseUrl - (mandatory)
#
profileName = sqlserver2005
profileDescription = MS SQL Server 2005 JDBC Profile for Testing
# set user name
userName =
userPassword =
# set path to Derby driver here (example: databasedriverJarList = c:/sqlserver/lib/sqljdbc.jar )
databasedriverJarList =
databaseName = testdb
# set database URL here (example: databaseUrl = jdbc:sqlserver://localhost:1433;databaseName=testdb )
databaseUrl =