hlship      2004/10/27 08:16:55

  Modified:    src/documentation/content/xdocs cvs.xml site.xml
               .        status.xml
  Log:
  HIVEMIND-56: CVS connection string on website is incorrect
  
  Revision  Changes    Path
  1.4       +9 -8      jakarta-hivemind/src/documentation/content/xdocs/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/src/documentation/content/xdocs/cvs.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cvs.xml   21 Oct 2004 12:35:56 -0000      1.3
  +++ cvs.xml   27 Oct 2004 15:16:54 -0000      1.4
  @@ -23,12 +23,13 @@
        <header>
                <title>CVS Access</title>
        </header>
  -     <body>
  -             <p>Anonymous CVS access is available as:</p>
  -             <source><![CDATA[
  -:pserver:[EMAIL PROTECTED]:/home/cvspublic/jakarta-hivemind ]]> </source>
  -             <p>In addition, the <link
  -                     
href="http://cvs.apache.org/viewcvs.cgi/jakarta-hivemind/";>CVS repository
  -                     may be browsed online</link>.</p>
  -     </body>
  +  <body>
  +    <p>Anonymous CVS access is available as:</p>
  +    <source><![CDATA[
  +:pserver:[EMAIL PROTECTED]:/home/cvspublic ]]> </source>
  +    <p>The module name is <code>jakarta-hivemind</code>. </p>
  +    <p>In addition, the <link 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-hivemind/";>CVS repository may 
be browsed 
  +      online</link>.  <link 
href="http://jakarta.apache.org/site/cvsindex.html ">More documentation</link> 
about
  +      accessing Apache software using CVS is available.</p>
  +  </body>
   </document>
  
  
  
  1.29      +5 -3      jakarta-hivemind/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- site.xml  23 Oct 2004 14:17:56 -0000      1.28
  +++ site.xml  27 Oct 2004 15:16:54 -0000      1.29
  @@ -35,7 +35,8 @@
                        <rules label="Contribution Processing Rules" 
href="rules.html"/>
         <dependencies label="Dependencies" href="dependencies.html"/>
                </reference>
  -             
  +
  +    <project-info label="Project Information">
                <changes label="Change Log" href="changes.html"/>
       <todo label="TODO" href="todo.html"/>
       
  @@ -45,7 +46,8 @@
                <bugs 
href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10500"; 
label="Bugs"/>
                
                <cvs href="cvs.html" label="CVS Access"/>
  -             
  +             </project-info>
  +    
                <tutorials label="Tutorials and Information">
                        <bootstrap label="Bootstrapping the Registry" 
href="bootstrap.html"/>
                        <ioc label="Inversion Of Control" href="ioc.html"/>
  @@ -53,7 +55,7 @@
                        <multithreading label="Multi-Threading" 
href="multithreading.html"/>
                        <filter label="Servlets" href="filter.html"/>
                        <override label="Overriding Services" 
href="override.html"/>
  -      <quickref label="Quick Reference Sheet" 
href="HiveMind-QuickReference.doc"/>
  +      <!-- quickref label="Quick Reference Sheet" 
href="HiveMind-QuickReference.doc"/ -->
                </tutorials>
                
                <reports label="Reports">
  
  
  
  1.69      +3 -0      jakarta-hivemind/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/status.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- status.xml        21 Oct 2004 14:57:19 -0000      1.68
  +++ status.xml        27 Oct 2004 15:16:55 -0000      1.69
  @@ -56,6 +56,9 @@
         <action type="update" dev="HLS">
           Re-work the HiveDoc report to work naturally at the module (not 
project) level.
         </action>
  +      <action type="fix" dev="HLS" fixes-bug="HIVEMIND-56" due-to="Bruce 
Synder">
  +        CVS connection string on website is incorrect
  +      </action>
       </release>
   
      <release version="1.0" date="Sep 22 2004">
  
  
  

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

Reply via email to