summaryrefslogtreecommitdiff
path: root/java/management/eclipse-plugin/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'java/management/eclipse-plugin/src/main/resources')
-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