Skip to main content
summaryrefslogtreecommitdiffstats
blob: c28292fff0d3791bd0f8aa51941c4fac21df80f5 (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.13.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
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