Skip to main content
summaryrefslogtreecommitdiffstats
blob: a8227efac4681901ce576100b3f16909e346e5d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Mail Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.mail.test;singleton:=true
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.26.0.qualifier
Fragment-Host: org.eclipse.osee.mail
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse Open System Engineering Environment
Require-Bundle: org.hamcrest.core,
 org.mockito;visibility:=reexport
Import-Package: org.junit,
 org.junit.rules,
 org.junit.runner,
 org.junit.runners

Back to the top