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/05 23:39:22 UTC

[14/25] updated tests + example

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/39dada53/example/CordovaExample.csproj
----------------------------------------------------------------------
diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj
index 869cf6b..e6a34cd 100644
--- a/example/CordovaExample.csproj
+++ b/example/CordovaExample.csproj
@@ -99,7 +99,7 @@
   <ItemGroup>
     <Content Include="CordovaSourceDictionary.xml" />
     <Content Include="GapLib\WP7CordovaClassLib.dll" />
-    <Content Include="www\cordova-1.8.0rc1.js" />
+    <Content Include="www\cordova-1.8.0.js" />
     <Content Include="www\network.html" />
     <Content Include="www\notification.html" />
     <Content Include="www\storage.html" />
@@ -161,4 +161,4 @@
     <PostBuildEvent>
     </PostBuildEvent>
   </PropertyGroup>
-</Project>
+</Project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/39dada53/example/CordovaSourceDictionary.xml
----------------------------------------------------------------------
diff --git a/example/CordovaSourceDictionary.xml b/example/CordovaSourceDictionary.xml
index b10f7bb..ca46c25 100644
--- a/example/CordovaSourceDictionary.xml
+++ b/example/CordovaSourceDictionary.xml
@@ -1,25 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- 
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
 <!-- This file is auto-generated, do not edit! -jm -->
 <CordovaSourceDictionary>
-    <FilePath Value="www\cordova-1.8.0rc1.js"/>
+    <FilePath Value="www\cordova-1.8.0.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/39dada53/example/www/accelerometer.html
----------------------------------------------------------------------
diff --git a/example/www/accelerometer.html b/example/www/accelerometer.html
index 27da3ed..eb3c5e6 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.0rc1.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/39dada53/example/www/accelerometer2.html
----------------------------------------------------------------------
diff --git a/example/www/accelerometer2.html b/example/www/accelerometer2.html
index 04eaf95..9ae6430 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.0rc1.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/39dada53/example/www/audio.html
----------------------------------------------------------------------
diff --git a/example/www/audio.html b/example/www/audio.html
index 5cffcee..84c180c 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.0rc1.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/39dada53/example/www/calculator.html
----------------------------------------------------------------------
diff --git a/example/www/calculator.html b/example/www/calculator.html
index ddfc8a2..c2569b1 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.0rc1.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/39dada53/example/www/camera.html
----------------------------------------------------------------------
diff --git a/example/www/camera.html b/example/www/camera.html
index 6b7ed13..51dc1b9 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.0rc1.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/39dada53/example/www/capture.html
----------------------------------------------------------------------
diff --git a/example/www/capture.html b/example/www/capture.html
index bf8083c..44497fb 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.0rc1.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/39dada53/example/www/compass.html
----------------------------------------------------------------------
diff --git a/example/www/compass.html b/example/www/compass.html
index 9e12928..29b9f7d 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.0rc1.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/39dada53/example/www/contacts.html
----------------------------------------------------------------------
diff --git a/example/www/contacts.html b/example/www/contacts.html
index 0acd6f2..901f55d 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.0rc1.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">