kinman 2003/03/20 17:53:50 Modified: jsr152 build.xml jsr152/examples/cal calendar.html jsr152/examples/checkbox cresult.html jsr152/examples/colors clr.html jsr152/examples/dates date.html jsr152/examples/error er.html jsr152/examples/forward fwd.html jsr152/examples/include inc.html jsr152/examples/jsp2/el basic-arithmetic.html basic-comparisons.html functions.html implicit-objects.html jsr152/examples/jsp2/jspattribute jspattribute.html shuffle.html jsr152/examples/jsp2/misc config.html dynamicattrs.html jsr152/examples/jsp2/simpletag book.html hello.html repeat.html jsr152/examples/jsp2/tagfiles hello.html panel.html products.html jsr152/examples/jsptoserv jts.html jsr152/examples/num numguess.html jsr152/examples/plugin plugin.html jsr152/examples/sessions crt.html jsr152/examples/simpletag foo.html jsr152/examples/snp snoop.html jsr152/examples/xml xml.html Removed: jsr152/examples/cal Entries.txt Entry.txt JspCalendar.txt TableBean.txt cal1.txt cal2.txt jsr152/examples/checkbox checkresult.txt jsr152/examples/colors colors.txt jsr152/examples/dates date.txt jsr152/examples/error err.txt jsr152/examples/forward forward.txt jsr152/examples/include include.txt jsr152/examples/jsp2/el basic-arithmetic.txt basic-comparisons.txt functions.txt implicit-objects.txt jsr152/examples/jsp2/jspattribute HelloWorldSimpleTag.java.txt jspattribute.txt shuffle.txt jsr152/examples/jsp2/misc coda.jspf.txt config.txt dynamicattrs.txt prelude.jspf.txt jsr152/examples/jsp2/simpletag book.txt hello.txt repeat.txt jsr152/examples/jsp2/tagfiles displayProducts.tag.txt hello.txt helloWorld.tag.txt panel.tag.txt panel.txt products.txt jsr152/examples/jsptoserv jts.txt stj.txt jsr152/examples/num numguess.txt jsr152/examples/plugin plugin.txt jsr152/examples/sessions carts.txt jsr152/examples/simpletag foo.txt jsr152/examples/snp snoop.txt jsr152/examples/xml xml.txt Log: - Patch by Jan Luehe Remove redundant files. Revision Changes Path 1.6 +41 -0 jakarta-servletapi-5/jsr152/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- build.xml 10 Feb 2003 23:50:28 -0000 1.5 +++ build.xml 21 Mar 2003 01:53:48 -0000 1.6 @@ -142,6 +142,23 @@ <mapper type="glob" from="*.java" to="*.java.txt"/> </copy> + <copy todir="${jsp-api.build}/examples/cal"> + <fileset dir="examples/WEB-INF/classes/cal"> + <include name="Entries.java"/> + <include name="Entry.java"/> + <include name="JspCalendar.java"/> + <include name="TableBean.java"/> + </fileset> + <mapper type="glob" from="*.java" to="*.java.txt"/> + </copy> + + <copy todir="${jsp-api.build}/examples/jsptoserv"> + <fileset dir="examples/WEB-INF/classes"> + <include name="servletToJsp.java"/> + </fileset> + <mapper type="glob" from="*.java" to="*.java.txt"/> + </copy> + <copy todir="${jsp-api.build}/examples/jsp2/el"> <fileset dir="examples/WEB-INF/classes/jsp2/examples/el"> <include name="Functions.java"/> @@ -154,6 +171,30 @@ <include name="EchoAttributesTag.java"/> </fileset> <mapper type="glob" from="*.java" to="*.java.txt"/> + </copy> + + <copy todir="${jsp-api.build}/examples/jsp2/tagfiles"> + <fileset dir="examples/WEB-INF/tags"/> + <mapper type="glob" from="*.tag" to="*.tag.txt"/> + </copy> + + <copy todir="${jsp-api.build}/examples"> + <fileset dir="examples"> + <exclude name="error/errorpge.jsp"/> + <exclude name="forward/one.jsp"/> + <exclude name="include/foo.jsp"/> + <exclude name="jsptoserv/hello.jsp"/> + <exclude name="security/protected/error.jsp"/> + <exclude name="security/protected/index.jsp"/> + <exclude name="security/protected/login.jsp"/> + <exclude name="source.jsp"/> + </fileset> + <mapper type="glob" from="*.jsp" to="*.jsp.txt"/> + </copy> + + <copy todir="${jsp-api.build}/examples"> + <fileset dir="examples"/> + <mapper type="glob" from="*.jspf" to="*.jspf.txt"/> </copy> <javac srcdir="examples/WEB-INF/classes" 1.2 +5 -5 jakarta-servletapi-5/jsr152/examples/cal/calendar.html Index: calendar.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/cal/calendar.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- calendar.html 27 Aug 2002 13:16:51 -0000 1.1 +++ calendar.html 21 Mar 2003 01:53:48 -0000 1.2 @@ -13,18 +13,18 @@ <p><font color="#0000FF"><a href="login.html"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> <h2> Source Code for Calendar Example. <br> -<h3><a href="cal1.txt">cal1.jsp<font color="#0000FF"></a> +<h3><a href="cal1.jsp.txt">cal1.jsp<font color="#0000FF"></a> </font> </h3> -<h3><a href="cal2.txt">cal2.jsp<font color="#0000FF"></a> +<h3><a href="cal2.jsp.txt">cal2.jsp<font color="#0000FF"></a> </font> </h3> <br> <h2> Beans. -<h3><a href="TableBean.txt">TableBean<font color="#0000FF"></a> +<h3><a href="TableBean.java.txt">TableBean<font color="#0000FF"></a> </font> </h3> -<h3><a href="Entries.txt">Entries<font color="#0000FF"></a> +<h3><a href="Entries.java.txt">Entries<font color="#0000FF"></a> </font> </h3> -<h3><a href="Entry.txt">Entry<font color="#0000FF"></a> +<h3><a href="Entry.java.txt">Entry<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/checkbox/cresult.html Index: cresult.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/checkbox/cresult.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cresult.html 27 Aug 2002 13:16:51 -0000 1.1 +++ cresult.html 21 Mar 2003 01:53:48 -0000 1.2 @@ -12,7 +12,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="check.html"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="checkresult.txt">Source Code for Checkbox Example<font color="#0000FF"></a> +<h3><a href="checkresult.jsp.txt">Source Code for Checkbox Example<font color="#0000FF"></a> </font> </h3> <h3><a href="CheckTest.html">Property Sheet for CheckTest 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/colors/clr.html Index: clr.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/colors/clr.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- clr.html 27 Aug 2002 13:16:51 -0000 1.1 +++ clr.html 21 Mar 2003 01:53:48 -0000 1.2 @@ -12,7 +12,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="colors.html"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="colors.txt">Source Code for Color Example<font color="#0000FF"></a> +<h3><a href="colrs.jsp.txt">Source Code for Color Example<font color="#0000FF"></a> </font> </h3> <h3><a href="ColorGameBean.html">Property Sheet for ColorGameBean 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/dates/date.html Index: date.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/dates/date.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- date.html 27 Aug 2002 13:16:51 -0000 1.1 +++ date.html 21 Mar 2003 01:53:48 -0000 1.2 @@ -12,7 +12,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="date.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="date.txt">Source Code for Date Example<font color="#0000FF"></a> +<h3><a href="date.jsp.txt">Source Code for Date Example<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/error/er.html Index: er.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/error/er.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- er.html 27 Aug 2002 13:16:51 -0000 1.1 +++ er.html 21 Mar 2003 01:53:48 -0000 1.2 @@ -12,7 +12,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="error.html"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="err.txt">Source Code for Error Example<font color="#0000FF"></a> +<h3><a href="err.jsp.txt">Source Code for Error Example<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/forward/fwd.html Index: fwd.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/forward/fwd.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fwd.html 27 Aug 2002 13:16:51 -0000 1.1 +++ fwd.html 21 Mar 2003 01:53:48 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="forward.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="forward.txt">Source Code for Forward Example<font color="#0000FF"></a> +<h3><a href="forward.jsp.txt">Source Code for Forward Example<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/include/inc.html Index: inc.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/include/inc.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- inc.html 27 Aug 2002 13:16:51 -0000 1.1 +++ inc.html 21 Mar 2003 01:53:48 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="include.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="include.txt">Source Code for Include Example<font color="#0000FF"></a> +<h3><a href="include.jsp.txt">Source Code for Include Example<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/el/basic-arithmetic.html Index: basic-arithmetic.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/el/basic-arithmetic.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- basic-arithmetic.html 7 Sep 2002 00:47:59 -0000 1.1 +++ basic-arithmetic.html 21 Mar 2003 01:53:48 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="basic-arithmetic.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="basic-arithmetic.txt">Source Code for Basic Arithmetic Example<font color="#0000FF"></a> +<h3><a href="basic-arithmetic.jsp.txt">Source Code for Basic Arithmetic Example<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/el/basic-comparisons.html Index: basic-comparisons.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/el/basic-comparisons.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- basic-comparisons.html 7 Sep 2002 00:47:59 -0000 1.1 +++ basic-comparisons.html 21 Mar 2003 01:53:48 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="basic-comparisons.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="basic-comparisons.txt">Source Code for Basic Comparisons Example<font color="#0000FF"></a> +<h3><a href="basic-comparisons.jsp.txt">Source Code for Basic Comparisons Example<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/el/functions.html Index: functions.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/el/functions.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- functions.html 7 Sep 2002 00:47:59 -0000 1.1 +++ functions.html 21 Mar 2003 01:53:48 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="functions.jsp?foo=JSP+2.0"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="functions.txt">Source Code for functions.jsp<font color="#0000FF"></a> +<h3><a href="functions.jsp.txt">Source Code for functions.jsp<font color="#0000FF"></a> </font> </h3> <h3><a href="Functions.java.txt">Source Code for Functions.java<font color="#0000FF"></a> </font> </h3> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/el/implicit-objects.html Index: implicit-objects.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/el/implicit-objects.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- implicit-objects.html 7 Sep 2002 00:47:59 -0000 1.1 +++ implicit-objects.html 21 Mar 2003 01:53:48 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="implicit-objects.jsp?foo=bar"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="implicit-objects.txt">Source Code for Implicit Objects Example<font color="#0000FF"></a> +<h3><a href="implicit-objects.jsp.txt">Source Code for Implicit Objects Example<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/jspattribute/jspattribute.html Index: jspattribute.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/jspattribute/jspattribute.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jspattribute.html 7 Sep 2002 00:48:00 -0000 1.1 +++ jspattribute.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="jspattribute.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="jspattribute.txt">Source Code for jspattribute.jsp<font color="#0000FF"></a> +<h3><a href="jspattribute.jsp.txt">Source Code for jspattribute.jsp<font color="#0000FF"></a> </font> </h3> <h3><a href="HelloWorldSimpleTag.java.txt">Source Code for HelloWorldSimpleTag.java<font color="#0000FF"></a> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/jspattribute/shuffle.html Index: shuffle.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/jspattribute/shuffle.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- shuffle.html 7 Sep 2002 00:48:00 -0000 1.1 +++ shuffle.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="shuffle.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="shuffle.txt">Source Code for shuffle.jsp<font color="#0000FF"></a> +<h3><a href="shuffle.jsp.txt">Source Code for shuffle.jsp<font color="#0000FF"></a> </font> </h3> <h3><a href="ShuffleSimpleTag.java.txt">Source Code for ShuffleSimpleTag.java<font color="#0000FF"></a> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/misc/config.html Index: config.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/misc/config.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- config.html 7 Sep 2002 00:48:00 -0000 1.1 +++ config.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="config.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="config.txt">Source Code for config.jsp<font color="#0000FF"></a> +<h3><a href="config.jsp.txt">Source Code for config.jsp<font color="#0000FF"></a> </font> </h3> <h3><a href="prelude.jspf.txt">Source Code for prelude.jspf<font color="#0000FF"></a> </font> </h3> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/misc/dynamicattrs.html Index: dynamicattrs.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/misc/dynamicattrs.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dynamicattrs.html 7 Sep 2002 00:48:00 -0000 1.1 +++ dynamicattrs.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="dynamicattrs.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="dynamicattrs.txt">Source Code for dynamicattrs.jsp<font color="#0000FF"></a> +<h3><a href="dynamicattrs.jsp.txt">Source Code for dynamicattrs.jsp<font color="#0000FF"></a> </font> </h3> <h3><a href="EchoAttributesTag.java.txt">Source Code for EchoAttributesTag.java<font color="#0000FF"></a> </font> </h3> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/simpletag/book.html Index: book.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/simpletag/book.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- book.html 7 Sep 2002 00:48:00 -0000 1.1 +++ book.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="book.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="book.txt">Source Code for the Book Example JSP<font color="#0000FF"></a> +<h3><a href="book.jsp.txt">Source Code for the Book Example JSP<font color="#0000FF"></a> </font> </h3> <h3><a href="FindBookSimpleTag.java.txt">Source Code for the FindBook SimpleTag Handler<font color="#0000FF"></a> </font> </h3> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/simpletag/hello.html Index: hello.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/simpletag/hello.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hello.html 7 Sep 2002 00:48:00 -0000 1.1 +++ hello.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="hello.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="hello.txt">Source Code for the Hello World Tag Example JSP<font color="#0000FF"></a> +<h3><a href="hello.jsp.txt">Source Code for the Hello World Tag Example JSP<font color="#0000FF"></a> </font> </h3> <h3><a href="HelloWorldSimpleTag.java.txt">Source Code for the Hello World SimpleTag Handler<font color="#0000FF"></a> </font> </h3> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/simpletag/repeat.html Index: repeat.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/simpletag/repeat.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- repeat.html 7 Sep 2002 00:48:00 -0000 1.1 +++ repeat.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="repeat.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="repeat.txt">Source Code for the Repeat Tag Example JSP<font color="#0000FF"></a> +<h3><a href="repeat.jsp.txt">Source Code for the Repeat Tag Example JSP<font color="#0000FF"></a> </font> </h3> <h3><a href="RepeatSimpleTag.java.txt">Source Code for the Repeat SimpleTag Handler<font color="#0000FF"></a> </font> </h3> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/tagfiles/hello.html Index: hello.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/tagfiles/hello.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hello.html 7 Sep 2002 00:48:01 -0000 1.1 +++ hello.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="hello.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="hello.txt">Source Code for hello.jsp<font color="#0000FF"></a> +<h3><a href="hello.jsp.txt">Source Code for hello.jsp<font color="#0000FF"></a> </font> </h3> <h3><a href="helloWorld.tag.txt">Source Code for helloWorld.tag<font color="#0000FF"></a> </font> </h3> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/tagfiles/panel.html Index: panel.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/tagfiles/panel.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- panel.html 7 Sep 2002 00:48:01 -0000 1.1 +++ panel.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="panel.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="panel.txt">Source Code for panel.jsp<font color="#0000FF"></a> +<h3><a href="panel.jsp.txt">Source Code for panel.jsp<font color="#0000FF"></a> </font> </h3> <h3><a href="panel.tag.txt">Source Code for panel.tag<font color="#0000FF"></a> </font> </h3> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/jsp2/tagfiles/products.html Index: products.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsp2/tagfiles/products.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- products.html 7 Sep 2002 00:48:01 -0000 1.1 +++ products.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="products.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="products.txt">Source Code for products.jsp<font color="#0000FF"></a> +<h3><a href="products.jsp.txt">Source Code for products.jsp<font color="#0000FF"></a> </font> </h3> <h3><a href="displayProducts.tag.txt">Source Code for displayProducts.tag<font color="#0000FF"></a> </font> </h3> 1.2 +2 -2 jakarta-servletapi-5/jsr152/examples/jsptoserv/jts.html Index: jts.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/jsptoserv/jts.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jts.html 27 Aug 2002 13:16:51 -0000 1.1 +++ jts.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -12,10 +12,10 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="jsptoservlet.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="jts.txt">Source Code for JSP calling servlet <font color="#0000FF"></a> +<h3><a href="jsptoservlet.jsp.txt">Source Code for JSP calling servlet <font color="#0000FF"></a> </font> </h3> -<h3><a href="stj.txt">Source Code for Servlet calling JSP +<h3><a href="servletToJsp.java.txt">Source Code for Servlet calling JSP <font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/num/numguess.html Index: numguess.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/num/numguess.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- numguess.html 27 Aug 2002 13:16:51 -0000 1.1 +++ numguess.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -15,7 +15,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="numguess.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="numguess.txt">Source Code for Numguess Example<font color="#0000FF"></a> +<h3><a href="numguess.jsp.txt">Source Code for Numguess Example<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/plugin/plugin.html Index: plugin.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/plugin/plugin.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin.html 27 Aug 2002 13:16:51 -0000 1.1 +++ plugin.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="plugin.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="plugin.txt">Source Code for Plugin Example<font color="#0000FF"></a> +<h3><a href="plugin.jsp.txt">Source Code for Plugin Example<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/sessions/crt.html Index: crt.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/sessions/crt.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- crt.html 27 Aug 2002 13:16:50 -0000 1.1 +++ crt.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -12,7 +12,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="carts.html"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="carts.txt">Source Code for Cart Example<font color="#0000FF"></a> +<h3><a href="carts.jsp.txt">Source Code for Cart Example<font color="#0000FF"></a> </font> </h3> <h3><a href="DummyCart.html">Property Sheet for DummyCart 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/simpletag/foo.html Index: foo.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/simpletag/foo.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- foo.html 27 Aug 2002 13:16:50 -0000 1.1 +++ foo.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -11,7 +11,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="foo.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="foo.txt">Source Code for the Simple Tag Example<font color="#0000FF"></a> +<h3><a href="foo.jsp.txt">Source Code for the Simple Tag Example<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/snp/snoop.html Index: snoop.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/snp/snoop.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- snoop.html 27 Aug 2002 13:16:50 -0000 1.1 +++ snoop.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -12,7 +12,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="snoop.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="snoop.txt">Source Code for Request Parameters Example<font color="#0000FF"></a> +<h3><a href="snoop.jsp.txt">Source Code for Request Parameters Example<font color="#0000FF"></a> </font> </h3> </body> 1.2 +1 -1 jakarta-servletapi-5/jsr152/examples/xml/xml.html Index: xml.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/xml/xml.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xml.html 27 Aug 2002 13:16:50 -0000 1.1 +++ xml.html 21 Mar 2003 01:53:49 -0000 1.2 @@ -12,7 +12,7 @@ <body bgcolor="#FFFFFF"> <p><font color="#0000FF"><a href="xml.jsp"><img src="../../images/execute.gif" align="right" border="0"></a><a href="../index.html"><img src="../../images/return.gif" width="24" height="24" align="right" border="0"></a></font></p> -<h3><a href="xml.txt">Source Code for XML syntax Example<font color="#0000FF"></a> +<h3><a href="xml.jsp.txt">Source Code for XML syntax Example<font color="#0000FF"></a> </font> </h3> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]