Skip to main content
summaryrefslogtreecommitdiffstats
blob: cbfbc0dccfc292590b15fb039474f0e009601d9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Fragment
Bundle-SymbolicName: org.eclipse.osee.framework.messaging.test;singleton:=true
Bundle-Version: 0.9.0.qualifier
Fragment-Host: org.eclipse.osee.framework.messaging;bundle-version="0.9.0.qualifier"
Require-Bundle: org.junit4;bundle-version="4.5.0",
 org.eclipse.osee.framework.jdk.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse.org
Import-Package: org.eclipse.osee.framework.jdk.core.util

Back to the top