diff options
author | Hans Hagen <pragma@wxs.nl> | 2004-10-28 00:00:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2004-10-28 00:00:00 +0200 |
commit | 0d505a4ff77ee18822e9ad84fe51a535c1c1b86d (patch) | |
tree | 5a47d54d2ab7818a9cecee2648b3b4a9dd760869 /scripts | |
parent | 7c3a2080a946d533f9f34c74c503ccbe12bfb30f (diff) | |
download | context-0d505a4ff77ee18822e9ad84fe51a535c1c1b86d.tar.gz |
stable 2004.10.28
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/ruby/xmltools.rb | 1 |
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 |