You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/09/15 10:15:36 UTC

cvs commit: jakarta-avalon-excalibur/info/src/xdocs context.xml

donaldp     2002/09/15 01:15:36

  Modified:    info/src/xdocs context.xml
  Log:
  : --> . for namespace separator
  
  Revision  Changes    Path
  1.2       +6 -6      jakarta-avalon-excalibur/info/src/xdocs/context.xml
  
  Index: context.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/info/src/xdocs/context.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- context.xml	14 Sep 2002 08:05:27 -0000	1.1
  +++ context.xml	15 Sep 2002 08:15:35 -0000	1.2
  @@ -26,36 +26,36 @@
                       <th>Description</th>
                   </tr>
                   <tr>
  -                    <td>component:name</td>
  +                    <td>component.name</td>
                       <td><code>java.lang.String</code></td>
                       <td>This entry defines the name of the component.</td>
                   </tr>
                   <tr>
  -                    <td>component:classloader</td>
  +                    <td>component.classloader</td>
                       <td><code>java.lang.ClassLoader</code></td>
                       <td>The classloader via which the component was loaded. May
                       differ from the ClassLoader returned by getClass().getClassLoader()
                       if the component was loaded from parent classloader.</td>
                   </tr>
                   <tr>
  -                    <td>partition:name</td>
  +                    <td>partition.name</td>
                       <td><code>java.lang.String</code></td>
                       <td>This entry defines the name of the partition.</td>
                   </tr>
                   <tr>
  -                    <td>application:name</td>
  +                    <td>application.name</td>
                       <td><code>java.lang.String</code></td>
                       <td>This entry defines the name of the application.</td>
                   </tr>
                   <tr>
  -                    <td>component:home</td>
  +                    <td>component.home</td>
                       <td><code>java.io.File</code></td>
                       <td>The location in which the component
                       to store persistent data relevent to the
                       component.</td>
                   </tr>
                   <tr>
  -                    <td>component:work</td>
  +                    <td>component.work</td>
                       <td><code>java.io.File</code></td>
                       <td>This directory in which to store temporary or working
                       information. It may not persist over restarts of
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>