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 2014/09/06 00:46:58 UTC

[16/26] git commit: merged master in

merged master in


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

Branch: refs/heads/3.6.x
Commit: 73eb7c9977db97d410abe54a7d561f1f5d7061c4
Parents: 023ee78 d89b153
Author: Carlos Santana <cs...@gmail.com>
Authored: Fri Sep 5 17:57:23 2014 -0400
Committer: Carlos Santana <cs...@gmail.com>
Committed: Fri Sep 5 17:57:23 2014 -0400

----------------------------------------------------------------------
 wp8/bin/node_modules/.bin/nopt                  |   15 +
 wp8/bin/node_modules/.bin/nopt.cmd              |    5 +
 wp8/bin/node_modules/.bin/shjs                  |   15 +
 wp8/bin/node_modules/.bin/shjs.cmd              |    5 +
 wp8/bin/node_modules/node-uuid/.npmignore       |    2 +
 wp8/bin/node_modules/node-uuid/LICENSE.md       |    2 +
 wp8/bin/node_modules/node-uuid/README.md        |  207 ++
 .../node_modules/node-uuid/benchmark/README.md  |   53 +
 .../node_modules/node-uuid/benchmark/bench.gnu  |  174 ++
 .../node_modules/node-uuid/benchmark/bench.sh   |   34 +
 .../node-uuid/benchmark/benchmark-native.c      |   34 +
 .../node-uuid/benchmark/benchmark.js            |   84 +
 wp8/bin/node_modules/node-uuid/component.json   |   18 +
 wp8/bin/node_modules/node-uuid/package.json     |   36 +
 .../node_modules/node-uuid/test/compare_v1.js   |   63 +
 wp8/bin/node_modules/node-uuid/test/test.html   |   17 +
 wp8/bin/node_modules/node-uuid/test/test.js     |  228 +++
 wp8/bin/node_modules/node-uuid/uuid.js          |  245 +++
 wp8/bin/node_modules/nopt/.npmignore            |    1 +
 wp8/bin/node_modules/nopt/LICENSE               |   23 +
 wp8/bin/node_modules/nopt/README.md             |  209 ++
 .../node_modules/nopt/examples/my-program.js    |   30 +
 wp8/bin/node_modules/nopt/lib/nopt.js           |  414 ++++
 .../nopt/node_modules/abbrev/CONTRIBUTING.md    |    3 +
 .../nopt/node_modules/abbrev/LICENSE            |   23 +
 .../nopt/node_modules/abbrev/README.md          |   23 +
 .../nopt/node_modules/abbrev/abbrev.js          |   62 +
 .../nopt/node_modules/abbrev/package.json       |   29 +
 .../nopt/node_modules/abbrev/test.js            |   47 +
 wp8/bin/node_modules/nopt/package.json          |   41 +
 wp8/bin/node_modules/nopt/test/basic.js         |  251 +++
 wp8/bin/node_modules/q/CONTRIBUTING.md          |   40 +
 wp8/bin/node_modules/q/LICENSE                  |   18 +
 wp8/bin/node_modules/q/README.md                |  820 ++++++++
 .../q/benchmark/compare-with-callbacks.js       |   71 +
 wp8/bin/node_modules/q/benchmark/scenarios.js   |   36 +
 wp8/bin/node_modules/q/package.json             |   93 +
 wp8/bin/node_modules/q/q.js                     | 1904 ++++++++++++++++++
 wp8/bin/node_modules/q/queue.js                 |   35 +
 wp8/bin/node_modules/shelljs/.documentup.json   |    6 +
 wp8/bin/node_modules/shelljs/.npmignore         |    1 +
 wp8/bin/node_modules/shelljs/.travis.yml        |    5 +
 wp8/bin/node_modules/shelljs/LICENSE            |   26 +
 wp8/bin/node_modules/shelljs/README.md          |  513 +++++
 wp8/bin/node_modules/shelljs/global.js          |    3 +
 wp8/bin/node_modules/shelljs/jshint.json        |    4 +
 wp8/bin/node_modules/shelljs/make.js            |   48 +
 wp8/bin/node_modules/shelljs/package.json       |   46 +
 wp8/bin/node_modules/shelljs/scripts/docs.js    |   15 +
 .../node_modules/shelljs/scripts/run-tests.js   |   50 +
 wp8/bin/node_modules/shelljs/shell.js           | 1901 +++++++++++++++++
 wp8/bin/node_modules/shelljs/test/.npmignore    |    2 +
 wp8/bin/node_modules/shelljs/test/cat.js        |   57 +
 wp8/bin/node_modules/shelljs/test/cd.js         |   64 +
 wp8/bin/node_modules/shelljs/test/chmod.js      |   81 +
 wp8/bin/node_modules/shelljs/test/config.js     |   50 +
 wp8/bin/node_modules/shelljs/test/cp.js         |  143 ++
 wp8/bin/node_modules/shelljs/test/dirs.js       |   37 +
 wp8/bin/node_modules/shelljs/test/echo.js       |   50 +
 wp8/bin/node_modules/shelljs/test/env.js        |   19 +
 wp8/bin/node_modules/shelljs/test/exec.js       |  109 +
 wp8/bin/node_modules/shelljs/test/find.js       |   56 +
 wp8/bin/node_modules/shelljs/test/grep.js       |   59 +
 wp8/bin/node_modules/shelljs/test/ls.js         |  202 ++
 wp8/bin/node_modules/shelljs/test/make.js       |   20 +
 wp8/bin/node_modules/shelljs/test/mkdir.js      |   79 +
 wp8/bin/node_modules/shelljs/test/mv.js         |  130 ++
 wp8/bin/node_modules/shelljs/test/popd.js       |  118 ++
 wp8/bin/node_modules/shelljs/test/pushd.js      |  228 +++
 wp8/bin/node_modules/shelljs/test/pwd.js        |   28 +
 .../node_modules/shelljs/test/resources/a.txt   |   11 +
 .../test/resources/chmod/a/b/c/.npmignore       |    0
 .../test/resources/chmod/b/a/b/.npmignore       |    0
 .../test/resources/chmod/c/a/b/.npmignore       |    0
 .../shelljs/test/resources/chmod/file1          |    2 +
 .../node_modules/shelljs/test/resources/cp/a    |    1 +
 .../node_modules/shelljs/test/resources/cp/b    |    1 +
 .../shelljs/test/resources/cp/dir_a/z           |    1 +
 .../test/resources/cp/dir_b/dir_b_a/dir_b_a_a/z |    1 +
 .../test/resources/external/node_script.js      |    2 +
 .../node_modules/shelljs/test/resources/file1   |    1 +
 .../shelljs/test/resources/file1.js             |    1 +
 .../shelljs/test/resources/file1.txt            |    1 +
 .../node_modules/shelljs/test/resources/file2   |    1 +
 .../shelljs/test/resources/file2.js             |    1 +
 .../shelljs/test/resources/file2.txt            |    1 +
 .../shelljs/test/resources/find/.hidden         |    1 +
 .../node_modules/shelljs/test/resources/find/a  |    1 +
 .../node_modules/shelljs/test/resources/find/b  |    1 +
 .../shelljs/test/resources/find/dir1/a_dir1     |    1 +
 .../test/resources/find/dir1/dir11/a_dir11      |    1 +
 .../shelljs/test/resources/find/dir2/a_dir1     |    1 +
 .../shelljs/test/resources/issue44/main.js      |    1 +
 .../shelljs/test/resources/ls/.hidden_dir/nada  |    1 +
 .../shelljs/test/resources/ls/.hidden_file      |    1 +
 .../test/resources/ls/a_dir/.hidden_dir/nada    |    1 +
 .../shelljs/test/resources/ls/a_dir/b_dir/z     |    1 +
 .../shelljs/test/resources/ls/a_dir/nada        |    1 +
 .../shelljs/test/resources/ls/file1             |    1 +
 .../shelljs/test/resources/ls/file1.js          |    1 +
 .../shelljs/test/resources/ls/file2             |    1 +
 .../shelljs/test/resources/ls/file2.js          |    1 +
 .../filename(with)[chars$]^that.must+be-escaped |    1 +
 .../shelljs/test/resources/pushd/a/dummy        |    1 +
 .../shelljs/test/resources/pushd/b/c/dummy      |    1 +
 wp8/bin/node_modules/shelljs/test/rm.js         |  183 ++
 wp8/bin/node_modules/shelljs/test/sed.js        |   58 +
 wp8/bin/node_modules/shelljs/test/tempdir.js    |   27 +
 wp8/bin/node_modules/shelljs/test/test.js       |   91 +
 wp8/bin/node_modules/shelljs/test/to.js         |   39 +
 wp8/bin/node_modules/shelljs/test/which.js      |   38 +
 wp8/node_modules/.bin/nopt                      |   15 -
 wp8/node_modules/.bin/nopt.cmd                  |    5 -
 wp8/node_modules/.bin/shjs                      |   15 -
 wp8/node_modules/.bin/shjs.cmd                  |    5 -
 wp8/node_modules/node-uuid/.npmignore           |    2 -
 wp8/node_modules/node-uuid/LICENSE.md           |    2 -
 wp8/node_modules/node-uuid/README.md            |  207 --
 wp8/node_modules/node-uuid/benchmark/README.md  |   53 -
 wp8/node_modules/node-uuid/benchmark/bench.gnu  |  174 --
 wp8/node_modules/node-uuid/benchmark/bench.sh   |   34 -
 .../node-uuid/benchmark/benchmark-native.c      |   34 -
 .../node-uuid/benchmark/benchmark.js            |   84 -
 wp8/node_modules/node-uuid/component.json       |   18 -
 wp8/node_modules/node-uuid/package.json         |   36 -
 wp8/node_modules/node-uuid/test/compare_v1.js   |   63 -
 wp8/node_modules/node-uuid/test/test.html       |   17 -
 wp8/node_modules/node-uuid/test/test.js         |  228 ---
 wp8/node_modules/node-uuid/uuid.js              |  245 ---
 wp8/node_modules/nopt/.npmignore                |    1 -
 wp8/node_modules/nopt/LICENSE                   |   23 -
 wp8/node_modules/nopt/README.md                 |  209 --
 wp8/node_modules/nopt/examples/my-program.js    |   30 -
 wp8/node_modules/nopt/lib/nopt.js               |  414 ----
 .../nopt/node_modules/abbrev/CONTRIBUTING.md    |    3 -
 .../nopt/node_modules/abbrev/LICENSE            |   23 -
 .../nopt/node_modules/abbrev/README.md          |   23 -
 .../nopt/node_modules/abbrev/abbrev.js          |   62 -
 .../nopt/node_modules/abbrev/package.json       |   29 -
 .../nopt/node_modules/abbrev/test.js            |   47 -
 wp8/node_modules/nopt/package.json              |   41 -
 wp8/node_modules/nopt/test/basic.js             |  251 ---
 wp8/node_modules/q/CONTRIBUTING.md              |   40 -
 wp8/node_modules/q/LICENSE                      |   18 -
 wp8/node_modules/q/README.md                    |  820 --------
 .../q/benchmark/compare-with-callbacks.js       |   71 -
 wp8/node_modules/q/benchmark/scenarios.js       |   36 -
 wp8/node_modules/q/package.json                 |   93 -
 wp8/node_modules/q/q.js                         | 1904 ------------------
 wp8/node_modules/q/queue.js                     |   35 -
 wp8/node_modules/shelljs/.documentup.json       |    6 -
 wp8/node_modules/shelljs/.npmignore             |    1 -
 wp8/node_modules/shelljs/.travis.yml            |    5 -
 wp8/node_modules/shelljs/LICENSE                |   26 -
 wp8/node_modules/shelljs/README.md              |  513 -----
 wp8/node_modules/shelljs/global.js              |    3 -
 wp8/node_modules/shelljs/jshint.json            |    4 -
 wp8/node_modules/shelljs/make.js                |   48 -
 wp8/node_modules/shelljs/package.json           |   46 -
 wp8/node_modules/shelljs/scripts/docs.js        |   15 -
 wp8/node_modules/shelljs/scripts/run-tests.js   |   50 -
 wp8/node_modules/shelljs/shell.js               | 1901 -----------------
 wp8/node_modules/shelljs/test/.npmignore        |    2 -
 wp8/node_modules/shelljs/test/cat.js            |   57 -
 wp8/node_modules/shelljs/test/cd.js             |   64 -
 wp8/node_modules/shelljs/test/chmod.js          |   81 -
 wp8/node_modules/shelljs/test/config.js         |   50 -
 wp8/node_modules/shelljs/test/cp.js             |  143 --
 wp8/node_modules/shelljs/test/dirs.js           |   37 -
 wp8/node_modules/shelljs/test/echo.js           |   50 -
 wp8/node_modules/shelljs/test/env.js            |   19 -
 wp8/node_modules/shelljs/test/exec.js           |  109 -
 wp8/node_modules/shelljs/test/find.js           |   56 -
 wp8/node_modules/shelljs/test/grep.js           |   59 -
 wp8/node_modules/shelljs/test/ls.js             |  202 --
 wp8/node_modules/shelljs/test/make.js           |   20 -
 wp8/node_modules/shelljs/test/mkdir.js          |   79 -
 wp8/node_modules/shelljs/test/mv.js             |  130 --
 wp8/node_modules/shelljs/test/popd.js           |  118 --
 wp8/node_modules/shelljs/test/pushd.js          |  228 ---
 wp8/node_modules/shelljs/test/pwd.js            |   28 -
 wp8/node_modules/shelljs/test/resources/a.txt   |   11 -
 .../test/resources/chmod/a/b/c/.npmignore       |    0
 .../test/resources/chmod/b/a/b/.npmignore       |    0
 .../test/resources/chmod/c/a/b/.npmignore       |    0
 .../shelljs/test/resources/chmod/file1          |    2 -
 wp8/node_modules/shelljs/test/resources/cp/a    |    1 -
 wp8/node_modules/shelljs/test/resources/cp/b    |    1 -
 .../shelljs/test/resources/cp/dir_a/z           |    1 -
 .../test/resources/cp/dir_b/dir_b_a/dir_b_a_a/z |    1 -
 .../test/resources/external/node_script.js      |    2 -
 wp8/node_modules/shelljs/test/resources/file1   |    1 -
 .../shelljs/test/resources/file1.js             |    1 -
 .../shelljs/test/resources/file1.txt            |    1 -
 wp8/node_modules/shelljs/test/resources/file2   |    1 -
 .../shelljs/test/resources/file2.js             |    1 -
 .../shelljs/test/resources/file2.txt            |    1 -
 .../shelljs/test/resources/find/.hidden         |    1 -
 wp8/node_modules/shelljs/test/resources/find/a  |    1 -
 wp8/node_modules/shelljs/test/resources/find/b  |    1 -
 .../shelljs/test/resources/find/dir1/a_dir1     |    1 -
 .../test/resources/find/dir1/dir11/a_dir11      |    1 -
 .../shelljs/test/resources/find/dir2/a_dir1     |    1 -
 .../shelljs/test/resources/issue44/main.js      |    1 -
 .../shelljs/test/resources/ls/.hidden_dir/nada  |    1 -
 .../shelljs/test/resources/ls/.hidden_file      |    1 -
 .../test/resources/ls/a_dir/.hidden_dir/nada    |    1 -
 .../shelljs/test/resources/ls/a_dir/b_dir/z     |    1 -
 .../shelljs/test/resources/ls/a_dir/nada        |    1 -
 .../shelljs/test/resources/ls/file1             |    1 -
 .../shelljs/test/resources/ls/file1.js          |    1 -
 .../shelljs/test/resources/ls/file2             |    1 -
 .../shelljs/test/resources/ls/file2.js          |    1 -
 .../filename(with)[chars$]^that.must+be-escaped |    1 -
 .../shelljs/test/resources/pushd/a/dummy        |    1 -
 .../shelljs/test/resources/pushd/b/c/dummy      |    1 -
 wp8/node_modules/shelljs/test/rm.js             |  183 --
 wp8/node_modules/shelljs/test/sed.js            |   58 -
 wp8/node_modules/shelljs/test/tempdir.js        |   27 -
 wp8/node_modules/shelljs/test/test.js           |   91 -
 wp8/node_modules/shelljs/test/to.js             |   39 -
 wp8/node_modules/shelljs/test/which.js          |   38 -
 wp8/template/cordovalib/XHRHelper.cs            |    2 +-
 223 files changed, 10041 insertions(+), 10041 deletions(-)
----------------------------------------------------------------------