From 3c8e24464d8af10a0c280ea1ffda688525ebe53d Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 16 Jan 2003 12:06:57 +0000 Subject: [PATCH] fix typo in example PR: 14034 fix version information about jsp and servlet API - at least I think this is the correct information. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273811 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/jspc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/OptionalTasks/jspc.html b/docs/manual/OptionalTasks/jspc.html index 668c066dd..30be63177 100644 --- a/docs/manual/OptionalTasks/jspc.html +++ b/docs/manual/OptionalTasks/jspc.html @@ -235,7 +235,7 @@ package heirarchy beginning with com.i3sp.jsp. package="com.i3sp.jsp"> <include name="**/*.jsp" /> </jspc> -<depends +<depend srcdir="interim" destdir="build" cache="build/dependencies" @@ -260,11 +260,11 @@ the naming scheme changed after that. Even when it does work, changes in .TLD imports or in compile time includes do not get picked up.

-Jasper generates JSP pages against the JSP1.3 specification -an implementation of -version 2.2 of the servlet specification is needed to compile or run the java code. +Jasper generates JSP pages against the JSP1.2 specification -an implementation of +version 2.3 of the servlet specification is needed to compile or run the java code.


-

Copyright © 2001-2002 Apache Software Foundation. All rights +

Copyright © 2001-2003 Apache Software Foundation. All rights Reserved.