Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Lippert2008-10-11 21:53:59 +0000
committerMartin Lippert2008-10-11 21:53:59 +0000
commit467bef683cd20c96cc038146c33c4ec9fb73fe07 (patch)
tree7f50c5130e4a8941f1db976cc27fdfb19371a6df /bundles/org.eclipse.equinox.weaving.hook/META-INF
parent88c3ba594736f3d5ac6ed3771d1c95b9f2f656ee (diff)
downloadrt.equinox.bundles-467bef683cd20c96cc038146c33c4ec9fb73fe07.tar.gz
rt.equinox.bundles-467bef683cd20c96cc038146c33c4ec9fb73fe07.tar.xz
rt.equinox.bundles-467bef683cd20c96cc038146c33c4ec9fb73fe07.zip
interface for SupplementerRegistry extracted and first unit test cases built for supplementer registry and loader delegate hook implementation
Diffstat (limited to 'bundles/org.eclipse.equinox.weaving.hook/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF
index f2ade9230..f485b0191 100644
--- a/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.weaving.hook/META-INF/MANIFEST.MF
@@ -4,5 +4,6 @@ Bundle-Name: Aspect Weaving Hooks Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.equinox.weaving.hook
Bundle-Version: 1.0.0.qualifier
Fragment-Host: org.eclipse.osgi;bundle-version="[3.2.0,4.0.0)"
-Export-Package: org.eclipse.equinox.service.weaving
+Export-Package: org.eclipse.equinox.service.weaving,
+ org.eclipse.equinox.weaving.hooks;x-friends:="org.eclipse.equinox.weaving.tests"
Bundle-RequiredExecutionEnvironment: J2SE-1.3

Back to the top