Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.impl.test/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ats.impl.test/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ats.impl.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.impl.test/META-INF/MANIFEST.MF
index cb066be8ef4..b5e48925048 100644
--- a/plugins/org.eclipse.osee.ats.impl.test/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.impl.test/META-INF/MANIFEST.MF
@@ -6,7 +6,9 @@ Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-Version: 0.19.0.qualifier
Fragment-Host: org.eclipse.osee.ats.impl
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Import-Package: org.eclipse.osee.ats.api.workdef
+Import-Package: org.eclipse.emf.common.util,
+ org.eclipse.osee.ats.api.workdef,
+ org.eclipse.osee.ats.dsl.atsDsl.impl
Require-Bundle: org.junit,
org.mockito;bundle-version="1.9.0",
org.hamcrest.core,

Back to the top