You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2002/11/13 01:17:08 UTC

cvs commit: jakarta-tomcat-connectors/jk/conf jk2.manifest

costin      2002/11/12 16:17:08

  Modified:    jk/conf  jk2.manifest
  Log:
  Only single-line classpath is allowed.
  
  Revision  Changes    Path
  1.7       +1 -2      jakarta-tomcat-connectors/jk/conf/jk2.manifest
  
  Index: jk2.manifest
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/conf/jk2.manifest,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jk2.manifest	20 Sep 2002 03:41:48 -0000	1.6
  +++ jk2.manifest	13 Nov 2002 00:17:07 -0000	1.7
  @@ -1,3 +1,2 @@
   Main-Class: org.apache.jk.apr.TomcatStarter
  -Class-Path: ../lib/tomcat.jar log4j.jar log4j-core.jar ../lib/common/log4j.jar ../lib/common/log4j-core.jar ../lib/common/classes ../lib/common/commons-logging.jar
  -Class-Path: bootstrap.jar ../server/lib/commons-logging.jar
  +Class-Path: ../lib/tomcat.jar log4j.jar log4j-core.jar ../lib/common/log4j.jar ../lib/common/log4j-core.jar ../lib/common/classes ../lib/common/commons-logging.jar bootstrap.jar ../server/lib/commons-logging.jar
  
  
  

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