Author: ritchiem
Date: Wed Dec 3 04:25:06 2008
New Revision: 722862
URL: http://svn.apache.org/viewvc?rev=722862&view=rev
Log:
QPID-1481 : Patch provided by Robert Gemmell, export jmxrmote.sasl plugin as
optional so the built consoles can start without it present
Modified:
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF
Modified:
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF?rev=722862&r1=722861&r2=722862&view=diff
==============================================================================
---
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF
(original)
+++
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/META-INF/MANIFEST.MF
Wed Dec 3 04:25:06 2008
@@ -4,10 +4,17 @@
Bundle-SymbolicName: org.apache.qpid.management.ui; singleton:=true
Bundle-Version: 0.1.0
Bundle-Activator: org.apache.qpid.management.ui.Activator
+Bundle-Vendor: Apache Software Foundation
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.forms,
- jmxremote.sasl
+ jmxremote.sasl;resolution:=optional
Eclipse-LazyStart: true
-Bundle-Vendor: Apache Software Foundation
+Export-Package: org.apache.qpid.management.ui,
+ org.apache.qpid.management.ui.actions,
+ org.apache.qpid.management.ui.exceptions,
+ org.apache.qpid.management.ui.jmx,
+ org.apache.qpid.management.ui.model,
+ org.apache.qpid.management.ui.sasl,
+ org.apache.qpid.management.ui.views
Modified:
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF?rev=722862&r1=722861&r2=722862&view=diff
==============================================================================
---
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF
(original)
+++
incubator/qpid/trunk/qpid/java/management/eclipse-plugin/src/main/resources/sasl/MANIFEST.MF
Wed Dec 3 04:25:06 2008
@@ -3,6 +3,17 @@
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