Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2012-01-05 19:53:17 +0000
committerRoberto E. Escobar2012-01-05 19:53:17 +0000
commit1c6e1fab8fc8abd761ec3fc3f147227071c3a261 (patch)
treedcd03c48efa8246ce2f88c98e5494ab2d06cd981 /plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
parent8e3a6f247c7c465f38337095cb4f7e9d969da58c (diff)
downloadorg.eclipse.osee-1c6e1fab8fc8abd761ec3fc3f147227071c3a261.tar.gz
org.eclipse.osee-1c6e1fab8fc8abd761ec3fc3f147227071c3a261.tar.xz
org.eclipse.osee-1c6e1fab8fc8abd761ec3fc3f147227071c3a261.zip
feature: Add threading framework for splitting up work
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.MF1
1 files changed, 1 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 b1a9eee4f6d..110de6051a0 100644
--- a/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
@@ -25,6 +25,7 @@ Export-Package: org.eclipse.osee.framework.core.data,
org.eclipse.osee.framework.core.exception,
org.eclipse.osee.framework.core.operation,
org.eclipse.osee.framework.core.ops,
+ org.eclipse.osee.framework.core.threading,
org.eclipse.osee.framework.core.translation,
org.eclipse.osee.framework.core.util
Bundle-ActivationPolicy: lazy

Back to the top