Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-01-23 00:34:04 +0000
committerPascal Rapicault2009-01-23 00:34:04 +0000
commit227c9a924e738f4cd2b4b190b817f062f4e12b29 (patch)
tree50bbc87484991aaf9a28ee282a36f6b2949b53a3 /bundles/org.eclipse.equinox.frameworkadmin
parent017054f7820fa1e01117f570b57be7269cc5f3e4 (diff)
downloadrt.equinox.p2-227c9a924e738f4cd2b4b190b817f062f4e12b29.tar.gz
rt.equinox.p2-227c9a924e738f4cd2b4b190b817f062f4e12b29.tar.xz
rt.equinox.p2-227c9a924e738f4cd2b4b190b817f062f4e12b29.zip
Bug 262090 - x-friend pde.ui for BundleInfo
Diffstat (limited to 'bundles/org.eclipse.equinox.frameworkadmin')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
index 79804d45c..32b73b456 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin/META-INF/MANIFEST.MF
@@ -21,7 +21,8 @@ Export-Package: org.eclipse.equinox.internal.frameworkadmin.utils;
org.eclipse.equinox.p2.publisher,
org.eclipse.equinox.p2.touchpoint.eclipse,
org.eclipse.equinox.simpleconfigurator.manipulator,
- org.eclipse.pde.core"
+ org.eclipse.pde.core,
+ org.eclipse.pde.ui"
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1
Require-Bundle: org.eclipse.equinox.common;bundle-version="3.4.0"

Back to the top