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 2004/03/14 07:00:41 UTC

cvs commit: avalon/merlin/platform/xdocs/starting/tutorial/config override.xml

mcconnell    2004/03/13 22:00:41

  Modified:    merlin/platform/xdocs/starting/tutorial/config override.xml
  Log:
  Apply update from Andy Dingfelder.
  
  Revision  Changes    Path
  1.6       +7 -4      avalon/merlin/platform/xdocs/starting/tutorial/config/override.xml
  
  Index: override.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/xdocs/starting/tutorial/config/override.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- override.xml	25 Jan 2004 13:28:50 -0000	1.5
  +++ override.xml	14 Mar 2004 06:00:41 -0000	1.6
  @@ -66,9 +66,12 @@
           in the target name "\hello".
           </p>
           <source>
  -[INFO   ] (sys.hello): configuration stage
  -[INFO   ] (sys.hello): initialization stage
  -[INFO   ] (sys.hello): source: External configuration target.
  +[INFO   ] (kernel): building application model
  +[INFO   ] (kernel): install phase
  +[INFO   ] (kernel): installing: file:${user.dir}/target/classes/
  +[INFO   ] (tutorial.hello): configuration stage
  +[INFO   ] (tutorial.hello): initialization stage
  +[INFO   ] (tutorial.hello): source: Custom configuration target.
           </source>
         </subsection>
         <subsection name="Notes">
  @@ -81,7 +84,7 @@
           </p>
   <source><![CDATA[
   <targets>
  -  <target path="/container/component-name">
  +  <target path="/container-name/component-name">
       <configuration>
         <!-- your configuration info -->
       </configuration>
  
  
  

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