Skip to main content
summaryrefslogtreecommitdiffstats
blob: cce9a063738841fe4c9fac05be0eff4df91abcee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Event Service over Osgi (Incubation)
Bundle-SymbolicName: org.eclipse.osee.event.osgi
Bundle-Version: 0.22.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Service-Component: OSGI-INF/*.xml
Import-Package: org.eclipse.osee.event,
 org.eclipse.osee.logger,
 org.osgi.framework,
 org.osgi.service.event
Bundle-ActivationPolicy: lazy

Back to the top