[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Gavin King gavin.king at jboss.com
Tue Jul 10 12:46:57 EDT 2007


  User: gavin   
  Date: 07/07/10 12:46:57

  Modified:    src/main/org/jboss/seam  core-2.0.xsd
  Log:
  redesigned resource bundle handling
  
  Revision  Changes    Path
  1.2       +3 -3      jboss-seam/src/main/org/jboss/seam/core-2.0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core-2.0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-2.0.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- core-2.0.xsd	26 Jun 2007 23:02:37 -0000	1.1
  +++ core-2.0.xsd	10 Jul 2007 16:46:57 -0000	1.2
  @@ -44,17 +44,17 @@
           <xs:attribute name="parent-conversation-id-parameter"/>
       </xs:attributeGroup>
       
  -    <xs:element name="resource-bundle">
  +    <xs:element name="resource-loader">
           <xs:complexType mixed="true">
               <xs:choice minOccurs="0" maxOccurs="unbounded">
                   <xs:element ref="core:bundle-names"/>
               </xs:choice>
               <xs:attributeGroup ref="components:attlist.component"/>
  -            <xs:attributeGroup ref="core:attlist.resourceBundle"/>
  +            <xs:attributeGroup ref="core:attlist.resourceLoader"/>
           </xs:complexType>
       </xs:element>
       <xs:element name="bundle-names" type="components:multiValuedProperty"/>
  -    <xs:attributeGroup name="attlist.resourceBundle">
  +    <xs:attributeGroup name="attlist.resourceLoader">
           <xs:attribute name="bundle-names"> </xs:attribute>
       </xs:attributeGroup>
   
  
  
  



More information about the jboss-cvs-commits mailing list