You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2015/09/02 22:13:37 UTC

webworks commit: CB-7807 Adds init_reqs files to Update script

Repository: cordova-blackberry
Updated Branches:
  refs/heads/master 6ba669a65 -> e4e5332ee


CB-7807 Adds init_reqs files to Update script

Closes #191
Closes #192


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

Branch: refs/heads/master
Commit: e4e5332eea275eaf010f0f8d00da14d44c698ecd
Parents: 6ba669a
Author: Tim Windsor <ti...@gmail.com>
Authored: Tue Sep 1 13:03:19 2015 -0400
Committer: Bryan Higgins <br...@bryanhiggins.net>
Committed: Wed Sep 2 16:13:26 2015 -0400

----------------------------------------------------------------------
 bin/lib/update.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/e4e5332e/bin/lib/update.js
----------------------------------------------------------------------
diff --git a/bin/lib/update.js b/bin/lib/update.js
index 6a1b4f7..c764716 100644
--- a/bin/lib/update.js
+++ b/bin/lib/update.js
@@ -61,6 +61,8 @@ function updateTargetTool(projectpath) {
 function updateInitTool(projectpath) {
     shell.cp('-f', path.join(ROOT, 'bin', 'init.bat'), path.join(projectpath, 'cordova'));
     shell.cp('-f', path.join(ROOT, 'bin', 'init'), path.join(projectpath, 'cordova'));
+    shell.cp('-f', path.join(ROOT, 'bin', 'init_reqs.bat'), path.join(projectpath, 'cordova'));
+    shell.cp('-f', path.join(ROOT, 'bin', 'init_reqs'), path.join(projectpath, 'cordova'));
 }
 
 exports.updateProject = function (projectpath) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org