funkman     2005/07/26 17:54:35

  Modified:    webapps/docs changelog.xml
               catalina/src/bin setclasspath.sh
  Log:
  bug 35865 - setclasspath.sh cannt be excutive under cygwin
  
  Revision  Changes    Path
  1.342     +3 -0      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.341
  retrieving revision 1.342
  diff -u -r1.341 -r1.342
  --- changelog.xml     27 Jul 2005 00:04:13 -0000      1.341
  +++ changelog.xml     27 Jul 2005 00:54:35 -0000      1.342
  @@ -46,6 +46,9 @@
           <bug>35880</bug>: Ignore JSSE15SocketFactory when generating 
JavaDoc, as it breaks
             the JDK 1.4 JavaDoc tool. (yoavs)
         </fix>
  +      <fix>
  +        <bug>35865</bug>: setclasspath.sh cannot be excutive under cygwin 
(funkman)
  +      </fix>
       </changelog>
     </subsection>
     
  
  
  
  1.13      +2 -1      jakarta-tomcat-catalina/catalina/src/bin/setclasspath.sh
  
  Index: setclasspath.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/setclasspath.sh,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- setclasspath.sh   27 Jan 2005 16:48:48 -0000      1.12
  +++ setclasspath.sh   27 Jul 2005 00:54:35 -0000      1.13
  @@ -1,3 +1,4 @@
  +#!/bin/sh
   # 
-----------------------------------------------------------------------------
   #  Set CLASSPATH and Java options
   #
  
  
  

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

Reply via email to