You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/10/18 22:47:02 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs project.xml

remm        2002/10/18 13:47:02

  Modified:    webapps/ROOT index.jsp
               webapps/docs project.xml
  Log:
  - Link the release notes (hopefully people will read them that way).
  
  Revision  Changes    Path
  1.6       +1 -0      jakarta-tomcat-catalina/webapps/ROOT/index.jsp
  
  Index: index.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/ROOT/index.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.jsp	27 Aug 2002 13:18:30 -0000	1.5
  +++ index.jsp	18 Oct 2002 20:47:02 -0000	1.6
  @@ -80,6 +80,7 @@
                   </tr>
                   <tr>
                       <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
  +                        <a href="RELEASE-NOTES.txt">Release Notes</a><br>
                           <a href="tomcat-docs">Tomcat Documentation</a><br>
                           &nbsp;
                       </td>
  
  
  
  1.4       +2 -1      jakarta-tomcat-catalina/webapps/docs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	13 Aug 2002 16:26:24 -0000	1.3
  +++ project.xml	18 Oct 2002 20:47:02 -0000	1.4
  @@ -17,7 +17,7 @@
   
       <menu name="Getting Started">
           <item name="Introduction"          href="introduction.html"/>
  -        <item name="READ ME"               href="README.txt"/>
  +        <item name="README"                href="RELEASE-NOTES.txt"/>
           <item name="Install and Run"       href="RUNNING.txt"/>
           <item name="Building from Source"  href="BUILDING.txt"/>
       </menu>
  @@ -42,6 +42,7 @@
       </menu>
   
       <menu name="Catalina Developers">
  +        <item name="Changelog"             href="CHANGELOG.txt"/>
           <item name="Functional Specs."     href="catalina/funcspecs/index.html"/>
           <item name="Javadocs"              href="catalina/docs/api/index.html"/>
       </menu>
  
  
  

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


Re: cvs commit: jakarta-tomcat-catalina/webapps/docs project.xml

Posted by Costin Manolache <cm...@yahoo.com>.
Could we also remove the old release notes from the root directory ?
Or just include a pointer, or a separate dir ( doc ) ?

It's kind of messy with all the files there.

Costin

remm@apache.org wrote:

> remm        2002/10/18 13:47:02
> 
>   Modified:    webapps/ROOT index.jsp
>                webapps/docs project.xml
>   Log:
>   - Link the release notes (hopefully people will read them that way).
>   
>   Revision  Changes    Path
>   1.6       +1 -0      jakarta-tomcat-catalina/webapps/ROOT/index.jsp
>   
>   Index: index.jsp
>   ===================================================================
>   RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/ROOT/index.jsp,v
>   retrieving revision 1.5
>   retrieving revision 1.6
>   diff -u -r1.5 -r1.6
>   --- index.jsp       27 Aug 2002 13:18:30 -0000      1.5
>   +++ index.jsp       18 Oct 2002 20:47:02 -0000      1.6
>   @@ -80,6 +80,7 @@
>                    </tr>
>                    <tr>
>                        <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
>   +                        <a href="RELEASE-NOTES.txt">Release
>   Notes</a><br>
>                            <a href="tomcat-docs">Tomcat
>                            Documentation</a><br> &nbsp;
>                        </td>
>   
>   
>   
>   1.4       +2 -1      jakarta-tomcat-catalina/webapps/docs/project.xml
>   
>   Index: project.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/project.xml,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- project.xml     13 Aug 2002 16:26:24 -0000      1.3
>   +++ project.xml     18 Oct 2002 20:47:02 -0000      1.4
>   @@ -17,7 +17,7 @@
>    
>        <menu name="Getting Started">
>            <item name="Introduction"          href="introduction.html"/>
>   -        <item name="READ ME"               href="README.txt"/>
>   +        <item name="README"                href="RELEASE-NOTES.txt"/>
>            <item name="Install and Run"       href="RUNNING.txt"/>
>            <item name="Building from Source"  href="BUILDING.txt"/>
>        </menu>
>   @@ -42,6 +42,7 @@
>        </menu>
>    
>        <menu name="Catalina Developers">
>   +        <item name="Changelog"             href="CHANGELOG.txt"/>
>            <item name="Functional Specs."    
>            href="catalina/funcspecs/index.html"/>
>            <item name="Javadocs"             
>            href="catalina/docs/api/index.html"/>
>        </menu>

-- 
Costin



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