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

                         
                                         
                                                                              
                                
                                                   


                                    

                                               
                                                          




                                                    
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Messaging Test Fragment
Bundle-SymbolicName: org.eclipse.osee.framework.messaging.test;singleton:=true
Bundle-Version: 0.13.0.qualifier
Fragment-Host: org.eclipse.osee.framework.messaging
Require-Bundle: org.junit,
 org.mockito;bundle-version="1.9.0",
 org.hamcrest.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse Open System Engineering Environment
Import-Package: javax.xml.bind,
 javax.xml.bind.annotation,
 javax.xml.namespace,
 org.eclipse.osee.framework.jdk.core.util,
 org.eclipse.osee.framework.jdk.core.util.annotation

Back to the top