mcconnell    2002/08/21 14:26:55

  Modified:    assembly/src/xdocs containers.xml
  Log:
  More updates to sync with Cocoon doc generation.
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-avalon-excalibur/assembly/src/xdocs/containers.xml
  
  Index: containers.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/src/xdocs/containers.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- containers.xml    21 Aug 2002 17:00:52 -0000      1.3
  +++ containers.xml    21 Aug 2002 21:26:55 -0000      1.4
  @@ -21,7 +21,7 @@
         <p>A new container is created using a container model.  The model is the 
defintion of the container, its classpath, and the profiles of the components it is 
responsible for managing.  Container models are declared programmatically or via an 
XML description.</p>
   
         <p><i>Minimilist container definition.</i></p>
  -<pre>
  +<source>
       &lt;container name="<font color="darkred">root</font>"&gt;
         &lt;classpath&gt;
           &lt;fileset dir=<font color="darkred">"dist"</font>&gt;
  @@ -30,7 +30,7 @@
         &lt;/classpath&gt;
         &lt;component name="<font color="darkred">test</font>" class="<font 
color="darkred">org.apache.excalibur.playground.BasicComponent</font>"/&gt;
       &lt;/container&gt;
  -</pre>
  +</source>
   
       </s1>
   
  
  
  

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

Reply via email to