blob: d1c69a80caf53e6b110e1c09e23bfee861557cd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Gluster Storage Platform Core
Bundle-SymbolicName: org.gluster.storage.management.core
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Gluster
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.gluster.storage.management.core.constants,
org.gluster.storage.management.core.exceptions,
org.gluster.storage.management.core.model,
org.gluster.storage.management.core.response,
org.gluster.storage.management.core.utils
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0"
Bundle-ClassPath: .
Import-Package: org.gluster.storage.management.core.exceptions
|