You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/11/15 04:14:40 UTC

svn commit: r1035132 - /tomcat/trunk/res/tomcat.nsi

Author: kkolinko
Date: Mon Nov 15 03:14:40 2010
New Revision: 1035132

URL: http://svn.apache.org/viewvc?rev=1035132&view=rev
Log:
Fix wrong path in the "Tomcat Documentation" shortcut.
The webapp is called "docs". ("tomcat-docs" was in TC5.5)

Modified:
    tomcat/trunk/res/tomcat.nsi

Modified: tomcat/trunk/res/tomcat.nsi
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1035132&r1=1035131&r2=1035132&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat.nsi (original)
+++ tomcat/trunk/res/tomcat.nsi Mon Nov 15 03:14:40 2010
@@ -865,7 +865,7 @@ Function createShortcuts
 
   ${If} ${SectionIsSelected} ${SecDocs}
     CreateShortCut "$SMPROGRAMS\Apache Tomcat @VERSION_MAJOR_MINOR@\Tomcat Documentation.lnk" \
-                   "$INSTDIR\webapps\tomcat-docs\index.html"
+                   "$INSTDIR\webapps\docs\index.html"
   ${EndIf}
 
   CreateShortCut "$SMPROGRAMS\Apache Tomcat @VERSION_MAJOR_MINOR@\Uninstall Tomcat @VERSION_MAJOR_MINOR@.lnk" \



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org