Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2016-03-21 20:51:21 +0000
committerRyan D. Brooks2016-03-21 20:51:21 +0000
commit0d22cf094b4cb632a9b65a205e6c1f2b253fe61f (patch)
tree258a1aa35e7e5cd9502fecfa4d2396791a250988 /plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
parente7941c057d520323a87548af60decc660436fd66 (diff)
downloadorg.eclipse.osee-0d22cf094b4cb632a9b65a205e6c1f2b253fe61f.tar.gz
org.eclipse.osee-0d22cf094b4cb632a9b65a205e6c1f2b253fe61f.tar.xz
org.eclipse.osee-0d22cf094b4cb632a9b65a205e6c1f2b253fe61f.zip
refactor: Use BranchId with BranchEvent
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
index b303513d106..e9777bdf599 100644
--- a/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
@@ -9,6 +9,13 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.commons.httpclient,
org.apache.commons.httpclient.methods,
org.apache.commons.httpclient.params,
+ org.codehaus.jackson,
+ org.codehaus.jackson.annotate,
+ org.codehaus.jackson.map,
+ org.codehaus.jackson.map.annotate,
+ org.codehaus.jackson.map.deser.std,
+ org.codehaus.jackson.map.ser.std,
+ org.codehaus.jackson.node,
org.eclipse.core.net.proxy,
org.eclipse.osee.framework.jdk.core.text,
org.eclipse.osee.framework.jdk.core.text.change,

Back to the top