kinman 2002/06/05 17:23:35
Modified: jasper2 build.xml
Log:
- Don't include core/JspException in runtime
Revision Changes Path
1.6 +0 -1 jakarta-tomcat-jasper/jasper2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 3 Jun 2002 17:27:09 -0000 1.5
+++ build.xml 6 Jun 2002 00:23:35 -0000 1.6
@@ -196,7 +196,6 @@
<fileset dir="${jasper.build}/shared/classes">
<include name="org/apache/jasper/Constants.class" />
<include name="org/apache/jasper/JasperException.class" />
- <include name="org/apache/jasper/core/**" />
<include name="org/apache/jasper/logging/**" />
<include name="org/apache/jasper/resources/**" />
<include name="org/apache/jasper/runtime/**" />
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|