summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2004-10-28 00:00:00 +0200
committerHans Hagen <pragma@wxs.nl>2004-10-28 00:00:00 +0200
commit0d505a4ff77ee18822e9ad84fe51a535c1c1b86d (patch)
tree5a47d54d2ab7818a9cecee2648b3b4a9dd760869 /scripts
parent7c3a2080a946d533f9f34c74c503ccbe12bfb30f (diff)
downloadcontext-0d505a4ff77ee18822e9ad84fe51a535c1c1b86d.tar.gz
stable 2004.10.28
Diffstat (limited to 'scripts')
-rw-r--r--scripts/context/ruby/xmltools.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/context/ruby/xmltools.rb b/scripts/context/ruby/xmltools.rb
index b92f159e3..be5bf814c 100644
--- a/scripts/context/ruby/xmltools.rb
+++ b/scripts/context/ruby/xmltools.rb
@@ -73,6 +73,7 @@ class Commands
else
rootatt = " #{@xmlns} root='#{root}'"
end
+ rootatt += " timestamp='#{Time.now}'"
if url.empty? then
output.xputs("<files #{rootatt}>\n")
else