Skip to main content
summaryrefslogtreecommitdiffstats
blob: ae2c7c7c8f43a2bc9aa9895822bbca351ce9dbfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JDK Core Test
Bundle-SymbolicName: org.eclipse.osee.framework.jdk.core.test;singleton:=true
Bundle-Version: 0.9.6.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Fragment-Host: org.eclipse.osee.framework.jdk.core;bundle-version="0.4.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.osee.framework.jdk.core.test,
 org.eclipse.osee.framework.jdk.core.test.type
Require-Bundle: org.junit4
Import-Package: org.eclipse.osee.framework.jdk.core.text.rules

Back to the top