You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2001/12/18 19:17:44 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs jndi-resources-howto.xml

remm        01/12/18 10:17:44

  Modified:    webapps/tomcat-docs jndi-resources-howto.xml
  Log:
  - Fix typos in example.
    Submitted by Janek Bogucki <janekdb at yahoo.co.uk>
  
  Revision  Changes    Path
  1.11      +3 -3      jakarta-tomcat-4.0/webapps/tomcat-docs/jndi-resources-howto.xml
  
  Index: jndi-resources-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/jndi-resources-howto.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jndi-resources-howto.xml	2001/11/30 07:00:36	1.10
  +++ jndi-resources-howto.xml	2001/12/18 18:17:44	1.11
  @@ -201,16 +201,16 @@
   
   <source>
   &lt;resource-env-ref&gt;
  -  &lt;Description&gt;
  +  &lt;description&gt;
       Object factory for MyBean instances.
  -  &lt;/Description&gt;
  +  &lt;/description&gt;
     &lt;resource-env-ref-name&gt;
       bean/MyBeanFactory
     &lt;/resource-env-ref-name&gt;
     &lt;resource-env-ref-type&gt;
       com.mycompany.MyBean
     &lt;/resource-env-ref-type&gt;
  -&lt;resource-env-ref&gt;
  +&lt;/resource-env-ref&gt;
   </source>
   
       <p><strong>WARNING</strong> - Be sure you respect the element ordering
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>