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


                          
                                                                              
                                
                                                   
                                               
                                                    

                                                     
                                   
                                       
                                                 



                                    
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Fragment
Bundle-SymbolicName: org.eclipse.osee.framework.ui.skynet.test;singleton:=true
Bundle-Version: 0.21.0.qualifier
Fragment-Host: org.eclipse.osee.framework.ui.skynet
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.osee.framework.ui.skynet
Import-Package: com.lowagie.text.pdf;version="2.1.7",
 com.lowagie.text.rtf;version="2.1.7",
 org.eclipse.osee.framework.access,
 org.eclipse.osee.framework.core.enums,
 org.eclipse.osee.framework.jdk.core.util.windows
Require-Bundle: org.junit,
 org.mockito;bundle-version="1.9.0",
 org.hamcrest.core,
 org.objenesis

Back to the top