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.
20 lines
820 B
20 lines
820 B
14 years ago
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: %plugin_name
|
||
|
Bundle-SymbolicName: org.eclipse.jgit.storage.dht.test
|
||
|
Bundle-Version: 1.0.0.qualifier
|
||
|
Bundle-Localization: plugin
|
||
|
Bundle-Vendor: %provider_name
|
||
|
Bundle-ActivationPolicy: lazy
|
||
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||
|
Import-Package: org.eclipse.jgit.lib;version="[1.0.0,2.0.0)",
|
||
|
org.eclipse.jgit.errors;version="[1.0.0,2.0.0)",
|
||
|
org.eclipse.jgit.storage.dht;version="[1.0.0,2.0.0)",
|
||
|
org.eclipse.jgit.storage.dht.spi.memory;version="[1.0.0,2.0.0)",
|
||
|
org.eclipse.jgit.storage.file;version="[1.0.0,2.0.0)",
|
||
|
org.eclipse.jgit.storage.pack;version="[1.0.0,2.0.0)",
|
||
|
org.eclipse.jgit.transport;version="[1.0.0,2.0.0)",
|
||
|
org.eclipse.jgit.util;version="[1.0.0,2.0.0)",
|
||
|
org.junit;version="[4.0.0,5.0.0)",
|
||
|
org.hamcrest.core;version="[1.1.0,2.0.0)"
|