Skip to main content
summaryrefslogblamecommitdiffstats
blob: 273271509e7d52880b6f1368cb04774156a14a9d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

                         
                                                 
                                                
                                






                                                          
                             
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Event Service over Osgi (Incubation)
Bundle-SymbolicName: org.eclipse.osee.event.osgi
Bundle-Version: 0.16.2.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