Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@jakarta.apache.org Received: (qmail 22581 invoked by uid 500); 10 May 2001 19:10:55 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: taglibs-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 22522 invoked by uid 500); 10 May 2001 19:10:48 -0000 Delivered-To: apmail-jakarta-taglibs-cvs@apache.org Received: (qmail 22494 invoked by uid 1315); 10 May 2001 19:10:44 -0000 Date: 10 May 2001 19:10:44 -0000 Message-ID: <20010510191044.22493.qmail@apache.org> From: jstrachan@apache.org To: jakarta-taglibs-cvs@apache.org Subject: cvs commit: jakarta-taglibs common.xml jstrachan 01/05/10 12:10:44 Modified: . common.xml Log: Patched the build to escape the < and > characters from the example web apps JSP such that the foo.jsp now generates a foo.txt which can be included in JSP to show the source via a <%@ include file=foo.txt %> directive. I've used this mechanism on the log taglib. Revision Changes Path 1.4 +13 -0 jakarta-taglibs/common.xml Index: common.xml =================================================================== RCS file: /home/cvs/jakarta-taglibs/common.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- common.xml 2001/05/10 12:07:30 1.3 +++ common.xml 2001/05/10 19:10:41 1.4 @@ -132,6 +132,19 @@ + + + + + + + + + + ]]> + + +