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 2013/01/09 19:39:10 UTC

wp7 commit: update bad ref to WP7CordovaClassLib

Updated Branches:
  refs/heads/master 39918f953 -> 8043c0795


update bad ref to WP7CordovaClassLib


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

Branch: refs/heads/master
Commit: 8043c079512100afcf29f2923fb2378fcffb6b38
Parents: 39918f9
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Jan 9 10:38:39 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Jan 9 10:38:39 2013 -0800

----------------------------------------------------------------------
 templates/standalone/MainPage.xaml    |    2 +-
 templates/standalone/MainPage.xaml.cs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/8043c079/templates/standalone/MainPage.xaml
----------------------------------------------------------------------
diff --git a/templates/standalone/MainPage.xaml b/templates/standalone/MainPage.xaml
index 74fa38c..975176b 100644
--- a/templates/standalone/MainPage.xaml
+++ b/templates/standalone/MainPage.xaml
@@ -13,7 +13,7 @@
     Background="Black"
     SupportedOrientations="PortraitOrLandscape" Orientation="Portrait"
     shell:SystemTray.IsVisible="True" d:DesignHeight="768" d:DesignWidth="480" 
-    xmlns:my="clr-namespace:WP7CordovaClassLib">
+    xmlns:my="clr-namespace:WPCordovaClassLib">
     <Grid x:Name="LayoutRoot" Background="Transparent" HorizontalAlignment="Stretch">
         <Grid.RowDefinitions>
             <RowDefinition Height="*"/>

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/8043c079/templates/standalone/MainPage.xaml.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/MainPage.xaml.cs b/templates/standalone/MainPage.xaml.cs
index 33c8c19..6cddb49 100644
--- a/templates/standalone/MainPage.xaml.cs
+++ b/templates/standalone/MainPage.xaml.cs
@@ -32,7 +32,7 @@ using Microsoft.Phone.Controls;
 using System.IO;
 using System.Windows.Media.Imaging;
 using System.Windows.Resources;
-using WP7CordovaClassLib;
+
 
 
 namespace CordovaApp