Description: Remove JSP 1.x and 2.0 API usage
Forwarded: no
Author: Damien Raude-Morvan <drazzib@debian.org>
Last-Update: 2009-09-27
Index: b/build.xml
===================================================================
--- a/build.xml
+++ b/build.xml
@@ -89,8 +89,6 @@
     </path>
 
     <path id="compile.jsp1.classpath">
-        <path refid="compile.nojsp.classpath"/>
-        <pathelement path="${lib.jsp12}"/>
     </path>
 
     <path id="compile.jsp2.classpath">
@@ -244,7 +242,6 @@
 
     <patternset id="freemarker.compile.jsp1">
         <include name="freemarker/ext/jsp/TaglibFactory.java"/>
-        <include name="freemarker/ext/jsp/FreeMarkerPageContext1.java"/>
     </patternset>
 
     <patternset id="freemarker.compile.jsp2">
@@ -546,8 +543,6 @@
         <antcall target="compile-commons-logging"/>
         <antcall target="compile-jdk14"/>
         <antcall target="compile-jdk15"/>
-        <antcall target="compile-jsp1"/>
-        <antcall target="compile-jsp2"/>
         <antcall target="compile-jython"/>
         <antcall target="compile-dom4j"/>
         <antcall target="compile-jdom"/>
