You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2003/01/16 13:06:57 UTC

cvs commit: jakarta-ant/docs/manual/OptionalTasks jspc.html

bodewig     2003/01/16 04:06:57

  Modified:    docs/manual/OptionalTasks jspc.html
  Log:
  fix typo in example
  
  PR: 14034
  
  fix version information about jsp and servlet API - at least I think
  this is the correct information.
  
  Revision  Changes    Path
  1.13      +4 -4      jakarta-ant/docs/manual/OptionalTasks/jspc.html
  
  Index: jspc.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/jspc.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- jspc.html	1 Dec 2002 03:48:25 -0000	1.12
  +++ jspc.html	16 Jan 2003 12:06:57 -0000	1.13
  @@ -235,7 +235,7 @@
         package="com.i3sp.jsp">
     <include name="**/*.jsp" />
   </jspc>
  -<depends
  +<depend
            srcdir="interim"
            destdir="build"
            cache="build/dependencies"
  @@ -260,11 +260,11 @@
   .TLD imports or in compile time includes do not get picked up.
   
   <p>
  -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.
   
   <hr>
  -<p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All rights
  +<p align="center">Copyright &copy; 2001-2003 Apache Software Foundation. All rights
   Reserved.</p>
   
   </body>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>