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/12/15 01:30:21 UTC

cvs commit: avalon/repository/site/xdocs/about bootstrap.xml reference.xml

mcconnell    2003/12/14 16:30:21

  Modified:    repository/site/xdocs/about bootstrap.xml reference.xml
  Log:
  Update docs to reflect system level propery resolution.
  
  Revision  Changes    Path
  1.3       +14 -0     avalon/repository/site/xdocs/about/bootstrap.xml
  
  Index: bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/site/xdocs/about/bootstrap.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- bootstrap.xml	11 Dec 2003 12:24:23 -0000	1.2
  +++ bootstrap.xml	15 Dec 2003 00:30:21 -0000	1.3
  @@ -79,11 +79,25 @@
               <tr>
                 <td>${user.home}/avalon.properties</td>
               </tr>
  +            <tr>
  +              <td>${avalon.home}/avalon.properties</td>
  +            </tr>
             </table>
           </subsection>
           <subsection name="Bootstrap Properties">
           <table>
             <tr><th>Property</th><th>Default Value</th><th>Description</th></tr>
  +          <tr>
  +            <td>${avalon.repository.implementation}</td>
  +            <td></td>
  +            <td>The default implementation artifact specification. The bootstrap
  +            system will atrempt to locate a value for this property when 
  +            the repository implementation.  If no user supplied value can be 
  +            in the current working directory, ${user.home}, or ${avalon.home}
  +            relative to an avalon.properties file, the implementation will 
  +            resolve the default implementation from an embeded avalon.properties 
  +            resource.</td>
  +          </tr>
             <tr>
               <td>${avalon.repository.cache}</td>
               <td>${avalon.home}</td>
  
  
  
  1.4       +3 -0      avalon/repository/site/xdocs/about/reference.xml
  
  Index: reference.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/site/xdocs/about/reference.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- reference.xml	12 Dec 2003 13:47:04 -0000	1.3
  +++ reference.xml	15 Dec 2003 00:30:21 -0000	1.4
  @@ -77,6 +77,9 @@
               <tr>
                 <td>${user.home}/avalon.properties</td>
               </tr>
  +            <tr>
  +              <td>${avalon.dir}/avalon.properties</td>
  +            </tr>
             </table>
           </subsection>
           <subsection name="RI Properties">
  
  
  

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