larryi 01/06/10 20:36:39
Modified: src/share/org/apache/jasper Constants.java
Log:
Deleted old imports and remaining out of spec import, javax.servlet.jsp.tagext.
The tomcat_32 branch of jakarta-watchdog has been updated to not rely on
the tagext import. I will try to get to fix the head of jakarta-watchdog later,
since it needs additional work.
Revision Changes Path
1.22 +0 -14 jakarta-tomcat/src/share/org/apache/jasper/Constants.java
Index: Constants.java
===================================================================
RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/Constants.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Constants.java 2001/04/28 21:13:36 1.21
+++ Constants.java 2001/06/11 03:36:39 1.22
@@ -95,27 +95,13 @@
/**
* These classes/packages are automatically imported by the
* generated code.
- *
- * FIXME: Need to trim this to what is there in PR2 and verify
- * with all our generators -akv.
*/
public static final String[] STANDARD_IMPORTS = {
"javax.servlet.*",
"javax.servlet.http.*",
"javax.servlet.jsp.*",
- // This one is not in spec, but a lot of tests depend on it.
- // The code is fixed to use explicit deps, when we test
- // the watchdog tests we can remove this
- "javax.servlet.jsp.tagext.*"
};
-// "javax.servlet.jsp.tagext.*",
-// "java.io.PrintWriter", "java.io.IOException", "java.io.FileInputStream",
-// "java.io.ObjectInputStream", "java.util.Vector",
-// "org.apache.jasper.runtime.*", "java.beans.*",
-// "org.apache.jasper.JasperException"
-// };
-
/**
* ServletContext attribute for classpath. This is tomcat specific.
* Other servlet engines can choose to have this attribute if they