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

Back to the top