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 | dd44df797360c1cf1dee2f507f142223d689d8e1 (patch) | |
| tree | 903bf0ad28eeb68be65352cebf1f94e20af517eb /qpid/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF | |
| parent | 822e95fa4d350a2916d8b45160df37160c540560 (diff) | |
| download | qpid-python-dd44df797360c1cf1dee2f507f142223d689d8e1.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@945683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF')
| -rw-r--r-- | qpid/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/qpid/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF b/qpid/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF index ff98e7bdca..3b2fe3d37d 100644 --- a/qpid/java/broker-plugins/experimental/slowconsumerdetection/MANIFEST.MF +++ b/qpid/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 |
