Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 50cfa038cb436668042b4a3c28097ed768c1f2a0 (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.2.0.201811281532-m3
Fragment-Host: org.eclipse.egit.mylyn.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse.org
Import-Package: org.junit;version="[4.3.1,5.0.0)",
 org.junit.runner;version="[4.3.1,5.0.0)",
 org.junit.runners;version="[4.3.1,5.0.0)"

Back to the top