djencks     2005/08/26 04:09:08

  Modified:    modules/openejb-builder/src/schema openejb-jar.xsd
  Log:

  GERONIMO-892, GERONIMO-767 Deal with message-destination and 
message-destination-link elements correctly
  
  Revision  Changes    Path
  1.23      +2 -0      
openejb/modules/openejb-builder/src/schema/openejb-jar.xsd
  
  Index: openejb-jar.xsd
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/schema/openejb-jar.xsd,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- openejb-jar.xsd   24 Aug 2005 21:08:47 -0000      1.22
  +++ openejb-jar.xsd   26 Aug 2005 08:09:08 -0000      1.23
  @@ -90,6 +90,8 @@
                       <xs:field xpath="openejb:ejb-relation-name"/>
                   </xs:unique>
               </xs:element>
  +            
  +            <xs:element ref="naming:message-destination" minOccurs="0" 
maxOccurs="unbounded"/>
   
               <xs:element ref="security:security" minOccurs="0"/>
               <xs:element ref="sys:gbean" minOccurs="0" maxOccurs="unbounded"/>
  
  
  

Reply via email to