You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2004/11/20 22:40:57 UTC

svn commit: r105999 - struts/core/trunk

Author: martinc
Date: Sat Nov 20 13:40:56 2004
New Revision: 105999

Modified:
   struts/core/trunk/build-webapps.xml
Log:
Copy over the message resources for the struts-blank web app. Not sure how this was broken - it was working when I rolled the 1.2.4 release.

Modified: struts/core/trunk/build-webapps.xml
==============================================================================
--- struts/core/trunk/build-webapps.xml	(original)
+++ struts/core/trunk/build-webapps.xml	Sat Nov 20 13:40:56 2004
@@ -131,6 +131,8 @@
      <!-- 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"/>
+    <copy todir="${build.home}/blank/WEB-INF/classes"
+            file="${basedir}/web/blank/WEB-INF/src/java/MessageResources.properties"/>
 </target>
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org