You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/08/05 19:50:53 UTC

[1/2] js commit: [fxos] Remove hardcoded cordova version

Repository: cordova-js
Updated Branches:
  refs/heads/master 26e3e49e4 -> 13b556e43


[fxos] Remove hardcoded cordova version


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

Branch: refs/heads/master
Commit: 14df92526b9f02048727581a6a8e596396b9aad6
Parents: 26e3e49
Author: Rodrigo Silveira <ro...@outlook.com>
Authored: Tue Aug 5 10:18:41 2014 -0700
Committer: Rodrigo Silveira <ro...@outlook.com>
Committed: Tue Aug 5 10:18:41 2014 -0700

----------------------------------------------------------------------
 src/firefoxos/platform.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/14df9252/src/firefoxos/platform.js
----------------------------------------------------------------------
diff --git a/src/firefoxos/platform.js b/src/firefoxos/platform.js
index a413195..7fac8a4 100644
--- a/src/firefoxos/platform.js
+++ b/src/firefoxos/platform.js
@@ -21,7 +21,6 @@
 
 module.exports = {
     id: 'firefoxos',
-    cordovaVersion: '3.0.0',
 
     bootstrap: function() {
         require('cordova/modulemapper').clobbers('cordova/exec/proxy', 'cordova.commandProxy');


[2/2] js commit: Merge remote-tracking branch 'rodms/fix-version'

Posted by za...@apache.org.
Merge remote-tracking branch 'rodms/fix-version'


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

Branch: refs/heads/master
Commit: 13b556e433abf180aaf367795da23e0c5cbd4357
Parents: 26e3e49 14df925
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Tue Aug 5 19:50:33 2014 +0200
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Tue Aug 5 19:50:33 2014 +0200

----------------------------------------------------------------------
 src/firefoxos/platform.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------