[Pkg-javascript-commits] [dojo] 03/04: Fixes #5014. Missing import caused the stamping of bootstrap.js in the release process to fail. (1.0 branch checkin)

David Prévot taffit at moszumanska.debian.org
Mon May 11 20:11:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.0.0rc2
in repository dojo.

commit 427a4b9061f52052b797391fae78b421baf01dcd
Author: James Burke <jrburke at gmail.com>
Date:   Thu Nov 15 05:03:16 2007 +0000

    Fixes #5014. Missing import caused the stamping of bootstrap.js in the release process to fail. (1.0 branch checkin)
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.0/util/trunk@11529 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 buildscripts/changeVersion.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildscripts/changeVersion.js b/buildscripts/changeVersion.js
index 8cc5687..38058de 100644
--- a/buildscripts/changeVersion.js
+++ b/buildscripts/changeVersion.js
@@ -3,6 +3,7 @@
 var version = new String(arguments[0]);
 var fileName = new String(arguments[1]);
 
+load("jslib/logger.js");
 load("jslib/fileUtil.js");
 load("jslib/buildUtil.js");
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list