From 3f015e20d88859f1c68ee987aba3fb7d495ba5fd Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 14 Jul 2010 21:29:44 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49130 Better describe the core package Patch provided by sebb. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@964211 13f79535-47bb-0310-9956-ffa450edef68 --- res/tomcat.nsi | 2 +- webapps/docs/changelog.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 47246d9ad..3c141dbd8 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -93,7 +93,7 @@ ${StrRep} ;Component-selection page ;Descriptions LangString DESC_SecTomcat ${LANG_ENGLISH} "Install the Tomcat Servlet container." - LangString DESC_SecTomcatCore ${LANG_ENGLISH} "Install the Tomcat Servlet container core." + LangString DESC_SecTomcatCore ${LANG_ENGLISH} "Install the Tomcat Servlet container core and create the Windows service." LangString DESC_SecTomcatService ${LANG_ENGLISH} "Automatically start Tomcat when the computer is started." LangString DESC_SecTomcatNative ${LANG_ENGLISH} "Install APR based Tomcat native .dll for better performance and scalability in production environments." LangString DESC_SecMenu ${LANG_ENGLISH} "Create a Start Menu program group for Tomcat." diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 1ea0b3321..7b6723bbf 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -239,6 +239,15 @@ + + + + 49130: Better describe the core package in the Windows + installer, making it clear that the service will be installed. Patch + provided by sebb. (markt) + + +
-- 2.11.0