You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/09/11 21:12:51 UTC

[1/2] android commit: CB-7512: Copy cordova.gradle file to project root on build

Repository: cordova-android
Updated Branches:
  refs/heads/4.0.x dd5a337a4 -> d99386ef1


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


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

Branch: refs/heads/4.0.x
Commit: 9ae3d2c074bebd3ce63a453af44c5da27244c21f
Parents: bf13fd4
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Sep 11 15:12:07 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Sep 11 15:12:07 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/9ae3d2c0/bin/lib/create.js
----------------------------------------------------------------------
diff --git a/bin/lib/create.js b/bin/lib/create.js
index 0b79533..c045819 100755
--- a/bin/lib/create.js
+++ b/bin/lib/create.js
@@ -123,6 +123,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) {


[2/2] android commit: Merge branch 'master' into 4.0.x

Posted by ia...@apache.org.
Merge branch 'master' into 4.0.x


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

Branch: refs/heads/4.0.x
Commit: d99386ef1ef01a802a04a8e1a9231e017ce2b50f
Parents: dd5a337 9ae3d2c
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Sep 11 15:12:31 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Sep 11 15:12:31 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/d99386ef/bin/lib/create.js
----------------------------------------------------------------------