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 | 6850faec84180c77821eb34b4579dc7748b1efb8 (patch) | |
| tree | 7f9459be5c75ddbdd094d8f2f55ace8531578bb0 /qpid/java/broker-plugins/extras/MANIFEST.MF | |
| parent | e1928f500bcef5660b2f3b5b500c9d13d0aab3e1 (diff) | |
| download | qpid-python-6850faec84180c77821eb34b4579dc7748b1efb8.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@949787 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker-plugins/extras/MANIFEST.MF')
| -rw-r--r-- | qpid/java/broker-plugins/extras/MANIFEST.MF | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/qpid/java/broker-plugins/extras/MANIFEST.MF b/qpid/java/broker-plugins/extras/MANIFEST.MF index e682614ed4..f4ef6e8178 100644 --- a/qpid/java/broker-plugins/extras/MANIFEST.MF +++ b/qpid/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 |
