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/02/21 00:13:02 UTC

[16/16] git commit: 2.5.0rc1 release prep

Updated Branches:
  refs/heads/master 066d798b1 -> a450ea827
Updated Tags:  refs/tags/2.5.0rc1 [created] a450ea827


2.5.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/a450ea82
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/a450ea82
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/a450ea82

Branch: refs/heads/master
Commit: a450ea827902bf9b1480c76af0b4068fb87acd24
Parents: 066d798
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Feb 20 15:11:34 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Feb 20 15:11:34 2013 -0800

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 example/CordovaExample.csproj                      |    2 +-
 example/www/cordova-2.4.0.js                       | 6389 --------------
 example/www/cordova-2.5.0.js                       | 6391 +++++++++++++++
 example/www/cordova-current.js                     |    2 +-
 framework/Properties/AssemblyInfo.cs               |    6 +-
 templates/custom/CordovaAppProj.csproj             |    2 +-
 templates/custom/VERSION                           |    2 +-
 templates/custom/www/cordova-2.4.0.js              | 6389 --------------
 templates/custom/www/cordova-2.5.0.js              | 6391 +++++++++++++++
 templates/custom/www/index.html                    |    2 +-
 templates/description.txt                          |    4 +-
 templates/full/CordovaAppProj.csproj               |    4 +-
 templates/full/VERSION                             |    2 +-
 templates/full/www/cordova-2.4.0.js                | 6389 --------------
 templates/full/www/cordova-2.5.0.js                | 6391 +++++++++++++++
 templates/full/www/index.html                      |    2 +-
 templates/standalone/CordovaAppProj.csproj         |    2 +-
 templates/standalone/VERSION                       |    2 +-
 .../standalone/cordovalib/Commands/BaseCommand.cs  |    8 +
 templates/standalone/cordovalib/Commands/Device.cs |    2 +-
 templates/standalone/cordovalib/ConfigHandler.cs   |   83 +-
 .../standalone/cordovalib/CordovaView.xaml.cs      |   15 +-
 templates/standalone/cordovalib/NativeExecution.cs |   10 +
 templates/standalone/www/cordova-2.4.0.js          | 6389 --------------
 templates/standalone/www/cordova-2.5.0.js          | 6391 +++++++++++++++
 templates/standalone/www/index.html                |    2 +-
 .../MobileSpecUnitTests/MobileSpecUnitTests.csproj |    2 +-
 tests/MobileSpecUnitTests/www/cordova-2.4.0.js     | 6389 --------------
 tests/MobileSpecUnitTests/www/cordova-2.5.0.js     | 6391 +++++++++++++++
 tests/MobileSpecUnitTests/www/cordova.js           |    2 +-
 31 files changed, 32050 insertions(+), 32008 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a450ea82/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 9183195..fad066f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.0
\ No newline at end of file
+2.5.0
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a450ea82/example/CordovaExample.csproj
----------------------------------------------------------------------
diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj
index 900de58..405414a 100644
--- a/example/CordovaExample.csproj
+++ b/example/CordovaExample.csproj
@@ -141,7 +141,7 @@
   </ItemGroup>
   <ItemGroup>
     <Content Include="config.xml" />
-    <Content Include="www\cordova-2.4.0.js" />
+    <Content Include="www\cordova-2.5.0.js" />
     <Content Include="www\cordova-current.js" />
     <Content Include="www\network.html">
       <SubType>Designer</SubType>