Author: rob.stryker(a)jboss.com
Date: 2012-04-05 03:24:39 -0400 (Thu, 05 Apr 2012)
New Revision: 40055
Modified:
trunk/jmx/plugins/org.jboss.tools.jmx.ui/schema/providerUI.exsd
Log:
JBIDE-11452 - damage control - A desperate attempt to make the extensions load by lowering
the requirement to 0 wizard pages rather than minimum of 1.
Modified: trunk/jmx/plugins/org.jboss.tools.jmx.ui/schema/providerUI.exsd
===================================================================
--- trunk/jmx/plugins/org.jboss.tools.jmx.ui/schema/providerUI.exsd 2012-04-05 07:17:54
UTC (rev 40054)
+++ trunk/jmx/plugins/org.jboss.tools.jmx.ui/schema/providerUI.exsd 2012-04-05 07:24:39
UTC (rev 40055)
@@ -49,7 +49,7 @@
<element name="providerUI">
<complexType>
- <sequence minOccurs="1" maxOccurs="unbounded">
+ <sequence minOccurs="0" maxOccurs="unbounded">
<element ref="wizardPage"/>
</sequence>
<attribute name="id" type="string"
use="required">
Show replies by date