You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/05/18 01:47:28 UTC

[11/12] git commit: i wonder how many more commits i will need to make to fix this.

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 <ma...@gmail.com>
Authored: Fri May 17 16:11:32 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
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) {