Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2009-01-29 02:46:20 +0000
committertle2009-01-29 02:46:20 +0000
commit2f116154b13aa7eecec582a1788060a8040826d8 (patch)
tree61e4c0bb7e11b296b5c7e0176bc7dcc167b7daab /jpa/plugins/org.eclipse.jpt.db.ui/META-INF/MANIFEST.MF
parent0744401c43cddcdbdadfd695db55c385aa782096 (diff)
downloadwebtools.dali-2f116154b13aa7eecec582a1788060a8040826d8.tar.gz
webtools.dali-2f116154b13aa7eecec582a1788060a8040826d8.tar.xz
webtools.dali-2f116154b13aa7eecec582a1788060a8040826d8.zip
211489 - Internal API usage DTPUiTools
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.db.ui/META-INF/MANIFEST.MF')
-rw-r--r--jpa/plugins/org.eclipse.jpt.db.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.db.ui/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.db.ui/META-INF/MANIFEST.MF
index f51bab64a5..e3e7d13160 100644
--- a/jpa/plugins/org.eclipse.jpt.db.ui/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.db.ui/META-INF/MANIFEST.MF
@@ -10,5 +10,6 @@ Export-Package: org.eclipse.jpt.db.ui.internal; x-friends:="org.eclipse.jpt.ui"
Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.jpt.db;bundle-version="[1.2.0,2.0.0)",
org.eclipse.datatools.connectivity.ui;bundle-version="[1.1.0,1.2.0)",
- org.eclipse.datatools.sqltools.editor.core;bundle-version="[1.0.0,2.0.0)"
+ org.eclipse.datatools.sqltools.editor.core;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.datatools.connectivity.db.generic.ui;bundle-version="[1.0.1,2.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top