Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2009-03-03 21:56:23 +0000
committernhauge2009-03-03 21:56:23 +0000
commit5185ca7f2d4ab2ed6238156ec3d74cf6c8b88d30 (patch)
tree492c4a0cf66f9c93e43ed79c480bd2934939b897 /jpa/tests/org.eclipse.jpt.db.tests/config/oracle10gXE.properties
parenta33180c80767017a3a3941c6c9af99dfb10c7188 (diff)
downloadwebtools.dali-200903030000.tar.gz
webtools.dali-200903030000.tar.xz
webtools.dali-200903030000.zip
This commit was manufactured by cvs2svn to create tag 'v200903030000'.v200903030000
Diffstat (limited to 'jpa/tests/org.eclipse.jpt.db.tests/config/oracle10gXE.properties')
-rw-r--r--jpa/tests/org.eclipse.jpt.db.tests/config/oracle10gXE.properties24
1 files changed, 0 insertions, 24 deletions
diff --git a/jpa/tests/org.eclipse.jpt.db.tests/config/oracle10gXE.properties b/jpa/tests/org.eclipse.jpt.db.tests/config/oracle10gXE.properties
deleted file mode 100644
index e67c01a28e..0000000000
--- a/jpa/tests/org.eclipse.jpt.db.tests/config/oracle10gXE.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-################################################################################
-# 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, depending on the platform
-userID = scott
-password = tiger
-
-# the JDBC driver JAR(s) must be specified;
-# if there are multiple JARs, separate the names with commas
-# jars = C:/oracle/jdbc/lib/ojdbc5.jar
-jars =
-
-# the JDBC URL is required
-# url = jdbc:oracle:thin:@localhost:1521:XE
-url =

Back to the top