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/08/14 03:48:19 UTC

[6/9] git commit: Fix intermittent issue with invalid app manifest because of xml commented apache header.

Fix intermittent issue with invalid app manifest because of xml commented apache header.


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

Branch: refs/heads/master
Commit: 3314cdb4b038ea3596ebde8ad6ce1391fd5dd161
Parents: 0f50216
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Aug 13 18:00:21 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Aug 13 18:00:21 2014 -0700

----------------------------------------------------------------------
 wp8/template/Properties/WMAppManifest.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/3314cdb4/wp8/template/Properties/WMAppManifest.xml
----------------------------------------------------------------------
diff --git a/wp8/template/Properties/WMAppManifest.xml b/wp8/template/Properties/WMAppManifest.xml
index 687dedb..40787d1 100644
--- a/wp8/template/Properties/WMAppManifest.xml
+++ b/wp8/template/Properties/WMAppManifest.xml
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
+<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">
 <!-- 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -12,7 +13,6 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<Deployment xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment" AppPlatformVersion="8.0">
   <DefaultLanguage xmlns="" code="en-US" />
   <Languages xmlns="">
     <Language code="en-US" />