Log Message:
-----------
Changed the Ant get to avoid using timestamps to determine whether the file should be downloaded. NOTE that this is a significant change in convention.
Tracker#: https://sourceforge.net/tracker/?func=detail&aid=3392167&group_id=151079&atid=779847
Modified Paths:
--------------
controltier/branches/controltier-3-6-support/core/modules/Package/bin/get.xml
Modified: controltier/branches/controltier-3-6-support/core/modules/Package/bin/get.xml
===================================================================
--- controltier/branches/controltier-3-6-support/core/modules/Package/bin/get.xml 2011-07-13 22:46:52 UTC (rev 2297)
+++ controltier/branches/controltier-3-6-support/core/modules/Package/bin/get.xml 2011-08-15 23:47:26 UTC (rev 2298)
@@ -25,7 +25,7 @@
</then>
<else>
<get src="${opts.url}" dest="${opts.installroot}/${opts.filename}"
- verbose="false" usetimestamp="true" ignoreerrors="false"
+ verbose="false" usetimestamp="false" ignoreerrors="false"
username="${framework.server.username}" password="${framework.server.password}"/>
</else>
</if>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.