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/02/23 23:29:30 UTC

[8/50] [abbrv] added templates for 1.5 quick dev, updated VERSION

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/templates/custom/www/index.html
----------------------------------------------------------------------
diff --git a/templates/custom/www/index.html b/templates/custom/www/index.html
index 9dcb0f4..d98eca5 100644
--- a/templates/custom/www/index.html
+++ b/templates/custom/www/index.html
@@ -9,13 +9,13 @@
 	  <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
             
       <!-- 
-        Note: If you want to support more device APIs, you will need to include the full cordova-1.4.1.js -jm 
+        Note: If you want to support more device APIs, you will need to include the full cordova-1.5.0.js -jm 
       -->
       <!-- 
-      <script type="text/javascript" charset="utf-8" src="cordova-1.4.1.js"></script>
+      <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
       -->
       
-      <script type="text/javascript" charset="utf-8" src="cordova-1.4.1-core.js"></script>
+      <script type="text/javascript" charset="utf-8" src="cordova-1.5.0-core.js"></script>
        
       <script type="text/javascript">
 
@@ -24,7 +24,7 @@
         // once the device ready event fires, you can safely do your thing! -jm
         function onDeviceReady()
         {
-            document.getElementById("welcomeMsg").innerHTML += "Cordova is ready! version=" + window.device.cordova;
+            document.getElementById("welcomeMsg").innerHTML = "Cordova is ready! version=" + window.device.cordova;
             console.log("onDeviceReady. You should see this message in Visual Studio's output window.");
             
         }
@@ -37,6 +37,6 @@
   </head>
   <body>
     <h1>Hello Cordova</h1>
-    <div id="welcomeMsg"></div>
+    <div id="welcomeMsg">Loading...</div>
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/templates/description.txt
----------------------------------------------------------------------
diff --git a/templates/description.txt b/templates/description.txt
index d06c192..1807332 100644
--- a/templates/description.txt
+++ b/templates/description.txt
@@ -1,9 +1,9 @@
 CordovaStarter
 
-Starter project for building a Cordova app for Windows Phone v1.4.1 ( formerly PhoneGap )
+Starter project for building a Cordova app for Windows Phone v1.5.0 ( formerly PhoneGap )
 
 
 CordovaCustom
 
-Starter project for building a Cordova app for Windows Phone v1.4.1 ( formerly PhoneGap )
+Starter project for building a Cordova app for Windows Phone v1.5.0 ( formerly PhoneGap )
 Note: You will need to link to the framework manually.

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/templates/full/CordovaSourceDictionary.xml
----------------------------------------------------------------------
diff --git a/templates/full/CordovaSourceDictionary.xml b/templates/full/CordovaSourceDictionary.xml
index afd4c6d..5bc9602 100644
--- a/templates/full/CordovaSourceDictionary.xml
+++ b/templates/full/CordovaSourceDictionary.xml
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- This file is auto-generated, do not edit! -jm -->
 <CordovaSourceDictionary>
-    <FilePath Value="www\cordova-1.4.1.js"/>
-    <FilePath Value="www\index.html"/>
-    <FilePath Value="www\master.css"/>
+
 </CordovaSourceDictionary>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/templates/full/GapAppProj.csproj
----------------------------------------------------------------------
diff --git a/templates/full/GapAppProj.csproj b/templates/full/GapAppProj.csproj
index b168351..6b2c35c 100644
--- a/templates/full/GapAppProj.csproj
+++ b/templates/full/GapAppProj.csproj
@@ -56,7 +56,7 @@
     <Reference Include="System.Core" />
     <Reference Include="System.Net" />
     <Reference Include="System.Xml" />
-    <Reference Include="WP7CordovaClassLib, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" />
+    <Reference Include="WP7CordovaClassLib, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL" />
   </ItemGroup>
   <ItemGroup>
     <Compile Include="App.xaml.cs">
@@ -79,9 +79,9 @@
   </ItemGroup>
   <ItemGroup>
     <Content Include="CordovaSourceDictionary.xml" />
-    <Content Include="GapLib\WP7CordovaClassLib.dll" />
     <None Include="BuildManifestProcessor.js" />
-    <Content Include="www\cordova-1.4.1.js" />
+    <Content Include="GapLib\WP7CordovaClassLib.dll" />
+    <Content Include="www\cordova-1.5.0.js" />
     <Content Include="www\index.html">
       <SubType>Designer</SubType>
     </Content>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/templates/full/GapLib/WP7CordovaClassLib.dll
----------------------------------------------------------------------
diff --git a/templates/full/GapLib/WP7CordovaClassLib.dll b/templates/full/GapLib/WP7CordovaClassLib.dll
index 164bd58..a9ba3c7 100644
Binary files a/templates/full/GapLib/WP7CordovaClassLib.dll and b/templates/full/GapLib/WP7CordovaClassLib.dll differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/bb8afe59/templates/full/www/index.html
----------------------------------------------------------------------
diff --git a/templates/full/www/index.html b/templates/full/www/index.html
index 5061b1a..5631d2b 100644
--- a/templates/full/www/index.html
+++ b/templates/full/www/index.html
@@ -8,7 +8,7 @@
     
 	  <link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
             
-      <script type="text/javascript" charset="utf-8" src="cordova-1.4.1.js"></script>
+      <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
        
       <script type="text/javascript">