You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fu...@apache.org on 2003/09/13 16:57:54 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs class-loader-howto.xml

funkman     2003/09/13 07:57:54

  Modified:    webapps/tomcat-docs class-loader-howto.xml
  Log:
  typo fix per Per 9766
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-tomcat-4.0/webapps/tomcat-docs/class-loader-howto.xml
  
  Index: class-loader-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/class-loader-howto.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- class-loader-howto.xml	17 Mar 2003 09:39:54 -0000	1.9
  +++ class-loader-howto.xml	13 Sep 2003 14:57:54 -0000	1.10
  @@ -21,7 +21,7 @@
   files to make them available to web applications:</p>
   <ul>
   <li>For classes and resources specific to a particular web application,
  -    place unpacked classes and resources under <code>/WEB-INF/classe</code>
  +    place unpacked classes and resources under <code>/WEB-INF/classes</code>
       of your web application archive, or place JAR files containing those
       classes and resources under <code>/WEB-INF/lib</code> of your web
       application archive.</li>