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:19:52 UTC

[20/21] git commit: 2.4.0rc1 release prep

2.4.0rc1 release prep


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

Branch: refs/heads/master
Commit: bef9a8143cf3bea680ff76add2b8aa0b1a8fc6f5
Parents: 224c484
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jan 22 10:57:11 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jan 22 10:57:11 2013 -0800

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 example/CordovaExample.csproj                      |    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 +-
 framework/WPCordovaClassLib.csproj                 |    1 +
 templates/custom/CordovaAppProj.csproj             |    2 +-
 templates/custom/VERSION                           |    2 +-
 templates/custom/www/cordova-2.3.0.js              | 6323 ---------------
 templates/custom/www/cordova-2.4.0.js              | 6290 ++++++++++++++
 templates/custom/www/index.html                    |    2 +-
 templates/description.txt                          |    4 +-
 templates/full/CordovaAppProj.csproj               |    4 +-
 templates/full/CordovaSolution.sln                 |    2 +-
 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/Properties/AssemblyInfo.cs    |    2 +-
 templates/standalone/VERSION                       |    2 +-
 templates/standalone/cordovalib/Commands/Device.cs |    2 +-
 .../standalone/cordovalib/Commands/InAppBrowser.cs |  267 +
 .../standalone/cordovalib/CordovaView.xaml.cs      |   58 +-
 templates/standalone/www/cordova-2.3.0.js          | 6323 ---------------
 templates/standalone/www/cordova-2.4.0.js          | 6290 ++++++++++++++
 templates/standalone/www/index.html                |    2 +-
 tests/MobileSpecUnitTests/www/cordova-2.3.0.js     | 6323 ---------------
 tests/MobileSpecUnitTests/www/cordova-2.4.0.js     | 6290 ++++++++++++++
 tests/MobileSpecUnitTests/www/cordova.js           |    2 +-
 31 files changed, 31794 insertions(+), 31641 deletions(-)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/bef9a814/example/CordovaExample.csproj
----------------------------------------------------------------------
diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj
index 8096b6c..2f25d77 100644
--- a/example/CordovaExample.csproj
+++ b/example/CordovaExample.csproj
@@ -140,7 +140,7 @@
     </Page>
   </ItemGroup>
   <ItemGroup>
-    <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>