Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbroberts2019-08-26 15:00:30 +0000
committerBaily Roberts2019-08-26 15:01:30 +0000
commitb439226bf9bb9f4930e42d01c6a32f43ef7fdfce (patch)
treee6f0c60d0151b79aaafc8b9afc4dd5b5c43ca4e0
parentda3095d7f9206931c67d1f5ffda3dee04e23a5a0 (diff)
downloadorg.eclipse.osee-broberts.tar.gz
org.eclipse.osee-broberts.tar.xz
org.eclipse.osee-broberts.zip
bug: fix ServInt Testbroberts
Change-Id: I0b697495a9201668e07d5643608539102f847aec Signed-off-by: broberts <baily.e.roberts@boeing.com>
-rw-r--r--plugins/org.eclipse.osee.server.integration.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.server.integration.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.server.integration.tests/META-INF/MANIFEST.MF
index 3295d8c7dc2..a896f51f1db 100644
--- a/plugins/org.eclipse.osee.server.integration.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.server.integration.tests/META-INF/MANIFEST.MF
@@ -34,3 +34,4 @@ Require-Bundle: org.eclipse.osee.ats.api,
org.apache.commons.logging,
org.hamcrest.core,
org.mockito;visibility:=reexport
+DynamicImport-Package: *ccil* \ No newline at end of file

Back to the top