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:00:49 UTC

[04/26] git commit: Merge pull request #8 from bennmapes/scripting

Merge pull request #8 from bennmapes/scripting

Added developer scripts

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

Branch: refs/heads/2.6.x
Commit: 18911e8f1cc1ad6f49123d9d312659a6202e9f2a
Parents: cf00526 a0ca12d
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Mar 27 09:06:40 2013 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Mar 27 09:06:40 2013 -0700

----------------------------------------------------------------------
 bin/create.bat                                |    3 +-
 bin/create.js                                 |  265 ++++++++++-----
 framework/Properties/AssemblyInfo.cs          |    4 +-
 framework/WPCordovaClassLib.csproj            |    3 +
 framework/WPCordovaClassLibBare.csproj        |  167 ----------
 framework/WPCordovaClassLibBare.sln           |   32 --
 templates/custom/App.xaml                     |    2 +-
 templates/custom/App.xaml.cs                  |    4 +-
 templates/custom/CordovaAppProj.csproj        |  105 ++++--
 templates/custom/CordovaSolution.sln          |   16 +
 templates/custom/MainPage.xaml                |    2 +-
 templates/custom/Properties/AssemblyInfo.cs   |    4 +-
 templates/custom/Properties/WMAppManifest.xml |   44 ++-
 templates/custom/cordova/debug.bat            |   23 ++
 templates/custom/cordova/emulate.bat          |   23 ++
 templates/custom/www/css/index.css            |  109 ++++---
 templates/custom/www/img/cordova.png          |  Bin 19932 -> 0 bytes
 templates/custom/www/img/logo.png             |  Bin 0 -> 21814 bytes
 templates/custom/www/index.html               |   30 ++-
 templates/custom/www/js/index.js              |   55 +++-
 templates/description.txt                     |    8 -
 templates/full/CordovaAppProj.csproj          |    4 +-
 templates/full/Properties/AssemblyInfo.cs     |    4 +-
 templates/full/cordova/debug.bat              |   47 +---
 templates/full/cordova/emulate.bat            |    5 +-
 templates/pg_templateIcon.png                 |  Bin 6546 -> 0 bytes
 templates/pg_templatePreview.jpg              |  Bin 25875 -> 0 bytes
 templates/standalone/cordova/debug.bat        |   47 +---
 templates/standalone/cordova/emulate.bat      |    5 +-
 templates/vs/MyTemplateCustom.vstemplate      |   50 +++
 templates/vs/MyTemplateFull.vstemplate        |   56 ++++
 templates/vs/MyTemplateStandAlone.vstemplate  |  118 +++++++
 templates/vs/description.txt                  |    8 +
 templates/vs/pg_templateIcon.png              |  Bin 0 -> 6546 bytes
 templates/vs/pg_templatePreview.jpg           |  Bin 0 -> 25875 bytes
 tooling/scripts/build.bat                     |    2 +
 tooling/scripts/build.js                      |  101 ++++++
 tooling/scripts/buildjs.bat                   |    2 +
 tooling/scripts/buildjs.js                    |  211 ++++++++++++
 tooling/scripts/debug.bat                     |   68 +----
 tooling/scripts/deploy.js                     |  270 +++++++++++++++
 tooling/scripts/dist.bat                      |    2 +
 tooling/scripts/dist.js                       |  190 +++++++++++
 tooling/scripts/emulate.bat                   |   24 +--
 tooling/scripts/new.bat                       |    2 +
 tooling/scripts/new.js                        |  153 +++++++++
 tooling/scripts/package.bat                   |    2 +
 tooling/scripts/package.js                    |  262 +++++++++++++++
 tooling/scripts/reversion.bat                 |    2 +
 tooling/scripts/reversion.js                  |  348 ++++++++++++++++++++
 tooling/scripts/win-zip.js                    |   33 ++
 51 files changed, 2305 insertions(+), 610 deletions(-)
----------------------------------------------------------------------