Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2009-01-29 01:22:03 +0000
committertle2009-01-29 01:22:03 +0000
commit0744401c43cddcdbdadfd695db55c385aa782096 (patch)
tree1af7615a98598edd435a5291bb2922aa9aec2e7c /jpa/plugins/org.eclipse.jpt.db
parent1296853ffbf26b8d0a15a382b250255cd104a052 (diff)
downloadwebtools.dali-0744401c43cddcdbdadfd695db55c385aa782096.tar.gz
webtools.dali-0744401c43cddcdbdadfd695db55c385aa782096.tar.xz
webtools.dali-0744401c43cddcdbdadfd695db55c385aa782096.zip
Updated dependencies to point directly to required bundles
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.db')
-rw-r--r--jpa/plugins/org.eclipse.jpt.db/META-INF/MANIFEST.MF4
1 files changed, 4 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.db/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.db/META-INF/MANIFEST.MF
index cc871026b9..73c5c3fd9a 100644
--- a/jpa/plugins/org.eclipse.jpt.db/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.db/META-INF/MANIFEST.MF
@@ -10,6 +10,10 @@ Bundle-ClassPath: .
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.2,2.0.0)",
+ org.eclipse.datatools.connectivity.sqm.core;bundle-version="[1.0.4,2.0.0)",
+ org.eclipse.datatools.modelbase.dbdefinition;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.datatools.modelbase.sql;bundle-version="[1.0.0,2.0.0)",
org.eclipse.datatools.sqltools.editor.core;bundle-version="[1.0.0,2.0.0)",
org.eclipse.jpt.utility;bundle-version="[1.2.0,2.0.0)"
Export-Package: org.eclipse.jpt.db,

Back to the top