You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by bo...@apache.org on 2002/08/07 16:28:50 UTC

cvs commit: jakarta-alexandria/proposal/gump/site/xdocs module.xml

bodewig     2002/08/07 07:28:50

  Modified:    proposal/gump/site/xdocs module.xml
  Log:
  Document the <svn> element
  
  Revision  Changes    Path
  1.6       +24 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- module.xml	29 Oct 2001 02:07:57 -0000	1.5
  +++ module.xml	7 Aug 2002 14:28:50 -0000	1.6
  @@ -112,6 +112,30 @@
         </table>
       </subsection>
   
  +    <subsection name="svn">
  +
  +      <p>References a <a href="http://subversion.tigris.org">Subversion</a> 
  +      repository in which this project resides.</p>
  +
  +      <table>
  +        <tr>
  +          <th>Attribute</th>
  +          <th>Description</th>
  +          <th>Required?</th>
  +        </tr>
  +        <tr>
  +          <td>url</td>
  +          <td>The url of the repository in which this module resides.</td>
  +          <td>Yes</td>
  +        </tr>
  +      </table>
  +
  +      <p>For example:</p>
  +          <source><![CDATA[
  +  <svn url="http://svn.collab.net/repos/svn/trunk" />
  +]]></source>    
  +    </subsection>
  +
       <subsection name="project">
         <p>A definition of a <a href="project.html">project</a> which is
         physically contained in this module.</p>
  
  
  

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


Re: cvs commit: jakarta-alexandria/proposal/gump/site/xdocs module.xml

Posted by Daniel Rall <dl...@finemaltcoding.com>.
bodewig@apache.org writes:

> bodewig     2002/08/07 07:28:50
> 
>   Modified:    proposal/gump/site/xdocs module.xml
>   Log:
>   Document the <svn> element
>   
>   Revision  Changes    Path
>   1.6       +24 -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.5
>   retrieving revision 1.6
>   diff -u -r1.5 -r1.6
>   --- module.xml	29 Oct 2001 02:07:57 -0000	1.5
>   +++ module.xml	7 Aug 2002 14:28:50 -0000	1.6
>   @@ -112,6 +112,30 @@
>          </table>
>        </subsection>
>    
>   +    <subsection name="svn">
>   +
>   +      <p>References a <a href="http://subversion.tigris.org">Subversion</a> 
>   +      repository in which this project resides.</p>
>   +
>   +      <table>
>   +        <tr>
>   +          <th>Attribute</th>
>   +          <th>Description</th>
>   +          <th>Required?</th>
>   +        </tr>
>   +        <tr>
>   +          <td>url</td>
>   +          <td>The url of the repository in which this module resides.</td>
>   +          <td>Yes</td>
>   +        </tr>
>   +      </table>
>   +
>   +      <p>For example:</p>
>   +          <source><![CDATA[
>   +  <svn url="http://svn.collab.net/repos/svn/trunk" />
>   +]]></source>    
>   +    </subsection>
>   +
>        <subsection name="project">
>          <p>A definition of a <a href="project.html">project</a> which is
>          physically contained in this module.</p>

Alright!
-- 

Daniel Rall <dl...@finemaltcoding.com>

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