Skip to main content
summaryrefslogtreecommitdiffstats
blob: 35c7d825fa161596e3b750c94b4b822fdd43559a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Framework Core Test
Bundle-SymbolicName: org.eclipse.osee.framework.core.test;singleton:=true
Bundle-Version: 0.22.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.framework.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit,
 org.mockito;bundle-version="1.9.0",
 org.hamcrest.core
Import-Package: org.eclipse.osee.framework.jdk.core.text,
 org.eclipse.osee.framework.jdk.core.text.tool

Back to the top