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> <resource-env-ref> - <Description> + <description> Object factory for MyBean instances. - </Description> + </description> <resource-env-ref-name> bean/MyBeanFactory </resource-env-ref-name> <resource-env-ref-type> com.mycompany.MyBean </resource-env-ref-type> -<resource-env-ref> +</resource-env-ref> </source> <p><strong>WARNING</strong> - Be sure you respect the element ordering
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>