Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-03-30 13:30:58 +0000
committerPascal Rapicault2009-03-30 13:30:58 +0000
commit8432a0aaa999d658da3215185de276f9a78f1dca (patch)
treef0c8fd748637ec72b3dad6d063e9171c5c3bbd65 /bundles/org.eclipse.equinox.p2.publisher/META-INF
parente3323e81f523c933c8dceb2a8c08d89f60eb87a2 (diff)
downloadrt.equinox.p2-8432a0aaa999d658da3215185de276f9a78f1dca.tar.gz
rt.equinox.p2-8432a0aaa999d658da3215185de276f9a78f1dca.tar.xz
rt.equinox.p2-8432a0aaa999d658da3215185de276f9a78f1dca.zip
Bug 269170 - NPE in BundlesAction when using update.configurator without simpleconfigurator
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.publisher/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.publisher/META-INF/MANIFEST.MF
index 7b41d2560..140d0e91a 100644
--- a/bundles/org.eclipse.equinox.p2.publisher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.publisher/META-INF/MANIFEST.MF
@@ -7,6 +7,7 @@ Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1
Import-Package: javax.xml.parsers,
+ org.eclipse.core.runtime,
org.eclipse.equinox.app;version="1.0.0";resolution:=optional,
org.eclipse.equinox.internal.frameworkadmin.equinox,
org.eclipse.equinox.internal.frameworkadmin.utils,

Back to the top