Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2013-06-25 20:30:16 +0000
committerThomas Watson2013-06-26 18:27:26 +0000
commit88580f7595f0f7b09de84ddc0eb281b81da6857d (patch)
tree1a69d36871954a1b871548adde91e8e33181ced4 /bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
parent0d2350aba3c0396ca306570a642f48fdb706d8d2 (diff)
downloadrt.equinox.framework-88580f7595f0f7b09de84ddc0eb281b81da6857d.tar.gz
rt.equinox.framework-88580f7595f0f7b09de84ddc0eb281b81da6857d.tar.xz
rt.equinox.framework-88580f7595f0f7b09de84ddc0eb281b81da6857d.zip
[Bug 407416] Test framework discards bundles at load time when storage hooks invalidate.
A new package and initial infrastructure for framework hook tests was created. Two storage hook tests have been added. One tests that bundles are discarded if a storage hook throws IllegalStateException from the validate() method. The other ensure that bundles are not discarded when storage hook validation succeeds.
Diffstat (limited to 'bundles/org.eclipse.osgi/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.osgi/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
index 798730f5c..db400838d 100644
--- a/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
@@ -14,6 +14,7 @@ Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.ru
org.eclipse.osgi.framework.util;x-internal:=true,
org.eclipse.osgi.internal.debug;x-internal:=true,
org.eclipse.osgi.internal.framework;x-internal:=true,
+ org.eclipse.osgi.internal.hookregistry;x-friends:="org.eclipse.osgi.tests",
org.eclipse.osgi.internal.loader;x-internal:=true,
org.eclipse.osgi.internal.loader.buddy;x-internal:=true,
org.eclipse.osgi.internal.loader.classpath;x-internal:=true,
@@ -37,6 +38,7 @@ Export-Package: org.eclipse.core.runtime.adaptor;x-friends:="org.eclipse.core.ru
org.eclipse.osgi.service.security;version="1.0",
org.eclipse.osgi.service.urlconversion;version="1.0",
org.eclipse.osgi.signedcontent;version="1.0",
+ org.eclipse.osgi.storage;x-friends:="org.eclipse.osgi.tests",
org.eclipse.osgi.storage.bundlefile;x-internal:=true,
org.eclipse.osgi.storage.url.reference;x-internal:=true,
org.eclipse.osgi.storagemanager;version="1.0",

Back to the top