Add NOTICE file to uninstall section.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 25 Sep 2008 11:07:44 +0000 (11:07 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 25 Sep 2008 11:07:44 +0000 (11:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@698925 13f79535-47bb-0310-9956-ffa450edef68

res/tomcat.nsi

index 88ceec5..75187f8 100644 (file)
@@ -618,6 +618,7 @@ Section Uninstall
   RMDir /r "$SMPROGRAMS\Apache Tomcat 6.0"
   Delete "$INSTDIR\tomcat.ico"
   Delete "$INSTDIR\LICENSE"
+  Delete "$INSTDIR\NOTICE"
   RMDir /r "$INSTDIR\bin"
   RMDir /r "$INSTDIR\lib"
   Delete "$INSTDIR\conf\*.dtd"