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/06/13 19:10:30 UTC

[6/13] 1.8.1 packaging

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98a5a0b1/example/CordovaExample.csproj
----------------------------------------------------------------------
diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj
index 2d8def0..84d92f1 100644
--- a/example/CordovaExample.csproj
+++ b/example/CordovaExample.csproj
@@ -74,7 +74,7 @@
     <Reference Include="System.Core" />
     <Reference Include="System.Net" />
     <Reference Include="System.Xml" />
-    <Reference Include="WP7CordovaClassLib, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL" />
+    <Reference Include="WP7CordovaClassLib, Version=1.8.1.0, Culture=neutral, processorArchitecture=MSIL" />
   </ItemGroup>
   <ItemGroup>
     <Compile Include="App.xaml.cs">
@@ -97,11 +97,9 @@
     </Page>
   </ItemGroup>
   <ItemGroup>
-    <Content Include="..\cordova-1.8.0.js">
-      <Link>www\cordova-1.8.0.js</Link>
-    </Content>
     <Content Include="CordovaSourceDictionary.xml" />
     <Content Include="GapLib\WP7CordovaClassLib.dll" />
+    <Content Include="www\cordova-1.8.1.js" />
     <Content Include="www\network.html" />
     <Content Include="www\notification.html" />
     <Content Include="www\storage.html">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98a5a0b1/example/CordovaSourceDictionary.xml
----------------------------------------------------------------------
diff --git a/example/CordovaSourceDictionary.xml b/example/CordovaSourceDictionary.xml
index ca46c25..4972fc1 100644
--- a/example/CordovaSourceDictionary.xml
+++ b/example/CordovaSourceDictionary.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- This file is auto-generated, do not edit! -jm -->
 <CordovaSourceDictionary>
-    <FilePath Value="www\cordova-1.8.0.js"/>
+    <FilePath Value="www\cordova-1.8.1.js"/>
     <FilePath Value="www\network.html"/>
     <FilePath Value="www\notification.html"/>
     <FilePath Value="www\storage.html"/>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98a5a0b1/example/GapLib/WP7CordovaClassLib.dll
----------------------------------------------------------------------
diff --git a/example/GapLib/WP7CordovaClassLib.dll b/example/GapLib/WP7CordovaClassLib.dll
index 5307820..dc09c55 100644
Binary files a/example/GapLib/WP7CordovaClassLib.dll and b/example/GapLib/WP7CordovaClassLib.dll differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98a5a0b1/example/www/accelerometer.html
----------------------------------------------------------------------
diff --git a/example/www/accelerometer.html b/example/www/accelerometer.html
index eb3c5e6..7074977 100644
--- a/example/www/accelerometer.html
+++ b/example/www/accelerometer.html
@@ -26,7 +26,7 @@
     <link rel="stylesheet" href="master.css" type="text/css" media="screen"/>
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98a5a0b1/example/www/accelerometer2.html
----------------------------------------------------------------------
diff --git a/example/www/accelerometer2.html b/example/www/accelerometer2.html
index 9ae6430..00aa710 100644
--- a/example/www/accelerometer2.html
+++ b/example/www/accelerometer2.html
@@ -27,7 +27,7 @@
 
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98a5a0b1/example/www/audio.html
----------------------------------------------------------------------
diff --git a/example/www/audio.html b/example/www/audio.html
index 84c180c..37817fe 100644
--- a/example/www/audio.html
+++ b/example/www/audio.html
@@ -25,7 +25,7 @@
     <title>Cordova</title>
     <link rel="stylesheet" href="master.css" type="text/css" media="screen">
 
-    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98a5a0b1/example/www/calculator.html
----------------------------------------------------------------------
diff --git a/example/www/calculator.html b/example/www/calculator.html
index c2569b1..f9d0f41 100644
--- a/example/www/calculator.html
+++ b/example/www/calculator.html
@@ -26,7 +26,7 @@
     <link rel="stylesheet" href="master.css" type="text/css" media="screen"/>
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98a5a0b1/example/www/camera.html
----------------------------------------------------------------------
diff --git a/example/www/camera.html b/example/www/camera.html
index 51dc1b9..d7dc852 100644
--- a/example/www/camera.html
+++ b/example/www/camera.html
@@ -26,7 +26,7 @@
     <link rel="stylesheet" href="master.css" type="text/css" media="screen"/>
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98a5a0b1/example/www/capture.html
----------------------------------------------------------------------
diff --git a/example/www/capture.html b/example/www/capture.html
index 44497fb..c83ec11 100644
--- a/example/www/capture.html
+++ b/example/www/capture.html
@@ -26,7 +26,7 @@
     <link rel="stylesheet" href="master.css" type="text/css" media="screen"/>
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98a5a0b1/example/www/compass.html
----------------------------------------------------------------------
diff --git a/example/www/compass.html b/example/www/compass.html
index 29b9f7d..0dfdeee 100644
--- a/example/www/compass.html
+++ b/example/www/compass.html
@@ -27,7 +27,7 @@
 
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/98a5a0b1/example/www/contacts.html
----------------------------------------------------------------------
diff --git a/example/www/contacts.html b/example/www/contacts.html
index 901f55d..43a50f5 100644
--- a/example/www/contacts.html
+++ b/example/www/contacts.html
@@ -27,7 +27,7 @@
 
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">