Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2011-02-05 16:34:32 +0000
committerkmoore2011-02-05 16:34:32 +0000
commit4f18c144510abbca97be37beae784cf6dc93e1b9 (patch)
treed367472ed3d26b70d96ef620e4f5e6a0b73b40f2
parentcdba5f5dfc144fa62c54bb14a1434b03d50228f3 (diff)
downloadwebtools.dali-4f18c144510abbca97be37beae784cf6dc93e1b9.tar.gz
webtools.dali-4f18c144510abbca97be37beae784cf6dc93e1b9.tar.xz
webtools.dali-4f18c144510abbca97be37beae784cf6dc93e1b9.zip
rename org.eclipse.jpt.db.tests to org.eclipse.jpt.jpa.db.tests
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/.classpath11
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/.cvsignore1
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/.project28
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/.settings/org.eclipse.core.resources.prefs3
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/META-INF/MANIFEST.MF19
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/about.html34
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/build.properties14
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/config/derby.properties24
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/config/mysql.properties23
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle10g.properties24
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle10gXE.properties24
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle9i.properties24
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/config/postgresql.properties23
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/config/sqlserver.properties24
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/config/sybase.properties24
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.db.tests/plugin.properties24
17 files changed, 331 insertions, 0 deletions
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/.classpath b/jpa/tests/org.eclipse.jpt.jpa.db.tests/.classpath
new file mode 100644
index 0000000000..ef8d91ca94
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/.classpath
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
+ <accessrules>
+ <accessrule kind="accessible" pattern="org/eclipse/jpt/utility/**"/>
+ </accessrules>
+ </classpathentry>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/.cvsignore b/jpa/tests/org.eclipse.jpt.jpa.db.tests/.cvsignore
new file mode 100644
index 0000000000..ba077a4031
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/.cvsignore
@@ -0,0 +1 @@
+bin
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/.project b/jpa/tests/org.eclipse.jpt.jpa.db.tests/.project
new file mode 100644
index 0000000000..fdaecf7d3c
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.jpt.jpa.db.tests</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/.settings/org.eclipse.core.resources.prefs b/jpa/tests/org.eclipse.jpt.jpa.db.tests/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000000..b23d0c7038
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,3 @@
+#Tue Jan 15 11:11:11 EST 2008
+eclipse.preferences.version=1
+encoding/<project>=ISO-8859-1
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/.settings/org.eclipse.jdt.core.prefs b/jpa/tests/org.eclipse.jpt.jpa.db.tests/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000000..929d54536d
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+#Sun May 27 14:59:18 EDT 2007
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/META-INF/MANIFEST.MF b/jpa/tests/org.eclipse.jpt.jpa.db.tests/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..b68821260c
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,19 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
+Bundle-SymbolicName: org.eclipse.jpt.jpa.db.tests
+Bundle-Version: 1.0.200.qualifier
+Bundle-Activator: org.eclipse.jpt.db.tests.internal.JptDbTestsPlugin
+Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.datatools.connectivity;bundle-version="[1.1.0,1.3.0)",
+ org.eclipse.datatools.connectivity.sqm.core;bundle-version="1.0.1",
+ org.eclipse.datatools.modelbase.sql;bundle-version="1.0.0",
+ org.eclipse.jpt.common.utility;bundle-version="[1.2.0,2.0.0)",
+ org.eclipse.jpt.jpa.db;bundle-version="[1.2.0,2.0.0)",
+ org.junit;bundle-version="3.8.0"
+Export-Package: org.eclipse.jpt.db.tests.internal;x-internal:=true,
+ org.eclipse.jpt.db.tests.internal.platforms;x-internal:=true
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/about.html b/jpa/tests/org.eclipse.jpt.jpa.db.tests/about.html
new file mode 100644
index 0000000000..be534ba44f
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/about.html
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>May 02, 2008</P>
+
+<H3>License</H3>
+
+<P>The Eclipse Foundation makes available all content in this plug-in
+("Content"). Unless otherwise indicated below, the Content is provided to you
+under the terms and conditions of the Eclipse Public License Version 1.0
+("EPL"). A copy of the EPL is available at
+<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from the Eclipse Foundation, the
+Content is being redistributed by another party ("Redistributor") and different
+terms and conditions may apply to your use of any object code in the Content.
+Check the Redistributor's license that was provided with the Content. If no such
+license exists, contact the Redistributor. Unless otherwise indicated below, the
+terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at
+<A href="http://www.eclipse.org/">http://www.eclipse.org/</A>.</P>
+
+</BODY>
+</HTML>
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/build.properties b/jpa/tests/org.eclipse.jpt.jpa.db.tests/build.properties
new file mode 100644
index 0000000000..d27ab8f407
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/build.properties
@@ -0,0 +1,14 @@
+################################################################################
+# 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
+################################################################################
+source.. = src/
+output.. = bin/
+bin.includes = .,\
+ META-INF/,\
+ plugin.properties
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/derby.properties b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/derby.properties
new file mode 100644
index 0000000000..242d156070
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/derby.properties
@@ -0,0 +1,24 @@
+################################################################################
+# 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 =
+
+# the JDBC URL is required for Derby
+# url = jdbc:derby:C:/derby/data/testdb;create=true
+url =
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/mysql.properties b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/mysql.properties
new file mode 100644
index 0000000000..d6407deb25
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/mysql.properties
@@ -0,0 +1,23 @@
+################################################################################
+# 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 =
+password =
+
+# the JDBC driver JAR(s) must be specified;
+# if there are multiple JARs, separate the names with commas
+# jars = C:/mysql/mysql-connector-java-5.0.6-bin.jar
+jars =
+
+# the JDBC URL is optional for MySQL
+# url = jdbc:mysql://localhost:3306
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle10g.properties b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle10g.properties
new file mode 100644
index 0000000000..4b911b44e1
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle10g.properties
@@ -0,0 +1,24 @@
+################################################################################
+# 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 =
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle10gXE.properties b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle10gXE.properties
new file mode 100644
index 0000000000..e67c01a28e
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle10gXE.properties
@@ -0,0 +1,24 @@
+################################################################################
+# 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 =
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle9i.properties b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle9i.properties
new file mode 100644
index 0000000000..4b911b44e1
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/oracle9i.properties
@@ -0,0 +1,24 @@
+################################################################################
+# 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 =
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/postgresql.properties b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/postgresql.properties
new file mode 100644
index 0000000000..32fafe463b
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/postgresql.properties
@@ -0,0 +1,23 @@
+################################################################################
+# 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 =
+password =
+
+# the JDBC driver JAR(s) must be specified;
+# if there are multiple JARs, separate the names with commas
+# jars = C:/postgresql/jdbc/postgresql-8.2-505.jdbc3.jar
+jars =
+
+# the JDBC URL is optional for PostgreSQL
+# url = jdbc:postgresql
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/sqlserver.properties b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/sqlserver.properties
new file mode 100644
index 0000000000..f72b645c52
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/sqlserver.properties
@@ -0,0 +1,24 @@
+################################################################################
+# 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 =
+password =
+
+# the JDBC driver JAR(s) must be specified;
+# if there are multiple JARs, separate the names with commas
+# jars = C:/sqlserver/lib/sqljdbc.jar
+jars =
+
+# the JDBC URL is required
+# url = jdbc:sqlserver://localhost:1433
+url =
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/sybase.properties b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/sybase.properties
new file mode 100644
index 0000000000..493d5d4ad9
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/config/sybase.properties
@@ -0,0 +1,24 @@
+################################################################################
+# 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 =
+password =
+
+# the JDBC driver JAR(s) must be specified;
+# if there are multiple JARs, separate the names with commas
+# jars = C:/sybase/lib/jconn3.jar
+jars =
+
+# the JDBC URL is required
+# url = jdbc:sybase:Tds:localhost:5000
+url =
diff --git a/jpa/tests/org.eclipse.jpt.jpa.db.tests/plugin.properties b/jpa/tests/org.eclipse.jpt.jpa.db.tests/plugin.properties
new file mode 100644
index 0000000000..2c98779595
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.jpa.db.tests/plugin.properties
@@ -0,0 +1,24 @@
+################################################################################
+# 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
+################################################################################
+# ====================================================================
+# To code developer:
+# Do NOT change the properties between this line and the
+# "%%% END OF TRANSLATED PROPERTIES %%%" line.
+# Make a new property name, append to the end of the file and change
+# the code to use the new property.
+# ====================================================================
+
+# ====================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# ====================================================================
+
+pluginName = JPA DB Tests
+providerName = Eclipse.org
+

Back to the top