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 2013/01/23 01:22:04 UTC

[12/16] wp7 commit: rc1 prep

rc1 prep


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

Branch: refs/heads/master
Commit: 8dac1429d1e74aae597a8272d7decd0d29977dda
Parents: e718a04
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Jan 21 17:58:08 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Jan 21 17:58:08 2013 -0800

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 example/CordovaExample.csproj                      |    2 +-
 example/CordovaSourceDictionary.xml                |    2 +-
 example/www/cordova-2.3.0.js                       | 6323 ---------------
 example/www/cordova-2.4.0.js                       | 6290 ++++++++++++++
 example/www/cordova-current.js                     |    2 +-
 framework/Properties/AssemblyInfo.cs               |    6 +-
 templates/description.txt                          |    2 +-
 templates/full/CordovaAppProj.csproj               |    6 +-
 templates/full/CordovaSourceDictionary.xml         |    2 +-
 templates/full/Properties/AssemblyInfo.cs          |    6 +-
 templates/full/VERSION                             |    2 +-
 templates/full/www/cordova-2.3.0.js                | 6323 ---------------
 templates/full/www/cordova-2.4.0.js                | 6290 ++++++++++++++
 templates/full/www/index.html                      |    2 +-
 templates/standalone/CordovaAppProj.csproj         |    2 +-
 templates/standalone/CordovaSourceDictionary.xml   |    1 -
 templates/standalone/Properties/AssemblyInfo.cs    |    2 +-
 templates/standalone/VERSION                       |    2 +-
 templates/standalone/cordovalib/Commands/Device.cs |    2 +-
 templates/standalone/www/cordova-2.3.0.js          | 6323 ---------------
 templates/standalone/www/cordova-2.4.0.js          | 6290 ++++++++++++++
 templates/standalone/www/index.html                |    2 +-
 23 files changed, 18893 insertions(+), 18991 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/8dac1429/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 1d0743a..edf28ac 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.0rc2
\ No newline at end of file
+2.4.0rc1
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/8dac1429/example/CordovaExample.csproj
----------------------------------------------------------------------
diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj
index 93596fc..0f2e49b 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.3.0.js" />
+    <Content Include="www\cordova-2.4.0.js" />
     <Content Include="www\cordova-current.js" />
     <Content Include="www\network.html">
       <SubType>Designer</SubType>

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/8dac1429/example/CordovaSourceDictionary.xml
----------------------------------------------------------------------
diff --git a/example/CordovaSourceDictionary.xml b/example/CordovaSourceDictionary.xml
index 6d09c64..1754c86 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-2.3.0.js"/>
+    <FilePath Value="www\cordova-2.4.0.js"/>
     <FilePath Value="www\cordova-current.js"/>
     <FilePath Value="www\network.html"/>
     <FilePath Value="www\notification.html"/>