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/09 22:22:51 UTC

[19/19] git commit: Fix --shared flag of create script (broke in recent gradle changes)

Fix --shared flag of create script (broke in recent gradle changes)


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/30afdfff
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/30afdfff
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/30afdfff

Branch: refs/heads/master
Commit: 30afdfff44227741927da1fb5ec2f92bebee5afc
Parents: 881e666
Author: Andrew Grieve <ag...@chromium.org>
Authored: Sat Oct 4 15:14:51 2014 -0400
Committer: Prabhjot Singh <pr...@amazon.com>
Committed: Mon Oct 6 19:18:46 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/30afdfff/bin/lib/create.js
----------------------------------------------------------------------
diff --git a/bin/lib/create.js b/bin/lib/create.js
index 74037df..a5b524a 100755
--- a/bin/lib/create.js
+++ b/bin/lib/create.js
@@ -305,7 +305,7 @@ exports.createProject = function(project_path, package_name, project_name, proje
             copyBuildRules(project_path);
         });
         // Link it to local android install.
-        writeProjectProperties(project_path, target_api);
+        writeProjectProperties(project_path, target_api, use_shared_project);
     }).then(function() {
         console.log('Project successfully created.');
     });


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