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

                         
                                      
                                                       
                                


                                                  

                                         


                                           


                                             

                                    
                         
                                                          
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Support Util Plug-in
Bundle-SymbolicName: org.eclipse.osee.support.test.util
Bundle-Version: 0.10.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.osee.support.test.util
Import-Package: org.eclipse.core.runtime,
 org.eclipse.osee.framework.core.client,
 org.eclipse.osee.framework.core.data,
 org.eclipse.osee.framework.core.exception,
 org.eclipse.osee.framework.database.core,
 org.eclipse.osee.framework.jdk.core.type,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.jdk.core.util.io,
 org.eclipse.osee.framework.logging,
 org.osgi.framework
Require-Bundle: org.junit
Bundle-Vendor: Eclipse Open System Engineering Environment

Back to the top