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 2012/11/27 03:07:31 UTC

[17/30] git commit: Merge branch 'master' of git://github.com/sgrebnov/incubator-cordova-wp8

Merge branch 'master' of git://github.com/sgrebnov/incubator-cordova-wp8


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

Branch: refs/heads/master
Commit: ccdfb3b864914cc7c42e5b4db78728fb9f6b1682
Parents: bfb18b1 4df08ba
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Nov 26 14:20:42 2012 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Nov 26 14:20:42 2012 -0800

----------------------------------------------------------------------
 README.md                                          |   19 +-
 example/BuildManifestProcessor.js                  |   81 -
 example/CordovaExample.csproj                      |    5 -
 example/CordovaSourceDictionary.xml                |   22 -
 example/Properties/WMAppManifest.xml               |    1 -
 example/www/master.css                             |   14 +-
 plugins/BuildManifestProcessor.js                  |   80 -
 plugins/CordovaLib/WPCordovaClassLib.dll           |  Bin 169984 -> 168448 bytes
 plugins/CordovaPlugins.csproj                      |    6 +-
 plugins/CordovaSourceDictionary.xml                |   18 -
 plugins/Properties/WMAppManifest.xml               |    1 -
 plugins/www/index.html                             |    2 +-
 plugins/www/master.css                             |   27 +-
 plugins/www/plugins/Facebook/FBConnect.js          |    4 +-
 plugins/www/plugins/Globalization/Globalization.cs | 1176 +++++++++++++++
 plugins/www/plugins/Globalization/global.html      |  143 ++
 plugins/www/plugins/Globalization/globalization.js |  540 +++++++
 plugins/www/plugins/index.html                     |    1 +
 templates/CordovaStarter-2.2.0.zip                 |  Bin 223431 -> 222872 bytes
 templates/custom/BuildManifestProcessor.js         |   83 -
 templates/custom/CordovaAppProj.csproj             |    5 +-
 templates/custom/CordovaSourceDictionary.xml       |    9 -
 templates/full/BuildManifestProcessor.js           |   80 -
 templates/full/CordovaAppProj.csproj               |    3 -
 templates/full/CordovaSourceDictionary.xml         |    9 -
 templates/full/Properties/WMAppManifest.xml        |    1 -
 templates/standalone/BuildManifestProcessor.js     |   80 -
 templates/standalone/CordovaAppProj.csproj         |    5 -
 templates/standalone/CordovaSourceDictionary.xml   |    9 -
 templates/standalone/Properties/WMAppManifest.xml  |    1 -
 .../standalone/cordovalib/BrowserMouseHelper.cs    |    5 +-
 templates/standalone/cordovalib/Commands/File.cs   |   47 +
 .../standalone/cordovalib/CordovaView.xaml.cs      |  128 +-
 .../MobileSpecUnitTests/BuildManifestProcessor.js  |   80 -
 .../CordovaSourceDictionary.xml                    |   70 -
 .../MobileSpecUnitTests/MobileSpecUnitTests.csproj |    7 +-
 tests/MobileSpecUnitTests/www/cordova.js           |    5 +
 tests/MobileSpecUnitTests/www/globalization.js     |  540 +++++++
 38 files changed, 2580 insertions(+), 727 deletions(-)
----------------------------------------------------------------------