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



                                                                            
                                
                                                          
                                               

                                                       


                                                     



                                             
                                              




                                             
                                         
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Core Message
Bundle-SymbolicName: org.eclipse.osee.framework.core.message;singleton:=true
Bundle-Version: 0.16.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.osee.framework.core.message
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/*.xml
Require-Bundle: org.eclipse.core.runtime
Import-Package: org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.enums,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.core.model,
 org.eclipse.osee.framework.core.model.cache,
 org.eclipse.osee.framework.core.model.change,
 org.eclipse.osee.framework.core.model.type,
 org.eclipse.osee.framework.core.services,
 org.eclipse.osee.framework.core.translation,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util

Back to the top