diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-05-31 16:07:44 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-05-31 16:07:44 +0000 |
| commit | 74cbc1d33f7dfa9f97c2e11a67c85415a559f6d5 (patch) | |
| tree | a0129c61cbbd61a7fc61a40a1386d6954fe6cd5e /java/broker-plugins/extras/MANIFEST.MF | |
| parent | 89c0b02beeb0fa9463cc3da0abd6f0af3aba3284 (diff) | |
| download | qpid-python-74cbc1d33f7dfa9f97c2e11a67c85415a559f6d5.tar.gz | |
QPID-2585: Update extras OSGi plugin to work with latest interfaces
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@949787 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker-plugins/extras/MANIFEST.MF')
| -rw-r--r-- | java/broker-plugins/extras/MANIFEST.MF | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/java/broker-plugins/extras/MANIFEST.MF b/java/broker-plugins/extras/MANIFEST.MF index e682614ed4..f4ef6e8178 100644 --- a/java/broker-plugins/extras/MANIFEST.MF +++ b/java/broker-plugins/extras/MANIFEST.MF @@ -1,14 +1,21 @@ Bundle-ManifestVersion: 2 -Bundle-Name: Qpid Plugins -Bundle-Description: A simple plugin for qpid. +Bundle-Name: Qpid Broker-Plugins Extras +Bundle-SymbolicName: broker-plugins-extras +Bundle-Description: Extra exchange types plugin for Qpid. Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-DocURL: http://www.apache.org/ -Bundle-SymbolicName: org.apache.qpid.extras.example-plugin Bundle-Activator: org.apache.qpid.extras.Activator -Private-Package: org.apache.qpid.extras,org.apache.qpid.extras.exchang - es.diagnostic,org.apache.qpid.extras.exchanges.example -Import-Package: javax.management,javax.management.openmbean,org.apache - .qpid,org.apache.qpid.framing,org.apache.qpid.junit.extensions.util,o - rg.apache.qpid.protocol,org.apache.qpid.server.exchange,org.apache.qp - id.server.management,org.apache.qpid.server.queue,org.apache.qpid.ser - ver.virtualhost,org.osgi.framework;version=1.3 +Private-Package: org.apache.qpid.extras, + org.apache.qpid.extras.exchanges.diagnostic, + org.apache.qpid.extras.exchanges.example +Import-Package: org.apache.qpid, + org.apache.qpid.framing, + org.apache.qpid.junit.extensions.util, + org.apache.qpid.protocol, + org.apache.qpid.server.exchange, + org.apache.qpid.server.management, + org.apache.qpid.server.queue, + org.apache.qpid.server.virtualhost, + javax.management;version=1.0.0, + javax.management.openmbean;version=1.0.0, + org.osgi.framework;version=1.3 |
