Skip to main content
summaryrefslogtreecommitdiffstats
blob: d172a6b6080f26ed698e1e1f82e57429d25590f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
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)",
 com.google.guava;bundle-version="[21.0.0,22.0.0)",
 com.google.gson;bundle-version="2.2.4",
 org.eclipse.core.runtime,
 org.apache.commons.io,
 org.eclipse.mylyn.commons.sdk.util,
 org.eclipse.mylyn.bugzilla.rest.core,
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.commons.repositories.core;bundle-version="1.0.0",
 org.eclipse.mylyn.commons.repositories.http.core;bundle-version="1.0.0",
 org.eclipse.mylyn.commons.repositories.core,
 org.eclipse.mylyn.commons.repositories.http.core,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.commons.net
Export-Package: org.eclipse.mylyn.bugzilla.rest.core.tests;x-internal:=true,
 org.eclipse.mylyn.bugzilla.rest.test.support;x-internal:=true

Back to the top