Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bda31ea2494817a4f8c141ccb3c90a8383924bdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GitFlow Test
Bundle-SymbolicName: org.eclipse.egit.gitflow.test;singleton:=true
Bundle-Version: 4.0.0.201506090130-r
Fragment-Host: org.eclipse.egit.gitflow
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.eclipse.egit.core;version="[4.0.0,4.1.0)",
 org.eclipse.egit.core.test;version="[4.0.0,4.1.0)",
 org.eclipse.jgit.junit;version="[4.0.0,4.1.0)",
 org.junit;version="[4.3.0,5.0.0)"

Back to the top