You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
704 B
22 lines
704 B
15 years ago
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: %plugin_name
|
||
|
Bundle-SymbolicName: org.eclipse.jgit
|
||
|
Bundle-Version: 0.5.0.qualifier
|
||
|
Bundle-Localization: plugin
|
||
|
Bundle-Vendor: %provider_name
|
||
|
Export-Package: org.eclipse.jgit.dircache,
|
||
|
org.eclipse.jgit.errors;uses:="org.eclipse.jgit.lib",
|
||
|
org.eclipse.jgit.lib,
|
||
|
org.eclipse.jgit.revplot,
|
||
|
org.eclipse.jgit.revwalk,
|
||
|
org.eclipse.jgit.revwalk.filter,
|
||
|
org.eclipse.jgit.transport;uses:="org.eclipse.jgit.lib",
|
||
|
org.eclipse.jgit.treewalk,
|
||
|
org.eclipse.jgit.treewalk.filter,
|
||
|
org.eclipse.jgit.util
|
||
|
Bundle-ActivationPolicy: lazy
|
||
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||
|
Bundle-ClassPath: .
|
||
|
Require-Bundle: com.jcraft.jsch;visibility:=reexport
|