You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2005/08/17 00:43:38 UTC

svn commit: r233072 - /myfaces/build/trunk/build.xml

Author: svieujot
Date: Tue Aug 16 15:43:34 2005
New Revision: 233072

URL: http://svn.apache.org/viewcvs?rev=233072&view=rev
Log:
lastmodified token was not always updated.

Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=233072&r1=233071&r2=233072&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Tue Aug 16 15:43:34 2005
@@ -470,7 +470,7 @@
 	     <tstamp>
 	        <format property="lastModified" pattern="yyyy-MM-dd HH:mm:ss Z"/>
 	     </tstamp>
-	     <copy todir="${classes.dir}" filtering="on">
+	     <copy todir="${classes.dir}" filtering="on" overwrite="true">
 	         <fileset dir="${jar.fileset2.dir}" includes="**/*.properties"/>
 	         <filterset>
 	            <filter token="lastModified" value="${lastModified}"/>