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/03/28 09:01:10 UTC

[25/26] git commit: 2.6.0 rc1 updates

2.6.0 rc1 updates


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

Branch: refs/heads/2.6.x
Commit: 2d79dd68d9af50c44c294bfe1200d1ca2a89e93c
Parents: 6850b09
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Mar 28 00:55:44 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Mar 28 00:55:44 2013 -0700

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 example/CordovaExample.csproj                      |    2 +-
 example/www/cordova-2.5.0.js                       | 6446 --------------
 example/www/cordova-2.6.0rc1.js                    | 6647 +++++++++++++++
 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.5.0.js              | 6446 --------------
 templates/custom/www/cordova-2.6.0rc1.js           | 6647 +++++++++++++++
 templates/custom/www/index.html                    |    2 +-
 templates/full/CordovaAppProj.csproj               |    4 +-
 templates/full/VERSION                             |    2 +-
 templates/full/www/cordova-2.5.0.js                | 6446 --------------
 templates/full/www/cordova-2.6.0rc1.js             | 6647 +++++++++++++++
 templates/full/www/index.html                      |    2 +-
 templates/standalone/CordovaAppProj.csproj         |    2 +-
 templates/standalone/VERSION                       |    2 +-
 templates/standalone/cordovalib/Commands/Device.cs |    2 +-
 templates/standalone/www/cordova-2.6.0rc1.js       | 6647 +++++++++++++++
 templates/standalone/www/index.html                |    2 +-
 templates/vs/MyTemplateCustom.vstemplate           |    8 +-
 templates/vs/MyTemplateFull.vstemplate             |    8 +-
 templates/vs/MyTemplateStandAlone.vstemplate       |    8 +-
 templates/vs/description.txt                       |    4 +-
 25 files changed, 26619 insertions(+), 19369 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/2d79dd68/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index fad066f..03153c4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.5.0
\ No newline at end of file
+2.6.0rc1
\ No newline at end of file

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