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



                                                                         
                                
                                                          
                                               
                                         
                                           
                                       


                                           
                                          
                                      
                   

                             
                                                    
                                                 
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Osee Lifecycle
Bundle-SymbolicName: org.eclipse.osee.framework.lifecycle;singleton:=true
Bundle-Version: 0.17.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.core.runtime,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.core.model,
 org.eclipse.osee.framework.core.operation,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.lifecycle,
 org.osgi.framework
Eclipse-ExtensibleAPI: true
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.framework.lifecycle
Service-Component: OSGI-INF/lifecycle.service.xml

Back to the top