From d0d45c291ebf93d46c03439a4af9fd11f71d3d2c Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 3 Dec 2008 12:25:06 +0000 Subject: QPID-1481 : Patch provided by Robert Gemmell, export jmxrmote.sasl plugin as optional so the built consoles can start without it present git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@722862 13f79535-47bb-0310-9956-ffa450edef68 --- .../eclipse-plugin/src/main/resources/sasl/MANIFEST.MF | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'java/management/eclipse-plugin/src') diff --git a/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF b/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF index d18b1a073d..fa11bac2ea 100644 --- a/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF +++ b/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF @@ -3,6 +3,17 @@ Bundle-ManifestVersion: 2 Bundle-Name: jmx sasl Plug-in Bundle-SymbolicName: jmxremote.sasl Bundle-Version: 1.0.1 -Bundle-ClassPath: . +Bundle-ClassPath: jmxremote_optional.jar +Export-Package: com.sun.jmx.remote.generic, + com.sun.jmx.remote.opt.internal, + com.sun.jmx.remote.opt.security, + com.sun.jmx.remote.opt.util, + com.sun.jmx.remote.profile.sasl, + com.sun.jmx.remote.profile.tls, + com.sun.jmx.remote.protocol.jmxmp, + com.sun.jmx.remote.socket, + javax.management.remote.generic, + javax.management.remote.jmxmp, + javax.management.remote.message Bundle-Vendor: Bundle-Localization: plugin -- cgit v1.2.1