yoavs       2005/02/15 07:32:32

  Modified:    .        tomcat.nsi
               webapps/docs changelog.xml
  Log:
  Bugzilla 33489.
  
  Revision  Changes    Path
  1.69      +2 -2      jakarta-tomcat-5/tomcat.nsi
  
  Index: tomcat.nsi
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/tomcat.nsi,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- tomcat.nsi        2 Feb 2005 12:01:43 -0000       1.68
  +++ tomcat.nsi        15 Feb 2005 15:32:32 -0000      1.69
  @@ -631,7 +631,7 @@
     ; if $INSTDIR was removed, skip these next ones
     IfFileExists "$INSTDIR" 0 Removed 
       MessageBox MB_YESNO|MB_ICONQUESTION \
  -      "Remove all files in your Tomcat 5.5 directory? (If you have anything \
  +      "Remove all files in your Tomcat 5.5 directory? (If you have anything  
\
    you created that you want to keep, click No)" IDNO Removed
       RMDir /r "$INSTDIR\webapps\ROOT" ; this would be skipped if the user 
hits no
       RMDir "$INSTDIR\webapps"
  
  
  
  1.236     +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.235
  retrieving revision 1.236
  diff -u -r1.235 -r1.236
  --- changelog.xml     15 Feb 2005 09:58:06 -0000      1.235
  +++ changelog.xml     15 Feb 2005 15:32:32 -0000      1.236
  @@ -35,6 +35,9 @@
         <fix>
           <bug>33351</bug>: Fix silent uninstallation. (remm)
         </fix>
  +      <fix>
  +        <bug>33489</bug>: Missing space in uninstaller message. (yoavs)
  +      </fix>
       </changelog>
     </subsection>
   
  
  
  

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

Reply via email to