dwinterfeldt 02/03/18 19:57:01
Modified: . build-webapps.xml
Log:
validator-rules.xml is copied into WEB-INF of the blank webapp.
Revision Changes Path
1.11 +3 -0 jakarta-struts/build-webapps.xml
Index: build-webapps.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/build-webapps.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build-webapps.xml 19 Mar 2002 03:30:24 -0000 1.10
+++ build-webapps.xml 19 Mar 2002 03:57:01 -0000 1.11
@@ -128,6 +128,9 @@
<!-- Copy validator-rules.xml for the Struts validator application -->
<copy tofile="${build.home}/validator/WEB-INF/validator-rules.xml"
file="${basedir}/conf/share/validator-rules.xml"/>
+ <!-- Copy validator-rules.xml for the Struts blank application -->
+ <copy tofile="${build.home}/blank/WEB-INF/validator-rules.xml"
+ file="${basedir}/conf/share/validator-rules.xml"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>