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.
29 lines
782 B
29 lines
782 B
15 years ago
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: %plugin_name
|
||
|
Bundle-SymbolicName: org.eclipse.jgit.test
|
||
|
Bundle-Version: 0.6.0.qualifier
|
||
|
Bundle-Localization: plugin
|
||
|
Bundle-Vendor: %provider_name
|
||
|
Bundle-ActivationPolicy: lazy
|
||
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||
|
Import-Package: com.jcraft.jsch,
|
||
|
junit.framework,
|
||
|
junit.textui,
|
||
|
org.eclipse.jgit.junit,
|
||
|
org.eclipse.jgit.diff,
|
||
|
org.eclipse.jgit.dircache,
|
||
|
org.eclipse.jgit.errors,
|
||
|
org.eclipse.jgit.fnmatch,
|
||
|
org.eclipse.jgit.lib,
|
||
|
org.eclipse.jgit.merge,
|
||
|
org.eclipse.jgit.patch,
|
||
|
org.eclipse.jgit.revplot,
|
||
|
org.eclipse.jgit.revwalk,
|
||
|
org.eclipse.jgit.revwalk.filter,
|
||
|
org.eclipse.jgit.transport,
|
||
|
org.eclipse.jgit.treewalk,
|
||
|
org.eclipse.jgit.treewalk.filter,
|
||
|
org.eclipse.jgit.util,
|
||
|
org.eclipse.jgit.util.io
|