Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a6710cd526fc42aae925a1c4b9393dc9ae3280f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Bundle-Localization: plugin
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.ui
Bundle-Version: 0.6.0.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.jgit.awtui;version="0.6.0"
Import-Package: com.jcraft.jsch,
 org.eclipse.jgit.lib;version="0.6.0",
 org.eclipse.jgit.transport,
 org.eclipse.jgit.revplot,
 org.eclipse.jgit.revwalk,
 org.eclipse.jgit.util

Back to the top