Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 09EB1D6FC for ; Fri, 17 May 2013 23:11:36 +0000 (UTC) Received: (qmail 75641 invoked by uid 500); 17 May 2013 23:11:36 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 75627 invoked by uid 500); 17 May 2013 23:11:36 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 75620 invoked by uid 99); 17 May 2013 23:11:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 May 2013 23:11:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1B29937DAB; Fri, 17 May 2013 23:11:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: filmaj@apache.org To: commits@cordova.apache.org Message-Id: <0b8b40ffa309413f9a58d5f031c7c2d5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: i wonder how many more commits i will need to make to fix this. Date: Fri, 17 May 2013 23:11:36 +0000 (UTC) Updated Branches: refs/heads/wp 37c50186e -> a50b55de4 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/a50b55de Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/a50b55de Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/a50b55de Branch: refs/heads/wp Commit: a50b55de40237298d6f37d7e5a254ee770880e26 Parents: 37c5018 Author: Fil Maj Authored: Fri May 17 16:11:32 2013 -0700 Committer: Fil Maj Committed: Fri May 17 16:11:32 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/a50b55de/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) {