Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6ebe5447ed7cda37520ffc92bb47e41829e48fc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse EGit Mylyn GitHub Tests
Bundle-SymbolicName: org.eclipse.mylyn.github.tests
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.mylyn.tasks.ui;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.mylyn.tasks.core,
 org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.junit;bundle-version="[4.8.1,5.0.0)",
 org.hamcrest;bundle-version="[1.1.0,2.0.0)",
 org.objenesis;bundle-version="[1.0.0,2.0.0)"
Bundle-Vendor: Eclipse EGit
Import-Package: org.eclipse.mylyn.internal.github.core;version="[1.0.0,1.1.0)",
 org.eclipse.mylyn.internal.github.ui.issue;version="[1.0.0,1.1.0)",
 org.mockito;version="[1.8.4,2.0.0)",
 org.mockito.runners;version="[1.8.4,2.0.0)",
 org.mockito.stubbing;version="[1.8.4,2.0.0)"

Back to the top