Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2016-03-07 18:56:33 +0000
committerMegumi Telles2016-03-09 19:58:21 +0000
commit3a12002b35fed3078aafc746f97039a94c48c074 (patch)
treee89281f21c3180abb8b322666c1c4d866fe46996 /plugins/org.eclipse.osee.ats/META-INF/MANIFEST.MF
parent95f6bf99d9518c446347bc55ef741cb7785cb0e5 (diff)
downloadorg.eclipse.osee-3a12002b35fed3078aafc746f97039a94c48c074.tar.gz
org.eclipse.osee-3a12002b35fed3078aafc746f97039a94c48c074.tar.xz
org.eclipse.osee-3a12002b35fed3078aafc746f97039a94c48c074.zip
bug[ats_ATS276451]: Sorting by Activity Id is slow
Diffstat (limited to 'plugins/org.eclipse.osee.ats/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ats/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ats/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats/META-INF/MANIFEST.MF
index 9fa274c2fd3..31c62f821a1 100644
--- a/plugins/org.eclipse.osee.ats/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats/META-INF/MANIFEST.MF
@@ -58,7 +58,8 @@ Export-Package: org.eclipse.osee.ats,
org.eclipse.osee.ats.workflow,
org.eclipse.osee.ats.world,
org.eclipse.osee.ats.world.search
-Import-Package: com.google.gson,
+Import-Package: com.google.common.cache,
+ com.google.gson,
com.google.gson.reflect,
com.google.inject,
javax.mail,

Back to the top