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 2003/09/03 11:48:16 UTC

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

remm        2003/09/03 02:48:16

  Modified:    webapps/docs setup.xml
  Log:
  - Too many things are called jsvc: to make it easier to use, the prefix changes
    to jsvc-src.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-tomcat-catalina/webapps/docs/setup.xml
  
  Index: setup.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/setup.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- setup.xml	16 Aug 2003 03:37:48 -0000	1.4
  +++ setup.xml	3 Sep 2003 09:48:16 -0000	1.5
  @@ -82,7 +82,7 @@
   <source>
       cd $CATALINA_HOME/bin
       tar xvfz jsvc.tar.gz
  -    cd jsvc
  +    cd jsvc-src
       autoconf
       ./configure
       make