You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/05/11 01:30:11 UTC

js commit: [all] Removed output date stamp as it an un-necessary change to the output files. commitId is plenty of info.

Updated Branches:
  refs/heads/master c2d78cb4c -> cfc5f4ee5


[all] Removed output date stamp as it an un-necessary change to the output files. commitId is plenty of info.


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/cfc5f4ee
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/cfc5f4ee
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/cfc5f4ee

Branch: refs/heads/master
Commit: cfc5f4ee5f4160b2f39f6937da287a8785a3ed1e
Parents: c2d78cb
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri May 10 16:29:38 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri May 10 16:29:38 2013 -0700

----------------------------------------------------------------------
 build/packager.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/cfc5f4ee/build/packager.js
----------------------------------------------------------------------
diff --git a/build/packager.js b/build/packager.js
index 0801451..f3194a2 100644
--- a/build/packager.js
+++ b/build/packager.js
@@ -74,13 +74,12 @@ packager.bundle = function(platform, debug, commitId ) {
 	
     output.push("// Platform: " + platform);
     output.push("// "  + commitId);
-    output.push("// File generated at :: " + new Date());
 
     // write header
     output.push('/*', getContents('LICENSE-for-js-file.txt'), '*/')
     output.push(';(function() {')
     output.push("var CORDOVA_JS_BUILD_LABEL = '"  + commitId + "';");
-    
+
     // write initial scripts
     if (!scripts['require']) {
         throw new Error("didn't find a script for 'require'")