Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dc03137bb76805ceab44102d1bbe1388ad89d351 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Git Team Provider Mylyn UI Test Fragment
Automatic-Module-Name: org.eclipse.egit.mylyn.ui.test
Bundle-SymbolicName: org.eclipse.egit.mylyn.ui.test
Bundle-Version: 5.6.0.qualifier
Fragment-Host: org.eclipse.egit.mylyn.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse.org
Import-Package: org.junit;version="[4.12.0,5.0.0)",
 org.junit.runner;version="[4.12.0,5.0.0)",
 org.junit.runners;version="[4.12.0,5.0.0)"

Back to the top