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

Gavin King gavin.king at jboss.com
Fri Nov 24 18:15:17 EST 2006


  User: gavin   
  Date: 06/11/24 18:15:17

  Modified:    src/main/org/jboss/seam  components-1.1.dtd
  Log:
   JBSEAM-293 component precedence
  
  Revision  Changes    Path
  1.4       +2 -1      jboss-seam/src/main/org/jboss/seam/components-1.1.dtd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components-1.1.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/components-1.1.dtd,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- components-1.1.dtd	17 Nov 2006 02:35:45 -0000	1.3
  +++ components-1.1.dtd	24 Nov 2006 23:15:17 -0000	1.4
  @@ -13,7 +13,8 @@
   <!ATTLIST component class CDATA #IMPLIED>
   <!ATTLIST component scope (stateless|request|page|conversation|session|business_process|application|STATELESS|REQUEST|PAGE|CONVERSATION|SESSION|BUSINESS_PROCESS|APPLICATION) #IMPLIED>
   <!ATTLIST component jndi-name CDATA #IMPLIED>
  -<!ATTLIST component installed CDATA "true">
  +<!ATTLIST component installed CDATA #IMPLIED>
  +<!ATTLIST component precedence CDATA #IMPLIED>
   <!ATTLIST component auto-create (true|false) "false">
   
   <!ELEMENT factory EMPTY>
  
  
  



More information about the jboss-cvs-commits mailing list