You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2002/05/13 12:35:49 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_global.h

hgomez      02/05/13 03:35:48

  Modified:    jk/native2/include jk_global.h
  Log:
  change from mod_jk/ to mod_jk2/, just to prevent users
  which could have both jk1 (native) and jk2 (native2)
  installed at the same time (it's possible), to see
  reports like mod_jk/1.2.1 mod_jk/2.0.0.
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-tomcat-connectors/jk/native2/include/jk_global.h
  
  Index: jk_global.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_global.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jk_global.h	11 May 2002 17:29:28 -0000	1.9
  +++ jk_global.h	13 May 2002 10:35:48 -0000	1.10
  @@ -59,7 +59,7 @@
    * Description: Global definitions and include files that should exist     *
    *              anywhere                                                   *
    * Author:      Gal Shachor <sh...@il.ibm.com>                           *
  - * Version:     $Revision: 1.9 $                                               *
  + * Version:     $Revision: 1.10 $                                               *
    ***************************************************************************/
   
   #ifndef JK_GLOBAL_H
  @@ -89,7 +89,7 @@
   #define JK_VERISRELEASE 1
   /************** END OF AREA TO MODIFY BEFORE RELEASING *************/
   
  -#define PACKAGE "mod_jk/"
  +#define PACKAGE "mod_jk2/"
   /* Build JK_EXPOSED_VERSION and JK_VERSION */
   #define JK_EXPOSED_VERSION_INT PACKAGE JK_VERSTRING
   
  
  
  

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