Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2008-11-20 02:13:40 +0000
committernhauge2008-11-20 02:13:40 +0000
commit127ebada0dc741bf656713bdf1306739a32095be (patch)
tree3904a930ab15db589ac191fc0786321d0231d871 /jpa/tests/org.eclipse.jpt.db.tests/config/oracle9i.properties
parentc388ffbaf129e5cda3183c2170829b6283fb665f (diff)
downloadwebtools.dali-127ebada0dc741bf656713bdf1306739a32095be.tar.gz
webtools.dali-127ebada0dc741bf656713bdf1306739a32095be.tar.xz
webtools.dali-127ebada0dc741bf656713bdf1306739a32095be.zip
This commit was manufactured by cvs2svn to create tag 'v200811190000'.v200811190000
Diffstat (limited to 'jpa/tests/org.eclipse.jpt.db.tests/config/oracle9i.properties')
-rw-r--r--jpa/tests/org.eclipse.jpt.db.tests/config/oracle9i.properties24
1 files changed, 0 insertions, 24 deletions
diff --git a/jpa/tests/org.eclipse.jpt.db.tests/config/oracle9i.properties b/jpa/tests/org.eclipse.jpt.db.tests/config/oracle9i.properties
deleted file mode 100644
index 4b911b44e1..0000000000
--- a/jpa/tests/org.eclipse.jpt.db.tests/config/oracle9i.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:testdb
-url =

Back to the top