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


                          
                                                                   
                             
                                
                                        
                                               
                          
                   
                                  
              
                                                          
                                                       
                                            
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ATS Core Test
Bundle-SymbolicName: org.eclipse.osee.ats.core.test;singleton:=true
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.26.0.qualifier
Fragment-Host: org.eclipse.osee.ats.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit,
 org.hamcrest.core,
 org.mockito;visibility:=reexport,
 org.objenesis
Bundle-Vendor: Eclipse Open System Engineering Environment
Import-Package: org.eclipse.osee.ats.api.workdef.model,
 org.eclipse.osee.framework.core.util.result

Back to the top