X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=jhbuild.js;h=aac7cd8d5194c95e89dbd24293046ab132ad6e70;hb=61a128a56345a9fe663b3ede9514977a5f39d4e6;hp=52063ad659af9edcd892a525c53ac276afa29964;hpb=df3d2179aadc6e85e8b11af29afefd4d6c35d95d;p=gnome.introspection-doc-generator diff --git a/jhbuild.js b/jhbuild.js index 52063ad..aac7cd8 100755 --- a/jhbuild.js +++ b/jhbuild.js @@ -7,12 +7,14 @@ GLib= imports.gi.GLib; Gio = imports.gi.Gio; -Roo = imports['Roo.js'].Roo; -File = imports['File.js'].File; -console = imports['console.js'].console; + +File = imports.File.File; +console = imports.console.console; -imports['Date.js'].load(Date); + + = imports.DateExtra.DateExtra; + // these should come from args @@ -23,7 +25,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..