X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=jhbuild.js;h=7665fe5d120312a15ada09af44767cce09b9850e;hb=6e7b1da1821049a2f63550dadcc5af09942ab38e;hp=befe2e2a08baafbccd904a1dc7cf327267db57d2;hpb=30693aa17535a2336a84ceb21455941e1ddec726;p=gnome.introspection-doc-generator diff --git a/jhbuild.js b/jhbuild.js index befe2e2..7665fe5 100755 --- a/jhbuild.js +++ b/jhbuild.js @@ -8,11 +8,12 @@ GLib= imports.gi.GLib; Gio = imports.gi.Gio; -File = imports.file.File; +File = imports.File.File; console = imports.console.console; -Date = imports.Date.Date; +DateExtra = imports.DateExtra.DateExtra; + // these should come from args @@ -23,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..