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/08/25 02:42:17 UTC

[7/21] wp7 commit: mass rename for 2.1.0rc1

mass rename for 2.1.0rc1


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

Branch: refs/heads/master
Commit: 764f10bf0576cbfd0457114048f4e6303a4f8ff7
Parents: d99b563
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Aug 24 15:00:58 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Aug 24 15:00:58 2012 -0700

----------------------------------------------------------------------
 VERSION                                        |    2 +-
 bin/create.js                                  |   18 -
 example/CordovaExample.csproj                  |    2 +-
 example/CordovaSourceDictionary.xml            |   17 +
 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.0.0.js                   | 5658 ------------------
 example/www/cordova-2.1.0.js                   | 5564 ++++++++++++++++++
 example/www/events.html                        |    2 +-
 example/www/file.html                          |    2 +-
 example/www/index.html                         |    2 +-
 example/www/location.html                      |    2 +-
 example/www/network.html                       |    2 +-
 example/www/notification.html                  |    2 +-
 example/www/storage.html                       |    2 +-
 templates/CordovaStarter-2.0.0.zip             |  Bin 256984 -> 0 bytes
 templates/custom/CordovaAppProj.csproj         |    2 +-
 templates/custom/VERSION                       |    2 +-
 templates/custom/www/cordova-2.0.0.js          | 5672 -------------------
 templates/custom/www/cordova-2.1.0.js          | 5564 ++++++++++++++++++
 templates/custom/www/index.html                |    2 +-
 templates/description.txt                      |    2 +-
 templates/full/CordovaAppProj.csproj           |    2 +-
 templates/full/CordovaSourceDictionary.xml     |    2 +-
 templates/full/VERSION                         |    2 +-
 templates/full/www/cordova-2.0.0.js            | 5672 -------------------
 templates/full/www/cordova-2.1.0.js            | 5564 ++++++++++++++++++
 templates/full/www/index.html                  |    2 +-
 templates/standalone/CordovaAppProj.csproj     |    2 +-
 templates/standalone/VERSION                   |    2 +-
 templates/standalone/www/cordova-2.0.0.js      | 5672 -------------------
 templates/standalone/www/cordova-2.1.0.js      | 5564 ++++++++++++++++++
 templates/standalone/www/index.html            |    2 +-
 tests/MobileSpecUnitTests/www/cordova-2.0.0.js | 5658 ------------------
 tests/MobileSpecUnitTests/www/index.html       |    2 +-
 41 files changed, 22302 insertions(+), 28379 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 359a5b9..112370a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.0
\ No newline at end of file
+2.1.0rc1
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/bin/create.js
----------------------------------------------------------------------
diff --git a/bin/create.js b/bin/create.js
index c58997c..c5e0bcc 100644
--- a/bin/create.js
+++ b/bin/create.js
@@ -134,21 +134,3 @@ WScript.Echo("Generated project : " + PROJECT_PATH + ACTIVITY);
 // update the solution to include the new project by name
 // version BS
 // index.html title set to project name ?
-
-
-
-
-
-
-// var ACTIVITY_PATH=PROJECT_PATH+'\\src\\'+PACKAGE_AS_PATH+'\\'+ACTIVITY+'.java';
-// var MANIFEST_PATH=PROJECT_PATH+'\\AndroidManifest.xml';
-// var TARGET=shell.Exec('android.bat list targets').StdOut.ReadAll().match(/id:\s([0-9]).*/)[1];
-// var VERSION=read('VERSION').replace(/\r\n/,'').replace(/\n/,'');
-
-// WScript.Echo("Project path: " + PROJECT_PATH);
-// WScript.Echo("Package: " + PACKAGE);
-// WScript.Echo("Activity: " + ACTIVITY);
-// WScript.Echo("Package as path: " + PACKAGE_AS_PATH);
-// WScript.Echo("Activity path: " + ACTIVITY_PATH);
-// WScript.Echo("Manifest path: " + MANIFEST_PATH);
-// WScript.Echo("Cordova version: " + VERSION);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/example/CordovaExample.csproj
----------------------------------------------------------------------
diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj
index eecf0bd..6e666c2 100644
--- a/example/CordovaExample.csproj
+++ b/example/CordovaExample.csproj
@@ -99,7 +99,7 @@
     <Content Include="CordovaSourceDictionary.xml">
       <SubType>Designer</SubType>
     </Content>
-    <Content Include="www\cordova-2.0.0.js" />
+    <Content Include="www\cordova-2.1.0.js" />
     <Content Include="www\network.html">
       <SubType>Designer</SubType>
     </Content>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/example/CordovaSourceDictionary.xml
----------------------------------------------------------------------
diff --git a/example/CordovaSourceDictionary.xml b/example/CordovaSourceDictionary.xml
index 5aee8d4..9693144 100644
--- a/example/CordovaSourceDictionary.xml
+++ b/example/CordovaSourceDictionary.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- This file is auto-generated, do not edit! -jm -->
 <CordovaSourceDictionary>
+    <FilePath Value="www\cordova-2.1.0.js"/>
+    <FilePath Value="www\network.html"/>
+    <FilePath Value="www\notification.html"/>
+    <FilePath Value="www\storage.html"/>
+    <FilePath Value="www\accelerometer.html"/>
+    <FilePath Value="www\accelerometer2.html"/>
+    <FilePath Value="www\audio.html"/>
+    <FilePath Value="www\calculator.html"/>
+    <FilePath Value="www\camera.html"/>
+    <FilePath Value="www\capture.html"/>
+    <FilePath Value="www\compass.html"/>
+    <FilePath Value="www\contacts.html"/>
+    <FilePath Value="www\events.html"/>
+    <FilePath Value="www\file.html"/>
+    <FilePath Value="www\index.html"/>
+    <FilePath Value="www\location.html"/>
+    <FilePath Value="www\master.css"/>
 </CordovaSourceDictionary>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/example/www/accelerometer.html
----------------------------------------------------------------------
diff --git a/example/www/accelerometer.html b/example/www/accelerometer.html
index f8641dd..931c35c 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-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-2.1.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/example/www/accelerometer2.html
----------------------------------------------------------------------
diff --git a/example/www/accelerometer2.html b/example/www/accelerometer2.html
index 82c7a8c..98da854 100644
--- a/example/www/accelerometer2.html
+++ b/example/www/accelerometer2.html
@@ -27,7 +27,7 @@
 
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-2.1.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/example/www/audio.html
----------------------------------------------------------------------
diff --git a/example/www/audio.html b/example/www/audio.html
index a657ff9..d74ac47 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-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-2.1.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/example/www/calculator.html
----------------------------------------------------------------------
diff --git a/example/www/calculator.html b/example/www/calculator.html
index f52ff7c..abbc34b 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-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-2.1.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/example/www/camera.html
----------------------------------------------------------------------
diff --git a/example/www/camera.html b/example/www/camera.html
index 7265874..6fcb7b0 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-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-2.1.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/example/www/capture.html
----------------------------------------------------------------------
diff --git a/example/www/capture.html b/example/www/capture.html
index 8af1b8d..f88fcd7 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-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-2.1.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/example/www/compass.html
----------------------------------------------------------------------
diff --git a/example/www/compass.html b/example/www/compass.html
index 8b71aae..f10fc17 100644
--- a/example/www/compass.html
+++ b/example/www/compass.html
@@ -27,7 +27,7 @@
 
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-2.1.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/764f10bf/example/www/contacts.html
----------------------------------------------------------------------
diff --git a/example/www/contacts.html b/example/www/contacts.html
index 115d081..0eb77ca 100644
--- a/example/www/contacts.html
+++ b/example/www/contacts.html
@@ -27,7 +27,7 @@
 
 
 
-    <script type="text/javascript" charset="utf-8" src="cordova-2.0.0.js"></script>
+    <script type="text/javascript" charset="utf-8" src="cordova-2.1.0.js"></script>
 
 
 <script type="text/javascript" charset="utf-8">