Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.api/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ats.api/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ats.api/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.api/META-INF/MANIFEST.MF
index e735f46610b..f7db0d1d1fc 100644
--- a/plugins/org.eclipse.osee.ats.api/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.api/META-INF/MANIFEST.MF
@@ -10,4 +10,5 @@ Export-Package: org.eclipse.osee.ats.api.components,
org.eclipse.osee.ats.api.tokens
Require-Bundle: org.eclipse.osee.display.api,
org.eclipse.osee.framework.core
-Require-Bundle: org.eclipse.osee.framework.core
+Require-Bundle: org.eclipse.osee.framework.core,
+ org.eclipse.osee.display.api

Back to the top