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 23:09:19 UTC

[31/58] [abbrv] switched to cordova 2.2.0

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/04c695ec/plugins/www/plugins/ChildBrowser/browser.html
----------------------------------------------------------------------
diff --git a/plugins/www/plugins/ChildBrowser/browser.html b/plugins/www/plugins/ChildBrowser/browser.html
index aa9f050..5f1a076 100644
--- a/plugins/www/plugins/ChildBrowser/browser.html
+++ b/plugins/www/plugins/ChildBrowser/browser.html
@@ -6,7 +6,7 @@
     <title>Child browser</title>
     <link rel="stylesheet" href="../../master.css" type="text/css" media="screen"/> 
    
-    <script type="text/javascript" charset="utf-8" src="../../cordova-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="../../cordova-2.2.0.js"></script>
     <script type="text/javascript" charset="utf-8" src="ChildBrowser.js"></script>
       
     <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/04c695ec/plugins/www/plugins/Facebook/facebook.html
----------------------------------------------------------------------
diff --git a/plugins/www/plugins/Facebook/facebook.html b/plugins/www/plugins/Facebook/facebook.html
index e7582ad..8829a4b 100644
--- a/plugins/www/plugins/Facebook/facebook.html
+++ b/plugins/www/plugins/Facebook/facebook.html
@@ -22,7 +22,7 @@
         console.log("Installed console ! ");
     </script>
 
-    <script type="text/javascript" charset="utf-8" src="../../cordova-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="../../cordova-2.2.0.js"></script>
 	<script type="text/javascript" charset="utf-8" src="../ChildBrowser/ChildBrowser.js"></script>
 	<script type="text/javascript" charset="utf-8" src="FBConnect.js"></script>
 	

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/04c695ec/plugins/www/plugins/LiveTiles/liveTilesExample.html
----------------------------------------------------------------------
diff --git a/plugins/www/plugins/LiveTiles/liveTilesExample.html b/plugins/www/plugins/LiveTiles/liveTilesExample.html
index c172f09..9f13c7d 100644
--- a/plugins/www/plugins/LiveTiles/liveTilesExample.html
+++ b/plugins/www/plugins/LiveTiles/liveTilesExample.html
@@ -8,7 +8,7 @@
     <link rel="stylesheet" href="../../master.css" type="text/css" media="screen"/>
    
    
-    <script type="text/javascript" charset="utf-8" src="../../cordova-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="../../cordova-2.2.0.js"></script>
     <script type="text/javascript" charset="utf-8" src="liveTiles.js"></script>
       
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/04c695ec/plugins/www/plugins/PGMapLauncher/map.html
----------------------------------------------------------------------
diff --git a/plugins/www/plugins/PGMapLauncher/map.html b/plugins/www/plugins/PGMapLauncher/map.html
index df00f2b..a78ae0e 100644
--- a/plugins/www/plugins/PGMapLauncher/map.html
+++ b/plugins/www/plugins/PGMapLauncher/map.html
@@ -6,7 +6,7 @@
     <title>Map launcher</title>
     <link rel="stylesheet" href="../../master.css" type="text/css" media="screen"/>
       
-    <script type="text/javascript" charset="utf-8" src="../../cordova-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="../../cordova-2.2.0.js"></script>
     <script type="text/javascript" charset="utf-8" src="PGMapLauncher.js"></script>
       
     <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/04c695ec/plugins/www/plugins/PGSocialShare/share.html
----------------------------------------------------------------------
diff --git a/plugins/www/plugins/PGSocialShare/share.html b/plugins/www/plugins/PGSocialShare/share.html
index da35b96..749ca62 100644
--- a/plugins/www/plugins/PGSocialShare/share.html
+++ b/plugins/www/plugins/PGSocialShare/share.html
@@ -6,7 +6,7 @@
     <title>Social share</title>
     <link rel="stylesheet" href="../../master.css" type="text/css" media="screen"/>
       
-    <script type="text/javascript" charset="utf-8" src="../../cordova-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="../../cordova-2.2.0.js"></script>
     <script type="text/javascript" charset="utf-8" src="PGSocialShare.js"></script>
       
     <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/04c695ec/plugins/www/plugins/index.html
----------------------------------------------------------------------
diff --git a/plugins/www/plugins/index.html b/plugins/www/plugins/index.html
index eada36a..f64c23b 100644
--- a/plugins/www/plugins/index.html
+++ b/plugins/www/plugins/index.html
@@ -26,7 +26,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-2.0.0.js"></script>
+      <script type="text/javascript" charset="utf-8" src="../cordova-2.2.0.js"></script>
 
       <script type="text/javascript">
         document.addEventListener("deviceready",onDeviceReady,false);
@@ -48,7 +48,7 @@
         <a href="Facebook/facebook.html" class="btn large">Facebook</a>    
         <a href="LiveTiles/liveTilesExample.html" class="btn large">Live tile</a>    
         <a href="PGMapLauncher/map.html" class="btn large">Map launcher</a>                        
-        <a href="PGSocialShare/share.html" class="btn large">Social chare</a>    
+        <a href="PGSocialShare/share.html" class="btn large">Social share</a>    
     </div>
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp8/blob/04c695ec/templates/custom/CordovaAppProj.csproj
----------------------------------------------------------------------
diff --git a/templates/custom/CordovaAppProj.csproj b/templates/custom/CordovaAppProj.csproj
index b2c794b..d4ec477 100644
--- a/templates/custom/CordovaAppProj.csproj
+++ b/templates/custom/CordovaAppProj.csproj
@@ -93,7 +93,7 @@
   <ItemGroup>
     <Content Include="BuildManifestProcessor.js" />
     <Content Include="CordovaSourceDictionary.xml" />
-    <Content Include="www\cordova-2.1.0.js" />
+    <Content Include="www\cordova-2.2.0.js" />
     <Content Include="www\css\index.css" />
     <Content Include="www\js\index.js" />
     <Content Include="www\img\cordova.png" />