Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e6c80972466384e16036752f01ceb7798bdf0d4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.java7.test
Bundle-Version: 3.0.3.201309161630-r
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: org.eclipse.jgit.junit;version="[3.0.3,3.1.0)",
 org.eclipse.jgit.lib;version="[3.0.3,3.1.0)",
 org.eclipse.jgit.util;version="[3.0.3,3.1.0)"

Back to the top