Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 83b18a60fdd3f5bffbb3b3729e1fb16fca0931b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GitFlow Test
Automatic-Module-Name: org.eclipse.egit.gitflow.test
Bundle-SymbolicName: org.eclipse.egit.gitflow.test;singleton:=true
Bundle-Version: 4.11.1.qualifier
Fragment-Host: org.eclipse.egit.gitflow
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.egit.core;version="[4.11.1,4.12.0)",
 org.eclipse.egit.core.test;version="[4.11.1,4.12.0)",
 org.eclipse.jgit.junit;version="[4.11.1,4.12.0)",
 org.junit;version="[4.3.0,5.0.0)"

Back to the top