You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/01/22 15:27:45 UTC

cvs commit: jakarta-avalon-phoenix/src/schema blockinfo.dtd

hammant     02/01/22 06:27:45

  Modified:    src/schema blockinfo.dtd
  Log:
  version bug fixed. #implied fix from Stephen/Peter
  
  Revision  Changes    Path
  1.5       +4 -2      jakarta-avalon-phoenix/src/schema/blockinfo.dtd
  
  Index: blockinfo.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/schema/blockinfo.dtd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- blockinfo.dtd	12 Jan 2002 02:40:06 -0000	1.4
  +++ blockinfo.dtd	22 Jan 2002 14:27:45 -0000	1.5
  @@ -49,8 +49,10 @@
                # is a integer
   -->
   <!ELEMENT service   EMPTY >
  -  <!ATTLIST service   name      CDATA  #REQUIRED >
  -  <!ATTLIST service   version   CDATA >
  +  <!ATTLIST service 
  +       name CDATA #REQUIRED
  +       version CDATA #IMPLIED
  +  > 
   
   <!--
   The service dependency describes a service that the block
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>