donaldp     2002/10/03 22:45:12

  Modified:    info/src/java/org/apache/avalon/framework/tools/infobuilder
                        blockinfo.dtd
  Log:
  Make sure schema can be part of block
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/tools/infobuilder/blockinfo.dtd
  
  Index: blockinfo.dtd
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/info/src/java/org/apache/avalon/framework/tools/infobuilder/blockinfo.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- blockinfo.dtd     14 Sep 2002 04:22:25 -0000      1.1
  +++ blockinfo.dtd     4 Oct 2002 05:45:12 -0000       1.2
  @@ -40,7 +40,7 @@
   schema-type  string representing the type of schema information available
                to validate block configuration
   -->
  -<!ELEMENT block          (name?,version)>
  +<!ELEMENT block          (name?,version,schema-type)>
     <!ELEMENT name         (#PCDATA) >
     <!ELEMENT version      (#PCDATA) >
     <!ELEMENT schema-type  (#PCDATA) >
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to