Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.access/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.access/META-INF/MANIFEST.MF11
1 files changed, 9 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.access/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.access/META-INF/MANIFEST.MF
index d82084b13b7..b62523203a5 100644
--- a/plugins/org.eclipse.osee.framework.access/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.access/META-INF/MANIFEST.MF
@@ -24,12 +24,19 @@ Import-Package: com.google.common.collect,
org.eclipse.osee.framework.jdk.core.util,
org.eclipse.osee.framework.lifecycle,
org.eclipse.osee.framework.logging,
+ org.eclipse.osee.framework.skynet.core,
+ org.eclipse.osee.framework.skynet.core.artifact,
+ org.eclipse.osee.framework.skynet.core.artifact.search,
+ org.eclipse.osee.framework.skynet.core.event,
+ org.eclipse.osee.framework.skynet.core.event.filter,
+ org.eclipse.osee.framework.skynet.core.event.listener,
+ org.eclipse.osee.framework.skynet.core.event.model,
+ org.eclipse.osee.framework.skynet.core.relation,
+ org.eclipse.osee.framework.skynet.core.utility,
org.osgi.framework,
org.osgi.util.tracker
Bundle-ActivationPolicy: lazy
Eclipse-ExtensibleAPI: true
Export-Package: org.eclipse.osee.framework.access,
org.eclipse.osee.framework.access.internal.data
-Require-Bundle: org.eclipse.osee.framework.skynet.core,
- org.eclipse.osee.framework.core.model
Service-Component: OSGI-INF/*.xml

Back to the top