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



                                                                
                                

                                                          
                                                  





                                       


                                         
















                                             
                   
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Coverage Integration Tests (Incubation)
Bundle-SymbolicName: org.eclipse.osee.coverage.integration.tests
Bundle-Version: 0.16.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="4.11.0",
 org.mockito;bundle-version="1.9.0",
 org.hamcrest.core,
 org.objenesis,
 org.eclipse.core.resources,
 org.eclipse.osee.coverage,
 org.eclipse.osee.framework.skynet.core
Import-Package: org.eclipse.core.runtime,
 org.eclipse.core.runtime.jobs,
 org.eclipse.osee.client.test.framework,
 org.eclipse.osee.coverage.demo,
 org.eclipse.osee.framework.core.client,
 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.operation,
 org.eclipse.osee.framework.core.util,
 org.eclipse.osee.framework.database.core,
 org.eclipse.osee.framework.database.init,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.logging,
 org.eclipse.osee.framework.plugin.core,
 org.eclipse.osee.framework.plugin.core.util,
 org.eclipse.osee.framework.ui.skynet.blam,
 org.eclipse.osee.framework.ui.skynet.render,
 org.osgi.framework

Back to the top