You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/05/14 00:53:08 UTC

[1/2] git commit: CB-6686 [3.5.0rc][Windows8] Build error if path contains whitespaces

Repository: cordova-windows
Updated Branches:
  refs/heads/3.5.x 44c2fb6e9 -> b2596302c
Updated Tags:  refs/tags/3.5.0 [created] b2596302c


CB-6686 [3.5.0rc][Windows8] Build  error if path contains whitespaces


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/1d2c5123
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/1d2c5123
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/1d2c5123

Branch: refs/heads/3.5.x
Commit: 1d2c5123a12fd4b5969d7ef4432aa131cf09a32a
Parents: 27cb729
Author: sgrebnov <v-...@microsoft.com>
Authored: Tue May 13 15:35:51 2014 -0700
Committer: sgrebnov <v-...@microsoft.com>
Committed: Tue May 13 15:35:51 2014 -0700

----------------------------------------------------------------------
 windows8/template/CordovaApp.jsproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/1d2c5123/windows8/template/CordovaApp.jsproj
----------------------------------------------------------------------
diff --git a/windows8/template/CordovaApp.jsproj b/windows8/template/CordovaApp.jsproj
index 611ae76..9efbaf4 100644
--- a/windows8/template/CordovaApp.jsproj
+++ b/windows8/template/CordovaApp.jsproj
@@ -84,7 +84,7 @@
   -->
     <PropertyGroup>
     <PreBuildEvent>
-Powershell -ExecutionPolicy RemoteSigned Unblock-File $(ProjectDir)\cordova\lib\ApplyPlatformConfig.ps1; Powershell -File $(ProjectDir)\cordova\lib\ApplyPlatformConfig.ps1 $(ProjectDir);
+Powershell -ExecutionPolicy RemoteSigned Unblock-File '$(ProjectDir)\cordova\lib\ApplyPlatformConfig.ps1'; Powershell -File '$(ProjectDir)\cordova\lib\ApplyPlatformConfig.ps1' '$(ProjectDir)\';
     </PreBuildEvent>
   </PropertyGroup>
 </Project>


[2/2] git commit: Merge branch 'CB-6686' of https://github.com/MSOpenTech/cordova-windows into 3.5.x

Posted by pu...@apache.org.
Merge branch 'CB-6686' of https://github.com/MSOpenTech/cordova-windows into 3.5.x


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

Branch: refs/heads/3.5.x
Commit: b2596302c82b50a6f77deef3f8a1bb54d87b8d39
Parents: 44c2fb6 1d2c512
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue May 13 15:50:55 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue May 13 15:50:55 2014 -0700

----------------------------------------------------------------------
 windows8/template/CordovaApp.jsproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------