rubys       01/10/25 17:36:43

  Modified:    proposal/gump/site/xdocs module.xml profile.xml project.xml
                        usage.xml
  Log:
  Missed a few attributes...
  
  Revision  Changes    Path
  1.4       +25 -0     jakarta-alexandria/proposal/gump/site/xdocs/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/site/xdocs/module.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- module.xml        2001/09/25 22:35:36     1.3
  +++ module.xml        2001/10/26 00:36:43     1.4
  @@ -12,6 +12,26 @@
       <p>A module is a collection of projects that are physically stored in a 
       single repository.</p>
   
  +    <table>
  +      <tr>
  +        <th>Attribute</th>
  +        <th>Description</th>
  +        <th>Required?</th>
  +      </tr>
  +      <tr>
  +        <td>name</td>
  +        <td>The name of the module.</td>
  +        <td>Yes</td>
  +      </tr>
  +      <tr>
  +        <td>tag</td>
  +        <td>Override the <a href="#cvs">cvs</a> tag to be used.</td>
  +        <td>No</td>
  +      </tr>
  +    </table>
  +
  +    <p/>
  +
       <subsection name="url">
         <p>This is the homepage for the collection of projects contained in
         this module.  This element is optional, but if present, will be
  @@ -83,6 +103,11 @@
             <td>module</td>
             <td>An override for the name of the cvs module.</td>
             <td>No.  Defaults to the name of the repository.</td>
  +        </tr>
  +        <tr>
  +          <td>tag</td>
  +          <td>Specify the cvs tag desired.</td>
  +          <td>No.  Effectively defaults to HEAD.</td>
           </tr>
         </table>
       </subsection>
  
  
  
  1.4       +15 -0     jakarta-alexandria/proposal/gump/site/xdocs/profile.xml
  
  Index: profile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/site/xdocs/profile.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- profile.xml       2001/09/25 22:35:36     1.3
  +++ profile.xml       2001/10/26 00:36:43     1.4
  @@ -14,6 +14,21 @@
       of installable dependencies, or tagged versions of cvs modules to be used.
       </p>
   
  +    <table>
  +      <tr>
  +        <th>Attribute</th>
  +        <th>Description</th>
  +        <th>Required?</th>
  +      </tr>
  +      <tr>
  +        <td>name</td>
  +        <td>The name of the profile.</td>
  +        <td>Yes</td>
  +      </tr>
  +    </table>
  +
  +    <p/>
  +
       <subsection name="module">
         <p>An individual module to be included.  While a complete
         module can be defined here, typically one is referenced via
  
  
  
  1.5       +20 -0     jakarta-alexandria/proposal/gump/site/xdocs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/site/xdocs/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       2001/10/21 13:33:03     1.4
  +++ project.xml       2001/10/26 00:36:43     1.5
  @@ -27,6 +27,26 @@
       elements are precisely equivalent to specifying both a property to be
       passed to Ant, as well as a separate depend element.</p>
   
  +    <table>
  +      <tr>
  +        <th>Attribute</th>
  +        <th>Description</th>
  +        <th>Required?</th>
  +      </tr>
  +      <tr>
  +        <td>name</td>
  +        <td>The name of the project.</td>
  +        <td>Yes</td>
  +      </tr>
  +      <tr>
  +        <td>target</td>
  +        <td>Override the <a href="ant.html">ant</a> target to be used.</td>
  +        <td>No</td>
  +      </tr>
  +    </table>
  +
  +    <p/>
  +
       <subsection name="ant">
         <p>Identifies this project as "buildable", and specifies the
         target to build and the properties to be passed to ant.  The full
  
  
  
  1.2       +2 -2      jakarta-alexandria/proposal/gump/site/xdocs/usage.xml
  
  Index: usage.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/site/xdocs/usage.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- usage.xml 2001/10/20 20:50:33     1.1
  +++ usage.xml 2001/10/26 00:36:43     1.2
  @@ -102,13 +102,13 @@
         <p>For Unix and cygwin installations using bash:</p>
   
         <xmp>
  -         bash ./build.sh ( all | clean | (project [ target ... ] ) )
  +         bash ./build.sh ( all | clean | ( project [ target ... ] ) )
         </xmp>
   
         <p>For Windows NT and 2K installations:</p>
   
         <xmp>
  -         build ( all | clean | (project [ target ... ] ) )
  +         build ( all | clean | ( project [ target ... ] ) )
         </xmp>
   
         <p>With this command you can specify you either want to build all or a 
  
  
  

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

Reply via email to