Browse Source

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
master
Stefan Bodewig 22 years ago
parent
commit
3c8e24464d
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      docs/manual/OptionalTasks/jspc.html

+ 4
- 4
docs/manual/OptionalTasks/jspc.html View File

@@ -235,7 +235,7 @@ package heirarchy beginning with com.i3sp.jsp.
package="com.i3sp.jsp"> package="com.i3sp.jsp">
<include name="**/*.jsp" /> <include name="**/*.jsp" />
</jspc> </jspc>
<depends
<depend
srcdir="interim" srcdir="interim"
destdir="build" destdir="build"
cache="build/dependencies" 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. .TLD imports or in compile time includes do not get picked up.


<p> <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> <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> Reserved.</p>


</body> </body>


Loading…
Cancel
Save