Author: markt
Date: Mon Aug 18 17:59:12 2014
New Revision: 1618678
URL: http://svn.apache.org/r1618678
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56323
Include the <code>*.bat</code> files when installing Tomcat via the Windows
installer.
Modified:
tomcat/trunk/res/tomcat.nsi
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/res/tomcat.nsi
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1618678&r1=1618677&r2=1618678&view=diff
==============================================================================
--- tomcat/trunk/res/tomcat.nsi (original)
+++ tomcat/trunk/res/tomcat.nsi Mon Aug 18 17:59:12 2014
@@ -184,6 +184,7 @@ Section "Core" SecTomcatCore
SetOutPath $INSTDIR\bin
File bin\bootstrap.jar
File bin\tomcat-juli.jar
+ File bin\*.bat
SetOutPath $INSTDIR\conf
File conf\*.*
SetOutPath $INSTDIR\webapps\ROOT
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1618678&r1=1618677&r2=1618678&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Aug 18 17:59:12 2014
@@ -54,6 +54,14 @@
</fix>
</changelog>
</subsection>
+ <subsection name="Other">
+ <changelog>
+ <add>
+ <bug>56323</bug>: Include the <code>*.bat</code> files when installing
+ Tomcat via the Windows installer. (markt)
+ </add>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 8.0.11 (markt)">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]