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

Back to the top