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/03/28 00:40:55 UTC

[5/7] wp7 commit: Merge pull request #9 from bennmapes/CB-2833

Merge pull request #9 from bennmapes/CB-2833

[CB-2833] Changed git repo urls in scripts

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

Branch: refs/heads/master
Commit: 6b735cffbabcdba20ecf4af74cc9dd1e7e5e640f
Parents: aaa4a2e 2f055ae
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Mar 27 16:27:37 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Mar 27 16:27:37 2013 -0700

----------------------------------------------------------------------
 tooling/scripts/buildjs.js |    2 +-
 tooling/scripts/new.js     |   16 +++++++---------
 2 files changed, 8 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/6b735cff/tooling/scripts/buildjs.js
----------------------------------------------------------------------
diff --cc tooling/scripts/buildjs.js
index d425e15,dd53a2f..78a68f1
--- a/tooling/scripts/buildjs.js
+++ b/tooling/scripts/buildjs.js
@@@ -35,10 -35,9 +35,10 @@@ var args = WScript.Arguments
      //Subfolder containing example project
      EXAMPLE_PATH = '\\example',
      //Git Repositories
-     CORDOVA_JS = "git://github.com/apache/cordova-js.git",
+     CORDOVA_JS = 'https://git-wip-us.apache.org/repos/asf/cordova-js.git',
      // get version
 -    VERSION = read(ROOT+'\\VERSION').replace(/\r\n/,'').replace(/\n/,'');
 +    VERSION = read(ROOT+'\\VERSION').replace(/\r\n/,'').replace(/\n/,''),
 +    BUILD_DESTINATION;
  
  
  // help function

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/6b735cff/tooling/scripts/new.js
----------------------------------------------------------------------