diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2010-05-18 14:44:43 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2010-05-18 14:44:43 +0000 |
| commit | cb881fa7637a654697c46513e27d3072a0e3d195 (patch) | |
| tree | cbd8eb17eca3fbdae9572ea97879cf3eb0a391e0 /java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF | |
| parent | 6768b7db27e89ee454693849cea6883aef48f941 (diff) | |
| download | qpid-python-cb881fa7637a654697c46513e27d3072a0e3d195.tar.gz | |
QPID-1447 : Update Plugins to use changes to ConfigurationPlugin, Update Test to correctly run and prevent failover.
Update excludes to include test in Java Broker runs but not CPP or 010.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF')
| -rw-r--r-- | java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF b/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF index ff98e7bdca..3b2fe3d37d 100644 --- a/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF +++ b/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF @@ -3,20 +3,26 @@ 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 +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.plugins;uses:="org.osgi.framework" +Export-Package: org.apache.qpid.server.virtualhost.plugin;uses:="org.osgi.framework", + org.apache.qpid.server.virtualhost.plugin.policies |
