Skip to main content
summaryrefslogtreecommitdiffstats
blob: 140fea325aac3c3451b0f057581511db2c8819ff (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
24
25
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OTE JMS (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.jms
Bundle-Version: 0.24.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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.ote,
 org.eclipse.osee.ote.core,
 org.eclipse.osee.ote.core.environment,
 org.eclipse.osee.ote.core.environment.interfaces,
 org.eclipse.osee.ote.endpoint,
 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"
Require-Bundle: org.eclipse.core.runtime
Service-Component: OSGI-INF/*.xml
Bundle-ActivationPolicy: lazy

Back to the top