Author: rjung Date: Sun Jan 27 11:44:41 2013 New Revision: 1439058 URL: http://svn.apache.org/viewvc?rev=1439058&view=rev Log: Close parentheses on docs page. Noted on comments.a.o.
Backport of r1439054 from trunk resp. r1439055 ffrom tc7. Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml Propchange: tomcat/tc6.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1439054 Modified: tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml?rev=1439058&r1=1439057&r2=1439058&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml Sun Jan 27 11:44:41 2013 @@ -124,7 +124,7 @@ API Specification, version 2.3, which yo <p>Like most servlet containers, Tomcat 6 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 6 installation for shared code is --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org