donaldp     2002/09/07 21:34:10

  Modified:    containerkit/src/doc example.xml
  Log:
  Fix case of boolean
  
  Revision  Changes    Path
  1.8       +3 -3      jakarta-avalon-excalibur/containerkit/src/doc/example.xml
  
  Index: example.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/containerkit/src/doc/example.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- example.xml       8 Sep 2002 04:29:06 -0000       1.7
  +++ example.xml       8 Sep 2002 04:34:10 -0000       1.8
  @@ -2,7 +2,7 @@
   
   <!DOCTYPE component-info
         PUBLIC "-//AVALON/Component Info DTD Version 1.0//EN"
  -      "http://jakarta.apache.org/avalon/componentinfo_1_0.dtd"; >
  +      "http://jakarta.apache.org/avalon/dtds/componentinfo_1_0.dtd"; >
   
   <!--
   Example of a component meta info external XML form.
  @@ -91,7 +91,7 @@
       <dependencies>
   
           <!-- A dependecy declaration. -->
  -        <dependency optional="FALSE">
  +        <dependency optional="false">
               <!--
               The key name that the component will use as the argument to
               lookup. The default value is the value of the service type
  
  
  

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

Reply via email to