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

Gavin King gavin.king at jboss.com
Tue Feb 13 01:50:44 EST 2007


  User: gavin   
  Date: 07/02/13 01:50:44

  Modified:    src/main/org/jboss/seam   core-1.1.xsd pages-1.1.dtd
  Log:
  JBSEAM-837 login-required, login-view-id
  
  Revision  Changes    Path
  1.17      +1 -0      jboss-seam/src/main/org/jboss/seam/core-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.1.xsd,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- core-1.1.xsd	16 Dec 2006 04:34:06 -0000	1.16
  +++ core-1.1.xsd	13 Feb 2007 06:50:44 -0000	1.17
  @@ -141,6 +141,7 @@
       </xs:element>
       <xs:attributeGroup name="attlist.pages">
           <xs:attribute name="no-conversation-view-id"/>
  +        <xs:attribute name="login-view-id"/>
       </xs:attributeGroup>
   
       <xs:element name="pojo-cache">
  
  
  
  1.25      +2 -0      jboss-seam/src/main/org/jboss/seam/pages-1.1.dtd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages-1.1.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pages-1.1.dtd,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- pages-1.1.dtd	11 Feb 2007 00:42:13 -0000	1.24
  +++ pages-1.1.dtd	13 Feb 2007 06:50:44 -0000	1.25
  @@ -8,6 +8,7 @@
   
   <!ELEMENT pages (page*,exception*)>
   <!ATTLIST pages no-conversation-view-id CDATA #IMPLIED>
  +<!ATTLIST pages login-view-id CDATA #IMPLIED>
   
   <!ELEMENT exception (end-conversation?,(http-error|redirect))>
   <!ATTLIST exception class CDATA #IMPLIED>
  @@ -18,6 +19,7 @@
   <!ATTLIST page switch (enabled|disabled) "enabled">
   <!ATTLIST page no-conversation-view-id CDATA #IMPLIED>
   <!ATTLIST page conversation-required (true|false) "false">
  +<!ATTLIST page login-required (true|false) "false">
   <!ATTLIST page timeout CDATA #IMPLIED>
   <!ATTLIST page bundle CDATA #IMPLIED>
   
  
  
  



More information about the jboss-cvs-commits mailing list