Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2015-06-12 19:14:04 +0000
committerRyan T. Baldwin2015-06-12 19:14:04 +0000
commit78f1d25e82ba4e00ced098421de0be65bbb348e1 (patch)
tree8c75781bb8f588380eb61a207caaa1701c08874d /plugins/org.eclipse.osee.ats.client.integration.tests/META-INF
parent774c3527d77c880f3436fb7d6dd40947f20c4a13 (diff)
downloadorg.eclipse.osee-78f1d25e82ba4e00ced098421de0be65bbb348e1.tar.gz
org.eclipse.osee-78f1d25e82ba4e00ced098421de0be65bbb348e1.tar.xz
org.eclipse.osee-78f1d25e82ba4e00ced098421de0be65bbb348e1.zip
bug[ats_ATS185779]: Convert client WorkflowProvider to OSGI
- Server now has TeamWorkflowProviders through OSGI. This provides them the same way on the client. - Fixes bug introduced by ATS185779 Change-Id: I727fc5115e0eac2d03f5610f08211b0ab037de8f
Diffstat (limited to 'plugins/org.eclipse.osee.ats.client.integration.tests/META-INF')
-rw-r--r--plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF
index b4f503f1169..09a12869ec0 100644
--- a/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.client.integration.tests/META-INF/MANIFEST.MF
@@ -70,6 +70,7 @@ Import-Package: com.google.common.collect,
org.eclipse.osee.ats.core.users,
org.eclipse.osee.ats.core.util,
org.eclipse.osee.ats.core.workdef,
+ org.eclipse.osee.ats.core.workflow,
org.eclipse.osee.ats.core.workflow.state,
org.eclipse.osee.ats.core.workflow.transition,
org.eclipse.osee.ats.editor,

Back to the top