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/27 03:34:57 UTC

[2/7] wp7 commit: merger of cli tooling

merger of cli tooling


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

Branch: refs/heads/master
Commit: 2c2b582e04b48fc2f6009f37005c7071534be15c
Parents: bdead5b d037ab8
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Feb 22 13:55:43 2013 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Feb 22 13:55:43 2013 -0800

----------------------------------------------------------------------
 .gitignore                                   |    2 +
 framework/Properties/AssemblyInfo.cs         |    6 +-
 framework/WPCordovaClassLib.csproj           |   13 +-
 templates/full/App.xaml                      |    2 +-
 templates/full/CordovaAppProj.csproj         |    8 +-
 templates/full/__PreviewImage.jpg            |  Bin 0 -> 25875 bytes
 templates/full/__TemplateIcon.png            |  Bin 0 -> 6546 bytes
 templates/standalone/App.xaml                |    2 +-
 templates/standalone/App.xaml.cs             |    2 +-
 templates/standalone/CordovaAppProj.csproj   |    8 +-
 templates/standalone/MainPage.xaml           |    2 +-
 templates/standalone/MainPage.xaml.cs        |    2 +-
 templates/standalone/__PreviewImage.jpg      |  Bin 0 -> 25875 bytes
 templates/standalone/__TemplateIcon.png      |  Bin 0 -> 6546 bytes
 templates/vs/MyTemplateFull.vstemplate       |   58 +++
 templates/vs/MyTemplateStandAlone.vstemplate |  120 ++++++
 tooling/scripts/dist.bat                     |   18 +
 tooling/scripts/dist.js                      |  410 +++++++++++++++++++++
 tooling/scripts/win-zip.js                   |   33 ++
 19 files changed, 669 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/2c2b582e/framework/Properties/AssemblyInfo.cs
----------------------------------------------------------------------
diff --cc framework/Properties/AssemblyInfo.cs
index b213a50,4cee93e..196db44
--- a/framework/Properties/AssemblyInfo.cs
+++ b/framework/Properties/AssemblyInfo.cs
@@@ -31,5 -31,5 +31,7 @@@ using System.Runtime.InteropServices
  //
  // You can specify all the values or you can default the Revision and Build Numbers 
  // by using the '*' as shown below:
- [assembly: AssemblyVersion("2.5.0")]
- [assembly: AssemblyFileVersion("2.5.0")]
++
+ [assembly: AssemblyVersion("2.4.0.0")]
+ [assembly: AssemblyFileVersion("2.4.0")]
++

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/2c2b582e/templates/full/CordovaAppProj.csproj
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/2c2b582e/templates/standalone/CordovaAppProj.csproj
----------------------------------------------------------------------