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

                         

                                                                     
                                


                                                                     









                                        


                                                
                                                          
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Workspace
Bundle-SymbolicName: org.eclipse.osee.framework.ui.ws;singleton:=true
Bundle-Version: 0.16.0.qualifier
Bundle-Activator: org.eclipse.osee.framework.ui.ws.internal.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.jdt.core,
 org.eclipse.jdt.ui,
 org.eclipse.core.resources,
 org.eclipse.jface.text,
 org.eclipse.ui.ide,
 org.eclipse.ui.editors,
 org.eclipse.osee.framework.jdk.core,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.osee.framework.ui.plugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.osee.framework.ui.ws
Bundle-Vendor: Eclipse Open System Engineering Environment

Back to the top