[Jboss-cvs] JBossAS SVN: r54991 - trunk/tools/etc/jbossbuild

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 1 15:08:03 EDT 2006


Author: ruel.loehr at jboss.com
Date: 2006-08-01 15:08:02 -0400 (Tue, 01 Aug 2006)
New Revision: 54991

Modified:
   trunk/tools/etc/jbossbuild/tasks.xml
Log:
turn time stamp usage back on

Modified: trunk/tools/etc/jbossbuild/tasks.xml
===================================================================
--- trunk/tools/etc/jbossbuild/tasks.xml	2006-08-01 19:07:24 UTC (rev 54990)
+++ trunk/tools/etc/jbossbuild/tasks.xml	2006-08-01 19:08:02 UTC (rev 54991)
@@ -797,7 +797,7 @@
             <mkdir dir="@{thirdpartyDir}"/>
             <get src="@{location}/${jbossbuild.component.info}"
                  dest="@{thirdpartyDir}/${jbossbuild.component.info}"
-                 useTimestamp="false"
+                 useTimestamp="true"
                  verbose="true"
             />
          </componentmain>
@@ -842,7 +842,7 @@
             <mkdir dir="@{parentDir}"/>
             <get src="@{location}" 
                  dest="@{output}" 
-                 useTimestamp="false"
+                 useTimestamp="true"
                  verbose="true"
             />
          </artifact>




More information about the jboss-cvs-commits mailing list