Skip to main content
summaryrefslogtreecommitdiffstats
blob: a1fcb624a96a55345b50020438e22d15d0174512 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OTE JMS (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.jms
Bundle-Version: 0.17.2.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.osee.connection.service,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util;resolution:=optional,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.messaging,
 org.eclipse.osee.ote.core.environment,
 org.eclipse.osee.ote.message,
 org.eclipse.osee.ote.message.elements,
 org.eclipse.osee.ote.message.event,
 org.eclipse.osee.ote.service;resolution:=optional,
 org.osgi.service.event;version="1.3.0"
Export-Package: org.eclipse.osee.ote.jms
Require-Bundle: org.eclipse.core.runtime
Service-Component: OSGI-INF/*.xml
Bundle-ActivationPolicy: lazy

Back to the top