Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormzhu2011-05-06 06:05:18 +0000
committermzhu2011-05-06 06:05:18 +0000
commit7a4b6083659d0ecd17473acf3229b5581b096807 (patch)
treea67f7d6f9a6480fc9b6218e17174be2c93d27f06 /bundles/org.eclipse.equinox.p2.ui.importexport/META-INF/MANIFEST.MF
parentaf75978b27f83dc20bd7646c2429aa4fc6a6c0ad (diff)
downloadrt.equinox.p2-7a4b6083659d0ecd17473acf3229b5581b096807.tar.gz
rt.equinox.p2-7a4b6083659d0ecd17473acf3229b5581b096807.tar.xz
rt.equinox.p2-7a4b6083659d0ecd17473acf3229b5581b096807.zip
Fixed bugzilla 343548.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.importexport/META-INF/MANIFEST.MF')
-rwxr-xr-xbundles/org.eclipse.equinox.p2.ui.importexport/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.importexport/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.ui.importexport/META-INF/MANIFEST.MF
index 2df82a1c5..aca95f575 100755
--- a/bundles/org.eclipse.equinox.p2.ui.importexport/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.ui.importexport/META-INF/MANIFEST.MF
@@ -8,7 +8,8 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.equinox.p2.ui,
org.eclipse.equinox.p2.extensionlocation,
- org.eclipse.equinox.p2.metadata;bundle-version="2.1.0"
+ org.eclipse.equinox.p2.metadata;bundle-version="2.1.0",
+ org.eclipse.ui.forms;bundle-version="3.5.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
J2SE-1.4,
CDC-1.1/Foundation-1.1

Back to the top