amyroh 2002/12/27 20:23:02 Modified: webapps/admin/WEB-INF controls.tld webapps/examples/WEB-INF/jsp debug-taglib.tld example-taglib.tld Log: Fix bug 13300. Patch submitted by Ville Skyttä <[EMAIL PROTECTED]>. Revision Changes Path 1.7 +1 -1 jakarta-tomcat-4.0/webapps/admin/WEB-INF/controls.tld Index: controls.tld =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/WEB-INF/controls.tld,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- controls.tld 14 Mar 2002 08:49:40 -0000 1.6 +++ controls.tld 28 Dec 2002 04:23:01 -0000 1.7 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" - "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_2.dtd"> + "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> <taglib> 1.3 +5 -5 jakarta-tomcat-4.0/webapps/examples/WEB-INF/jsp/debug-taglib.tld Index: debug-taglib.tld =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/examples/WEB-INF/jsp/debug-taglib.tld,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- debug-taglib.tld 25 Sep 2001 01:24:05 -0000 1.2 +++ debug-taglib.tld 28 Dec 2002 04:23:02 -0000 1.3 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib - PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" - "http://java.sun.com/j2ee/dtd/web-jsptaglibrary_1_2.dtd"> + PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" + "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> <!-- a tag library descriptor --> @@ -26,11 +26,11 @@ <tag-class>examples.LogTag</tag-class> <body-content>TAGDEPENDENT</body-content> <description> - Perform a server side action; Log the message. + Perform a server side action; Log the message. </description> <attribute> - <name>toBrowser</name> - <required>false</required> + <name>toBrowser</name> + <required>false</required> </attribute> </tag> 1.3 +7 -7 jakarta-tomcat-4.0/webapps/examples/WEB-INF/jsp/example-taglib.tld Index: example-taglib.tld =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/examples/WEB-INF/jsp/example-taglib.tld,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- example-taglib.tld 5 Sep 2001 05:14:01 -0000 1.2 +++ example-taglib.tld 28 Dec 2002 04:23:02 -0000 1.3 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib - PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" - "http://java.sun.com/j2ee/dtd/web-jsptaglibrary_1_2.dtd"> + PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" + "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"> <taglib> @@ -10,7 +10,7 @@ <short-name>simple</short-name> <uri>http://jakarta.apache.org/tomcat/example-taglib</uri> <description> - A simple tab library for the examples + A simple tab library for the examples </description> <tag> @@ -32,7 +32,7 @@ <tei-class>examples.FooTagExtraInfo</tei-class> <body-content>JSP</body-content> <description> - Perform a server side action; uses 3 mandatory attributes + Perform a server side action; uses 3 mandatory attributes </description> <attribute> @@ -56,11 +56,11 @@ <tag-class>examples.LogTag</tag-class> <body-content>TAGDEPENDENT</body-content> <description> - Perform a server side action; Log the message. + Perform a server side action; Log the message. </description> <attribute> - <name>toBrowser</name> - <required>false</required> + <name>toBrowser</name> + <required>false</required> </attribute> </tag>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>