You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/10/02 20:17:48 UTC

[14/29] git commit: CB-7512: Copy cordova.gradle file to project root on build

CB-7512: Copy cordova.gradle file to project root on build


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

Branch: refs/heads/master
Commit: bd291372756c1d2b21b87091f1a3c6f642f113e1
Parents: 9ec000c
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Sep 11 15:12:07 2014 -0400
Committer: Prabhjot Singh <pr...@amazon.com>
Committed: Wed Sep 17 15:24:12 2014 +0530

----------------------------------------------------------------------
 bin/lib/create.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/bd291372/bin/lib/create.js
----------------------------------------------------------------------
diff --git a/bin/lib/create.js b/bin/lib/create.js
index 8660afe..d7550a6 100755
--- a/bin/lib/create.js
+++ b/bin/lib/create.js
@@ -125,6 +125,7 @@ function copyBuildRules(projectPath) {
 
     shell.cp('-f', path.join(srcDir, 'build.gradle'), projectPath);
     shell.cp('-f', path.join(srcDir, 'settings.gradle'), projectPath);
+    shell.cp('-f', path.join(srcDir, 'cordova.gradle'), projectPath);
 }
 
 function copyScripts(projectPath) {


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