remm 2005/09/22 03:39:37
Modified: . build.xml
Log:
- Fix build by excluding tagPlugins.xml.
- This file shouldn't be in the standard examples, but rather copied there
before precompiling (once it works again, of course).
Revision Changes Path
1.238 +3 -1 jakarta-tomcat-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- build.xml 1 Sep 2005 18:28:24 -0000 1.237
+++ build.xml 22 Sep 2005 10:39:37 -0000 1.238
@@ -779,7 +779,9 @@
<mkdir dir="${tomcat.build}/webapps/jsp-examples"/>
<copy todir="${tomcat.build}/webapps/jsp-examples">
- <fileset dir="${api.home}/jsr152/build/examples" includes="**"/>
+ <fileset dir="${api.home}/jsr152/build/examples">
+ <exclude name="WEB-INF/tagPlugins.xml" />
+ </fileset>
</copy>
<ant dir="${catalina.home}/webapps/ROOT" target="build-main">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]