Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9cf58980382d0d349b4eab3c06698c8a84c57c78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.generated.storage.dht.proto
Bundle-Version: 1.0.0.201106081625-r
Bundle-Localization: plugin
Bundle-Vendor: %provider_name
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.jgit.generated.storage.dht.proto;version="1.0.0"
Import-Package: com.google.protobuf;version="[2.4.0,2.5.0)"

Back to the top