You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/03/11 18:47:40 UTC

[1/2] git commit: PB-6160 adding plugin fails for Firefoxos.

Repository: cordova-plugman
Updated Branches:
  refs/heads/master a4a51d7ce -> 78e3650e9


PB-6160 adding plugin fails for Firefoxos.


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

Branch: refs/heads/master
Commit: 189638fdce94ea3047191d3e440c2509a73f43e0
Parents: 6cb78c4
Author: braas <br...@steckelfisch.nl>
Authored: Tue Mar 4 12:03:29 2014 +0100
Committer: braas <br...@steckelfisch.nl>
Committed: Tue Mar 4 12:03:29 2014 +0100

----------------------------------------------------------------------
 src/platforms/firefoxos.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/189638fd/src/platforms/firefoxos.js
----------------------------------------------------------------------
diff --git a/src/platforms/firefoxos.js b/src/platforms/firefoxos.js
index a63320f..90f6c8f 100644
--- a/src/platforms/firefoxos.js
+++ b/src/platforms/firefoxos.js
@@ -1,6 +1,7 @@
 var path = require('path')
     , fs = require('fs')
-    , common = require('./common');
+    , common = require('./common')
+    , xml_helpers = require(path.join(__dirname, '..', 'util', 'xml-helpers'));
 
 module.exports = {
     www_dir: function(project_dir) {


[2/2] git commit: Merge branch 'CB-6160' of github.com:Steckelfisch/cordova-plugman

Posted by st...@apache.org.
Merge branch 'CB-6160' of github.com:Steckelfisch/cordova-plugman


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

Branch: refs/heads/master
Commit: 78e3650e9b483fa1e98bfe01458a00b76d422446
Parents: a4a51d7 189638f
Author: Steven Gill <st...@gmail.com>
Authored: Tue Mar 11 10:47:19 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue Mar 11 10:47:19 2014 -0700

----------------------------------------------------------------------
 src/platforms/firefoxos.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------