From: Alan Knowles Date: Tue, 13 Jul 2010 04:36:35 +0000 (+0800) Subject: jhbuild.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=7c98e8a72f76d3474f1be9fb94fe08558579bdfc jhbuild.js --- diff --git a/jhbuild.js b/jhbuild.js index 2abd70e..52e4546 100755 --- a/jhbuild.js +++ b/jhbuild.js @@ -12,7 +12,7 @@ File = imports.File.File; console = imports.console.console; -Date = imports.Date.Date; +Date = imports.DateExtra.DateExtra; @@ -24,7 +24,7 @@ var UPDATE_SOURCES = false; -var LOGFILE = "jhbuild-" + (new Date()).format("Y-m-d-H") + '.log'; +var LOGFILE = "jhbuild-" + (new DateExtra()).format("Y-m-d-H") + '.log'; // change src & deleteGirs when you add / remove girs..