Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Joy2015-09-01 22:13:48 +0000
committerAngel Avila2015-09-12 01:05:42 +0000
commitb7b88057e54671a7ad1d43622cd622f8f92b9062 (patch)
tree8b80e228649224df84d363c3b92e0ecc9a7a216a /plugins/org.eclipse.osee.ats.dsl.integration.test/META-INF/MANIFEST.MF
parentd32a36c938e84d9bbe119c41a1ff46935b84bb9f (diff)
downloadorg.eclipse.osee-b7b88057e54671a7ad1d43622cd622f8f92b9062.tar.gz
org.eclipse.osee-b7b88057e54671a7ad1d43622cd622f8f92b9062.tar.xz
org.eclipse.osee-b7b88057e54671a7ad1d43622cd622f8f92b9062.zip
feature[ats_ATS217738]: Allow ATS Rules to generate configured tasks
Change-Id: I9e57184d311b8d65f97c2c8d2bb1a91c433e5230 Signed-off-by: Mark Joy <mark.joy@boeing.com>
Diffstat (limited to 'plugins/org.eclipse.osee.ats.dsl.integration.test/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ats.dsl.integration.test/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ats.dsl.integration.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.dsl.integration.test/META-INF/MANIFEST.MF
index 548d333d571..c33d0d815d9 100644
--- a/plugins/org.eclipse.osee.ats.dsl.integration.test/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ats.dsl.integration.test/META-INF/MANIFEST.MF
@@ -6,4 +6,5 @@ Bundle-Version: 0.23.0.qualifier
Fragment-Host: org.eclipse.osee.ats.dsl.integration
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse Open System Engineering Environment
-Require-Bundle: org.junit;bundle-version="4.11.0"
+Require-Bundle: org.junit;bundle-version="4.11.0",
+ org.mockito;bundle-version="1.9.0"

Back to the top