summaryrefslogtreecommitdiff
path: root/qpid/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF
blob: 3b2fe3d37deeb47d1e11cce4deafff48ca690b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Qpid Slow Consumer Detection
Bundle-SymbolicName: qpid_slow_consumer_detection;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.apache.qpid.server.virtualhost.plugin.Activator
Import-Package: org.osgi.framework,
 org.apache.qpid.server.configuration.plugins,
 org.apache.qpid.server.configuration,
 org.apache.qpid.server.virtualhost.plugins,
 org.apache.qpid.server.virtualhost,
 org.apache.qpid.server.queue,
 org.apache.qpid.server.binding,
 org.apache.qpid.server.exchange,
 org.apache.qpid.server.registry,
 org.apache.qpid.server.plugins,
 org.apache.qpid.server.protocol,
 org.apache.qpid.protocol,
 org.apache.qpid.framing,
 org.apache.qpid,
 org.apache.log4j,
 org.apache.commons.configuration 
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: .
Bundle-ActivationPolicy: lazy
Export-Package: org.apache.qpid.server.virtualhost.plugin;uses:="org.osgi.framework",
 org.apache.qpid.server.virtualhost.plugin.policies