You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by be...@apache.org on 2013/05/25 02:15:30 UTC

[08/21] wp7 commit: CB-3444 rename cordova.js, no more version in file name

CB-3444 rename cordova.js, no more version in file name


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

Branch: refs/heads/3.0.0
Commit: 90bed6f802cd8850266bb87d5c52329da2ea90b1
Parents: 5d7fc1a
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed May 22 16:07:00 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed May 22 16:07:00 2013 -0700

----------------------------------------------------------------------
 example/CordovaExample.csproj             |    3 +-
 example/CordovaSourceDictionary.xml       |    3 +-
 example/www/accelerometer.html            |    2 +-
 example/www/accelerometer2.html           |    2 +-
 example/www/audio.html                    |    2 +-
 example/www/calculator.html               |    2 +-
 example/www/camera.html                   |    2 +-
 example/www/capture.html                  |    2 +-
 example/www/compass.html                  |    2 +-
 example/www/contacts.html                 |    2 +-
 example/www/cordova-2.7.0.js              | 6700 ------------------------
 example/www/cordova-current.js            |   19 -
 example/www/cordova.js                    | 6700 ++++++++++++++++++++++++
 example/www/events.html                   |    2 +-
 example/www/file.html                     |    2 +-
 example/www/index.html                    |    2 +-
 example/www/location.html                 |    4 +-
 example/www/network.html                  |    4 +-
 example/www/notification.html             |    4 +-
 example/www/storage.html                  |    2 +-
 templates/standalone/www/cordova-2.7.0.js | 6700 ------------------------
 templates/standalone/www/cordova.js       | 6700 ++++++++++++++++++++++++
 templates/standalone/www/index.html       |    2 +-
 23 files changed, 13421 insertions(+), 13442 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/CordovaExample.csproj
----------------------------------------------------------------------
diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj
index d40c8f7..783cec4 100644
--- a/example/CordovaExample.csproj
+++ b/example/CordovaExample.csproj
@@ -100,8 +100,7 @@
     <Content Include="CordovaSourceDictionary.xml">
       <SubType>Designer</SubType>
     </Content>
-    <Content Include="www\cordova-2.7.0.js" />
-    <Content Include="www\cordova-current.js" />
+    <Content Include="www\cordova.js" />
     <Content Include="www\network.html">
       <SubType>Designer</SubType>
     </Content>

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/CordovaSourceDictionary.xml
----------------------------------------------------------------------
diff --git a/example/CordovaSourceDictionary.xml b/example/CordovaSourceDictionary.xml
index 738c947..3082d16 100644
--- a/example/CordovaSourceDictionary.xml
+++ b/example/CordovaSourceDictionary.xml
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- This file is auto-generated, do not edit! -jm -->
 <CordovaSourceDictionary>
-    <FilePath Value="www\cordova-2.6.0.js"/>
-    <FilePath Value="www\cordova-current.js"/>
+    <FilePath Value="www\cordova.js"/>
     <FilePath Value="www\network.html"/>
     <FilePath Value="www\notification.html"/>
     <FilePath Value="www\storage.html"/>

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/accelerometer.html
----------------------------------------------------------------------
diff --git a/example/www/accelerometer.html b/example/www/accelerometer.html
index 0a6846f..fcb5917 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-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/accelerometer2.html
----------------------------------------------------------------------
diff --git a/example/www/accelerometer2.html b/example/www/accelerometer2.html
index a991a69..ade6d84 100644
--- a/example/www/accelerometer2.html
+++ b/example/www/accelerometer2.html
@@ -27,7 +27,7 @@
 
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/audio.html
----------------------------------------------------------------------
diff --git a/example/www/audio.html b/example/www/audio.html
index 2349603..b1ec423 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-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/calculator.html
----------------------------------------------------------------------
diff --git a/example/www/calculator.html b/example/www/calculator.html
index 5f0e316..fd03f62 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-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/camera.html
----------------------------------------------------------------------
diff --git a/example/www/camera.html b/example/www/camera.html
index d43c0b5..c43ca4c 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-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/capture.html
----------------------------------------------------------------------
diff --git a/example/www/capture.html b/example/www/capture.html
index 6e28845..265f931 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-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/compass.html
----------------------------------------------------------------------
diff --git a/example/www/compass.html b/example/www/compass.html
index 2595c44..d993535 100644
--- a/example/www/compass.html
+++ b/example/www/compass.html
@@ -27,7 +27,7 @@
 
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/90bed6f8/example/www/contacts.html
----------------------------------------------------------------------
diff --git a/example/www/contacts.html b/example/www/contacts.html
index fd4497c..e47092f 100644
--- a/example/www/contacts.html
+++ b/example/www/contacts.html
@@ -27,7 +27,7 @@
 
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-current.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">