Skip to main content
summaryrefslogtreecommitdiffstats
blob: cc2c8a8f6332f297f944e9c78f95b0b7f2c8431f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DDS Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.messaging.dds;singleton:=true
Bundle-Version: 0.9.6.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-Localization: plugin
Export-Package: org.eclipse.osee.ote.messaging.dds,
 org.eclipse.osee.ote.messaging.dds.condition,
 org.eclipse.osee.ote.messaging.dds.entity,
 org.eclipse.osee.ote.messaging.dds.listener,
 org.eclipse.osee.ote.messaging.dds.qos,
 org.eclipse.osee.ote.messaging.dds.service,
 org.eclipse.osee.ote.messaging.dds.status,
 org.eclipse.osee.ote.messaging.dds.test,
 org.eclipse.osee.ote.messaging.dds.test.data
Require-Bundle: org.eclipse.osee.framework.jdk.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy

Back to the top