summaryrefslogtreecommitdiff
path: root/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2010-05-07 15:16:27 +0000
committerMartin Ritchie <ritchiem@apache.org>2010-05-07 15:16:27 +0000
commit3cf7cd54b0aadc9b438bc3becb43c6679c9501e5 (patch)
treea9ec11ba2fd9225892f050dcc7ac8fffc196289e /java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF
parentfa03f90c445acbfe1a9456a0ef5a4c00375dc7ee (diff)
downloadqpid-python-3cf7cd54b0aadc9b438bc3becb43c6679c9501e5.tar.gz
QPID-1447 : Fix Slow Consumer Detection directory Name and package name
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@942117 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF')
-rw-r--r--java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF b/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF
new file mode 100644
index 0000000000..ff98e7bdca
--- /dev/null
+++ b/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF
@@ -0,0 +1,22 @@
+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.plugins.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.registry,
+ org.apache.qpid.server.plugins,
+ 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.plugins;uses:="org.osgi.framework"
+