husted 2004/01/15 19:54:52
Modified: . build-webapps.xml
Log:
Add test pages for html:img and logic:forward,redirect tags
Revision Changes Path
1.26 +3 -0 jakarta-struts/build-webapps.xml
Index: build-webapps.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/build-webapps.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build-webapps.xml 8 Jan 2004 16:24:47 -0000 1.25
+++ build-webapps.xml 16 Jan 2004 03:54:52 -0000 1.26
@@ -125,6 +125,9 @@
<!-- Copy validator-rules.xml for the Struts examples application -->
<copy tofile="${build.home}/examples/WEB-INF/validator-rules.xml"
file="${basedir}/conf/share/validator-rules.xml"/>
+ <!-- Copy required image for the Struts examples exercise module -->
+ <copy tofile="${build.home}/examples/exercise/struts-power.gif"
+ file="${doc.dir}/images/struts-power.gif"/>
<!-- Copy required image for the Struts examples validator module -->
<copy tofile="${build.home}/examples/validator/struts-power.gif"
file="${doc.dir}/images/struts-power.gif"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]