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 2012/11/01 11:53:30 UTC

[22/51] [abbrv] cleanup leftovers

http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/ee53a824/windows8/samples/Notification Test/Notification Test/package.appxmanifest
----------------------------------------------------------------------
diff --git a/windows8/samples/Notification Test/Notification Test/package.appxmanifest b/windows8/samples/Notification Test/Notification Test/package.appxmanifest
index 5fe8dbb..99d30f3 100644
--- a/windows8/samples/Notification Test/Notification Test/package.appxmanifest	
+++ b/windows8/samples/Notification Test/Notification Test/package.appxmanifest	
@@ -1,17 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
-
-  <Identity
-    Name="a2bef493-a029-424e-b455-47c772af0d0e"
-    Version="1.0.0.0"
-    Publisher="CN=Cordova" />
-
+  <Identity Name="a2bef493-a029-424e-b455-47c772af0d0e" Version="1.0.0.0" Publisher="CN=Cordova" />
   <Properties>
     <DisplayName>Cordova-Metro</DisplayName>
     <PublisherDisplayName>Cordova</PublisherDisplayName>
     <Logo>images\storelogo.png</Logo>
   </Properties>
-
   <Prerequisites>
     <OSMinVersion>6.2.0</OSMinVersion>
     <OSMaxVersionTested>6.2.0</OSMaxVersionTested>
@@ -20,8 +14,8 @@
     <Resource Language="x-generate" />
   </Resources>
   <Applications>
-    <Application Id="App" StartPage="default.html">
-      <VisualElements DisplayName="Cordova-MetroApp" Logo="images\logo.png" SmallLogo="images\smalllogo.png" Description="Cordova-MetroApp" ForegroundText="light" BackgroundColor="#464646">
+    <Application Id="App" StartPage="index.html">
+      <VisualElements DisplayName="CordovaNotifications" Logo="images\logo.png" SmallLogo="images\smalllogo.png" Description="Cordova-MetroApp" ForegroundText="light" BackgroundColor="#464646">
         <DefaultTile ShowName="allLogos" />
         <SplashScreen Image="images\splashscreen.png" />
       </VisualElements>