You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/10/04 12:07:04 UTC

cvs commit: avalon/merlin/platform/xdocs/starting/advanced selection.xml

mcconnell    2003/10/04 03:07:04

  Modified:    merlin/platform/xdocs/starting/advanced selection.xml
  Log:
  Correct xml.
  
  Revision  Changes    Path
  1.2       +5 -1      avalon/merlin/platform/xdocs/starting/advanced/selection.xml
  
  Index: selection.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/xdocs/starting/advanced/selection.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- selection.xml	4 Oct 2003 09:57:34 -0000	1.1
  +++ selection.xml	4 Oct 2003 10:07:04 -0000	1.2
  @@ -57,6 +57,7 @@
     </header>
     <body>
       <section name="Advanced Features">
  +
         <subsection name="Profile Selection">
           <p>
   In the <a href="profiles.html">Profile tutorial</a> we covered the mechanisms used to establish a pre-configured deployment profile. In this tutorial we update the &lt;classname&gt;.xprofile to include multiple named profiles and show how you can select a specific profile when declaring a component in block descriptor.
  @@ -65,6 +66,7 @@
   Component deployment profiles are co-located with the component implementation class under an .xprofile resource.
           </p>
         </subsection>
  +
         <subsection name="Adding multiple profiles">
           <p>
             The RandomGeneratorProvider.xprofile is updated to include 
  @@ -73,7 +75,6 @@
           <p><i>RandomGeneratorProvider.xprofile</i></p>
   <source><![CDATA[
   <?xml version="1.0"?>
  -
   <profiles>
   
     <profile name="primary">
  @@ -91,6 +92,7 @@
   </profiles>
   ]]></source>
         </subsection>
  +
         <subsection name="Component declaration using a named profile">
           <p>
             A &lt;component&gt; element may contain the <strong>profile</strong>
  @@ -123,6 +125,8 @@
   
   </container>
   ]]></source>
  +      </subsection>
  +
         <subsection name="Executing the tutorial">
           <p>
           Build and run the tutorial.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org