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



                                                                   
                                
                                                                  


                                         

                            
                                        
                                        
                                      
                                      
                                   
                             

                                      












                                                
                                                          
                                               
                                                 
                                         
                                   

                                               
                                      

                                           
                                       
                                            
                                      
                                    


                                                 

                                    
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OTE UI Define Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.osee.ote.ui.define;singleton:=true
Bundle-Version: 0.18.0.qualifier
Bundle-Activator: org.eclipse.osee.ote.ui.define.OteUiDefinePlugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.filesystem,
 org.eclipse.ui,
 org.eclipse.ui.ide,
 org.eclipse.core.resources,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.osee.framework.skynet.core,
 org.eclipse.osee.framework.ui.plugin,
 org.eclipse.osee.framework.ui.skynet,
 org.eclipse.osee.framework.ui.swt,
 org.eclipse.osee.ote.define,
 org.eclipse.nebula.widgets.xviewer,
 org.eclipse.osee.framework.core.model
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.osee.ote.ui.define,
 org.eclipse.osee.ote.ui.define.dialogs,
 org.eclipse.osee.ote.ui.define.importer,
 org.eclipse.osee.ote.ui.define.jobs,
 org.eclipse.osee.ote.ui.define.panels,
 org.eclipse.osee.ote.ui.define.reports,
 org.eclipse.osee.ote.ui.define.reports.output,
 org.eclipse.osee.ote.ui.define.utilities,
 org.eclipse.osee.ote.ui.define.viewers,
 org.eclipse.osee.ote.ui.define.viewers.actions,
 org.eclipse.osee.ote.ui.define.viewers.data,
 org.eclipse.osee.ote.ui.define.views
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: com.lowagie.text;version="2.1.7",
 org.apache.commons.lang;version="2.4.0",
 org.eclipse.osee.framework.access,
 org.eclipse.osee.framework.core.client,
 org.eclipse.osee.framework.core.client.server,
 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.type,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.help.ui,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.jdk.core.util.io.xml,
 org.eclipse.osee.framework.logging,
 org.eclipse.ui.forms.widgets

Back to the top