martinc 2004/09/12 13:29:02 Modified: . build-webapps.xml Log: The <html:img> tests need an image to display... Revision Changes Path 1.31 +3 -0 jakarta-struts/build-webapps.xml Index: build-webapps.xml =================================================================== RCS file: /home/cvs/jakarta-struts/build-webapps.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- build-webapps.xml 1 Sep 2004 02:17:37 -0000 1.30 +++ build-webapps.xml 12 Sep 2004 20:29:02 -0000 1.31 @@ -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]