Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-10-20 13:26:59 +0000
committerEike Stepper2007-10-20 13:26:59 +0000
commit911af402233546677f27b8116db84b856b9a66d2 (patch)
tree43c1d62d98c95ddc1519824849f2ac947c5be6a6 /plugins/org.eclipse.net4j.db.derby
parenta848a9eb88a6ab7bf458e9cd58c63d62e4ec7ca0 (diff)
downloadcdo-911af402233546677f27b8116db84b856b9a66d2.tar.gz
cdo-911af402233546677f27b8116db84b856b9a66d2.tar.xz
cdo-911af402233546677f27b8116db84b856b9a66d2.zip
*** empty log message ***
Diffstat (limited to 'plugins/org.eclipse.net4j.db.derby')
-rw-r--r--plugins/org.eclipse.net4j.db.derby/.options5
-rw-r--r--plugins/org.eclipse.net4j.db.derby/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.net4j.db.derby/fragment.xml18
3 files changed, 20 insertions, 5 deletions
diff --git a/plugins/org.eclipse.net4j.db.derby/.options b/plugins/org.eclipse.net4j.db.derby/.options
index 6b62a244fc..b93dc7c8b1 100644
--- a/plugins/org.eclipse.net4j.db.derby/.options
+++ b/plugins/org.eclipse.net4j.db.derby/.options
@@ -1,5 +1,4 @@
# Debugging and tracing options
-org.eclipse.net4j.db.mysql/debug = true
-
-org.eclipse.net4j.db.mysql/debug.sql = true
+org.eclipse.net4j.db.derby/debug = true
+org.eclipse.net4j.db.derby/debug.sql = true
diff --git a/plugins/org.eclipse.net4j.db.derby/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.db.derby/META-INF/MANIFEST.MF
index 79c8cd5395..e7ac4f4e9a 100644
--- a/plugins/org.eclipse.net4j.db.derby/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j.db.derby/META-INF/MANIFEST.MF
@@ -10,5 +10,5 @@ Bundle-ClassPath: .,
lib/derbyclient.jar
Fragment-Host: org.eclipse.net4j.db;bundle-version="[0.8.0,0.9.0)"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)"
-Export-Package: org.apache.derby.jdbc;x-friends:="org.eclipse.emf.cdo.tests.tdd",
+Export-Package: org.apache.derby.jdbc;x-friends:="org.eclipse.emf.cdo.tests,org.eclipse.net4j.jms.tests,org.eclipse.net4j.tests",
org.eclipse.net4j.db.internal.derby;version="0.8.0"
diff --git a/plugins/org.eclipse.net4j.db.derby/fragment.xml b/plugins/org.eclipse.net4j.db.derby/fragment.xml
index 2b10b43030..41765fefd1 100644
--- a/plugins/org.eclipse.net4j.db.derby/fragment.xml
+++ b/plugins/org.eclipse.net4j.db.derby/fragment.xml
@@ -1,6 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
+<?eclipse version="3.3"?>
+<!--
+ <copyright>
+
+ Copyright (c) 2004 - 2007 Eike Stepper, Germany.
+ 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:
+ Eike Stepper - Initial API and implementation
+
+ </copyright>
+-->
+
<plugin>
+
<extension
point="org.eclipse.net4j.db.dbAdapters">
<dbAdapter

Back to the top