Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbroberts2019-04-22 17:38:00 +0000
committerRyan D. Brooks2019-04-22 17:38:00 +0000
commit9d5522427c93a74810d6cbd9f3c284f53a9b8552 (patch)
tree62e5be21ead7902257914791c5ca620b659bb883 /plugins/org.eclipse.osee.orcs.script.dsl.tests
parent2ce16a7527837672468e5c929eda05dda1e68e1a (diff)
downloadorg.eclipse.osee-9d5522427c93a74810d6cbd9f3c284f53a9b8552.tar.gz
org.eclipse.osee-9d5522427c93a74810d6cbd9f3c284f53a9b8552.tar.xz
org.eclipse.osee-9d5522427c93a74810d6cbd9f3c284f53a9b8552.zip
feature: Add mockito and other orbit plugins to features
Change-Id: Ib21ac0f58f307f38cf3367cac49f828cac373f06 Signed-off-by: broberts <baily.e.roberts@boeing.com>
Diffstat (limited to 'plugins/org.eclipse.osee.orcs.script.dsl.tests')
-rw-r--r--plugins/org.eclipse.osee.orcs.script.dsl.tests/META-INF/MANIFEST.MF7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.orcs.script.dsl.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.orcs.script.dsl.tests/META-INF/MANIFEST.MF
index c12a8eec526..71d926cd2e7 100644
--- a/plugins/org.eclipse.osee.orcs.script.dsl.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.orcs.script.dsl.tests/META-INF/MANIFEST.MF
@@ -7,10 +7,11 @@ Bundle-SymbolicName: org.eclipse.osee.orcs.script.dsl.tests;singleton:=true
Bundle-ActivationPolicy: lazy
Fragment-Host: org.eclipse.osee.orcs.script.dsl
Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.xtext.junit4
-Import-Package: org.apache.log4j,
+ org.eclipse.xtext.junit4,
org.hamcrest.core,
- org.junit,
+ org.mockito;visibility:=reexport
+Import-Package: org.apache.log4j,
+ org.junit;visibility:=reexport,
org.junit.rules,
org.junit.runner;version="4.5.0",
org.junit.runner.manipulation;version="4.5.0",

Back to the top