Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4923dff92831ac7a9f12a97527841d4214eb5013 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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: 5.12.0.202105261145-m3
Fragment-Host: org.eclipse.egit.gitflow
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.egit.core;version="[5.12.0,5.13.0)",
 org.eclipse.jgit.junit;version="[5.12.0,5.13.0)",
 org.hamcrest;version="[1.1.0,1.2.0)",
 org.junit.rules;version="[4.13.0,5.0.0)",
 org.junit;version="[4.13.0,5.0.0)"
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.11.0,4.0.0)",
 org.eclipse.egit.core.junit;bundle-version="[5.12.0,5.13.0)"

Back to the top