Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2fc370f15b239850065959d8e87176da7a6b60d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse EGit Mylyn GitHub Tests
Automatic-Module-Name: org.eclipse.mylyn.github.tests
Bundle-SymbolicName: org.eclipse.mylyn.github.tests
Bundle-Version: 5.4.0.201906121030-r
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jface.text;bundle-version="[3.11.0,4.0.0)",
 org.eclipse.mylyn.tasks.core;bundle-version="[3.20.0,4.0.0)",
 org.junit;bundle-version="[4.12.0,5.0.0)"
Bundle-Vendor: Eclipse EGit
Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.4.0,5.5.0)",
 org.eclipse.mylyn.internal.github.ui.issue;version="[5.4.0,5.5.0)"

Back to the top