kinman 2004/05/21 13:55:42 Modified: jsr152/examples/WEB-INF/jsp2 jsp2-example-taglib.tld Log: - Fix 29100: Invalid schemalocations specified for tld in jsp-examples. Revision Changes Path 1.5 +1 -1 jakarta-servletapi-5/jsr152/examples/WEB-INF/jsp2/jsp2-example-taglib.tld Index: jsp2-example-taglib.tld =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/WEB-INF/jsp2/jsp2-example-taglib.tld,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jsp2-example-taglib.tld 18 Mar 2004 16:40:29 -0000 1.4 +++ jsp2-example-taglib.tld 21 May 2004 20:55:41 -0000 1.5 @@ -17,7 +17,7 @@ <taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-jsptaglibrary_2_0.xsd" + xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" version="2.0"> <description>A tag library exercising SimpleTag handlers.</description> <tlib-version>1.0</tlib-version>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]