Author: rjung Date: Sun Jan 27 11:37:32 2013 New Revision: 1439055 URL: http://svn.apache.org/viewvc?rev=1439055&view=rev Log: Close parentheses on docs page. Noted on comments.a.o.
Backport of r1439054 from trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/appdev/deployment.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1439054 Modified: tomcat/tc7.0.x/trunk/webapps/docs/appdev/deployment.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/appdev/deployment.xml?rev=1439055&r1=1439054&r2=1439055&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/appdev/deployment.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/appdev/deployment.xml Sun Jan 27 11:37:32 2013 @@ -124,7 +124,7 @@ API Specification, version 2.3, which yo <p>Like most servlet containers, Tomcat also supports mechanisms to install library JAR files (or unpacked classes) once, and make them visible to all installed web applications (without having to be included inside the web -application itself. The details of how Tomcat locates and shares such +application itself). The details of how Tomcat locates and shares such classes are described in the <a href="../class-loader-howto.html">Class Loader HOW-TO</a> documentation. The location commonly used within a Tomcat installation for shared code is --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org