You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2015/03/17 16:58:07 UTC

cordova-coho git commit: CB-8693 Update location of cordova.js within cordova-android

Repository: cordova-coho
Updated Branches:
  refs/heads/master dff2a5ef7 -> 678052a40


CB-8693 Update location of cordova.js within cordova-android


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

Branch: refs/heads/master
Commit: 678052a40fad491452a476e1e6b5778b0611bbb5
Parents: dff2a5e
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Mar 17 11:57:51 2015 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Mar 17 11:57:51 2015 -0400

----------------------------------------------------------------------
 src/repoutil.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/678052a4/src/repoutil.js
----------------------------------------------------------------------
diff --git a/src/repoutil.js b/src/repoutil.js
index c0f16db..80ce4f6 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -28,7 +28,7 @@ var platformRepos = [
         id: 'android',
         repoName: 'cordova-android',
         jiraComponentName: 'Android',
-        cordovaJsPaths: ['framework/assets/www/cordova.js'],
+        cordovaJsPaths: ['bin/templates/project/assets/www/cordova.js'],
         ratExcludes: [
             '*.properties',
             'bin',


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