i wonder how many more commits i will need to make to fix this.
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/d6df914b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/d6df914b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/d6df914b Branch: refs/heads/master Commit: d6df914ba413328ba830239c7b9ede58797ca93d Parents: 08834d5 Author: Fil Maj <[email protected]> Authored: Fri May 17 16:11:32 2013 -0700 Committer: Fil Maj <[email protected]> Committed: Fri May 17 16:46:01 2013 -0700 ---------------------------------------------------------------------- src/platforms/wp7.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/d6df914b/src/platforms/wp7.js ---------------------------------------------------------------------- diff --git a/src/platforms/wp7.js b/src/platforms/wp7.js index 1fba4e4..4fe5ddf 100644 --- a/src/platforms/wp7.js +++ b/src/platforms/wp7.js @@ -107,7 +107,7 @@ module.exports = { if (project_files.length === 0) { throw new Error('does not appear to be a Windows Phone project (no .csproj file)'); } - return new csproj(path.join(project_files[0])); + return new csproj(path.join(project_dir, project_files[0])); }, "source-file":{ install:function(source_el, plugin_dir, project_dir, plugin_id, project_file) {
