Skip to main content
summaryrefslogblamecommitdiffstats
blob: b1da2b1dc16f0bac06d499188abb8bc1af5fc76d (plain) (tree)
1
2
3
4
5
6
7

                         
                                                 
                                                
                                
                                                          
                                               




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