Author: kkolinko
Date: Fri Jul 17 08:11:55 2009
New Revision: 794996

URL: http://svn.apache.org/viewvc?rev=794996&view=rev
Log:
Enable description for SecWebapps installer section.
Fixes the following warning shown by MakeNSIS at build time:
warning: LangString "DESC_SecWebapps" is not set in language table of language 
English

Modified:
    tomcat/build/tc5.5.x/tomcat.nsi

Modified: tomcat/build/tc5.5.x/tomcat.nsi
URL: 
http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/tomcat.nsi?rev=794996&r1=794995&r2=794996&view=diff
==============================================================================
--- tomcat/build/tc5.5.x/tomcat.nsi (original)
+++ tomcat/build/tc5.5.x/tomcat.nsi Fri Jul 17 08:11:55 2009
@@ -102,8 +102,8 @@
     LangString DESC_SecMenu ${LANG_ENGLISH} "Create a Start Menu program group 
for Tomcat."
     LangString DESC_SecDocs ${LANG_ENGLISH} "Install the Tomcat documentation 
bundle. This include documentation on the servlet container and its 
configuration options, on the Jasper JSP page compiler, as well as on the 
native webserver connectors."
     LangString DESC_SecExamples ${LANG_ENGLISH} "Installs some examples web 
applications."
-    LangString DESC_SecAdmin ${LANG_ENGLISH} "Installs the administration web 
application.";
-;    LangString DESC_SecWebapps ${LANG_ENGLISH} "Installs other utility web 
applications (WebDAV, balancer, etc)."
+    LangString DESC_SecAdmin ${LANG_ENGLISH} "Installs the administration web 
application."
+    LangString DESC_SecWebapps ${LANG_ENGLISH} "Installs other utility web 
applications (WebDAV, balancer, etc)."
 ;    LangString DESC_SecCompat ${LANG_ENGLISH} "Installs Java2™ compatibility 
package. This release of Apache Tomcat was packaged to run on J2SE 5.0 or 
later. It can be run on earlier JVMs by installng this package."
 
   ;Language



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

Reply via email to