Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorafinkbein2010-02-17 19:49:09 +0000
committerafinkbein2010-02-17 19:49:09 +0000
commita48a442a79d09f229c079672212568de151ec5e5 (patch)
treedb49e2777dbd8a5ec5dd0325598be04344b23647 /org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF
parenta292139fcae75da5e1f4d95a86631036aae0d395 (diff)
downloadorg.eclipse.osee-a48a442a79d09f229c079672212568de151ec5e5.tar.gz
org.eclipse.osee-a48a442a79d09f229c079672212568de151ec5e5.tar.xz
org.eclipse.osee-a48a442a79d09f229c079672212568de151ec5e5.zip
Diffstat (limited to 'org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF10
1 files changed, 8 insertions, 2 deletions
diff --git a/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF b/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF
index e658a013c07..372f68168be 100644
--- a/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF
+++ b/org.eclipse.osee.framework.messaging/META-INF/MANIFEST.MF
@@ -159,10 +159,16 @@ Import-Package: javax.jms,
org.eclipse.osee.framework.jdk.core.util,
org.eclipse.osee.framework.jdk.core.util.time,
org.eclipse.osee.framework.logging,
+ org.eclipse.osee.framework.plugin.core,
+ org.eclipse.osee.framework.plugin.core.util,
org.osgi.framework,
- org.osgi.util.tracker;version="1.4.0"
+ org.osgi.util.tracker;version="1.4.0",
+ org.springframework.context;version="2.5.6"
Bundle-ActivationPolicy: lazy
Eclipse-ExtensibleAPI: true
Export-Package: org.eclipse.osee.framework.messaging,
org.eclipse.osee.framework.messaging.definitions,
- org.eclipse.osee.framework.messaging.id
+ org.eclipse.osee.framework.messaging.future,
+ org.eclipse.osee.framework.messaging.id,
+ org.eclipse.osee.framework.messaging.services,
+ org.eclipse.osee.framework.messaging.services.messages

Back to the top