|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %plugin_name
|
|
|
|
Bundle-SymbolicName: org.eclipse.jgit.storage.dht
|
|
|
|
Bundle-Version: 2.1.0.qualifier
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
Bundle-Vendor: %provider_name
|
|
|
|
Export-Package: org.eclipse.jgit.storage.dht;version="2.1.0",
|
|
|
|
org.eclipse.jgit.storage.dht.spi;version="2.1.0",
|
|
|
|
org.eclipse.jgit.storage.dht.spi.cache;version="2.1.0",
|
|
|
|
org.eclipse.jgit.storage.dht.spi.util;version="2.1.0",
|
|
|
|
org.eclipse.jgit.storage.dht.spi.memory;version="2.1.0"
|
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
|
|
Import-Package: com.google.protobuf;version="[2.4.0,2.5.0)",
|
|
|
|
org.eclipse.jgit.errors;version="[2.1.0,2.2.0)",
|
|
|
|
org.eclipse.jgit.generated.storage.dht.proto;version="[2.1.0,2.2.0)",
|
|
|
|
org.eclipse.jgit.lib;version="[2.1.0,2.2.0)",
|
|
|
|
org.eclipse.jgit.nls;version="[2.1.0,2.2.0)",
|
|
|
|
org.eclipse.jgit.revwalk;version="[2.1.0,2.2.0)",
|
|
|
|
org.eclipse.jgit.transport;version="[2.1.0,2.2.0)",
|
|
|
|
org.eclipse.jgit.treewalk;version="[2.1.0,2.2.0)",
|
|
|
|
org.eclipse.jgit.storage.file;version="[2.1.0,2.2.0)",
|
|
|
|
org.eclipse.jgit.storage.pack;version="[2.1.0,2.2.0)",
|
|
|
|
org.eclipse.jgit.util;version="[2.1.0,2.2.0)",
|
|
|
|
org.eclipse.jgit.util.io;version="[2.1.0,2.2.0)"
|