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 <[email protected]> Authored: Tue Mar 4 12:03:29 2014 +0100 Committer: braas <[email protected]> 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) {
