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/08/28 21:04:02 UTC

[48/50] git commit: CB-3445: Ensure that JAR files in libs directory are included

CB-3445: Ensure that JAR files in libs directory are included


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

Branch: refs/heads/master
Commit: e5e5c5e04dd3953bdd6bff0070871561b19d7cb0
Parents: 58877a5
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Aug 28 11:26:35 2014 -0400
Committer: Archana Naik <na...@lab126.com>
Committed: Thu Aug 28 11:22:05 2014 -0700

----------------------------------------------------------------------
 bin/templates/project/build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/e5e5c5e0/bin/templates/project/build.gradle
----------------------------------------------------------------------
diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle
index dcebbc5..8bccc41 100644
--- a/bin/templates/project/build.gradle
+++ b/bin/templates/project/build.gradle
@@ -15,6 +15,7 @@ buildscript {
 ext.multiarch=false
 
 dependencies {
+    compile fileTree(dir: 'libs', include: '*.jar')
     for (subproject in getProjectList()) {
         compile project(subproject)
     }