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



                                                                               
                               

                                                   
                                               
                                                 

                                                     


                                          


                                                                               
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Bugzilla Rest Connector
Bundle-SymbolicName: org.eclipse.mylyn.bugzilla.rest.core.tests;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Fragment-Host: org.eclipse.mylyn.bugzilla.rest.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.junit;bundle-version="4.8.2",
 org.hamcrest;bundle-version="[1.0.0,1.2.0)",
 org.hamcrest.library;bundle-version="[1.0.0,1.2.0)",
 org.eclipse.mylyn.commons.sdk.util,
 com.google.guava;bundle-version="10.0.1",
 org.apache.commons.io
Export-Package: org.eclipse.mylyn.internal.bugzilla.rest.core;x-internal:=true,
 org.eclipse.mylyn.internal.bugzilla.rest.core.tests;x-internal:=true,
 org.eclipse.mylyn.internal.bugzilla.rest.test.support;x-internal:=true

Back to the top