patrickl 2002/08/10 15:42:37
Modified: . build.xml
Log:
Minor change to include all *.xsd in the same directory (javax/servlet/resources) since
there is a Xerces limitation when resolving systemId from multiple URIs (only 1 is supported).
Submitted by: Jean-Francois Arcand (jeanfrancois.arcand@sun.com)
Revision Changes Path
1.5 +0 -2 jakarta-servletapi-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-servletapi-5/build.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build.xml 8 Aug 2002 20:26:32 -0000 1.4
+++ build.xml 10 Aug 2002 22:42:37 -0000 1.5
@@ -76,9 +76,7 @@
<copy todir="${servletapi.build}/classes/javax/servlet/resources">
<fileset dir="src/share/dtd" includes="*.dtd,*.xsd">
<exclude name="jsp*.dtd"/>
- <exclude name="jsp*.xsd"/>
<exclude name="web-jsp*.dtd"/>
- <exclude name="web-jsp*.xsd"/>
</fileset>
</copy>
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|