summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/src
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-12-03 12:25:06 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-12-03 12:25:06 +0000
commitd0d45c291ebf93d46c03439a4af9fd11f71d3d2c (patch)
tree51b34256642e0087d6447aabaf79fd4af8b1389c /java/management/eclipse-plugin/src
parent9262c98e17b6c4aa8a390fde0bb3361be89cc0a5 (diff)
downloadqpid-python-d0d45c291ebf93d46c03439a4af9fd11f71d3d2c.tar.gz
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
Diffstat (limited to 'java/management/eclipse-plugin/src')
-rw-r--r--java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF13
1 files changed, 12 insertions, 1 deletions
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