You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2008/09/30 00:32:54 UTC

svn commit: r700290 - /cxf/trunk/rt/transports/jms/src/main/resources/schemas/configuration/jms.xsd

Author: cschneider
Date: Mon Sep 29 15:32:54 2008
New Revision: 700290

URL: http://svn.apache.org/viewvc?rev=700290&view=rev
Log:
Fix for broken build

Modified:
    cxf/trunk/rt/transports/jms/src/main/resources/schemas/configuration/jms.xsd

Modified: cxf/trunk/rt/transports/jms/src/main/resources/schemas/configuration/jms.xsd
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/transports/jms/src/main/resources/schemas/configuration/jms.xsd?rev=700290&r1=700289&r2=700290&view=diff
==============================================================================
--- cxf/trunk/rt/transports/jms/src/main/resources/schemas/configuration/jms.xsd (original)
+++ cxf/trunk/rt/transports/jms/src/main/resources/schemas/configuration/jms.xsd Mon Sep 29 15:32:54 2008
@@ -60,7 +60,7 @@
                     	<xs:element name="address"
                     		type="jms:AddressType" minOccurs="0" />
                     	<xs:element name="jmsConfig-ref"
-                    		type="xs:string">
+                    		type="xs:string" maxOccurs="1" minOccurs="0">
                     	</xs:element>
                     </xs:sequence>
                     <xs:attributeGroup ref="cxf-beans:beanAttributes"/>