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/08/19 01:20:19 UTC

[1/6] git commit: ignore node_modules

Repository: cordova-windows
Updated Branches:
  refs/heads/master 9d77a83e8 -> 70287e465


ignore node_modules


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

Branch: refs/heads/master
Commit: 7c4d028a648ec1aa1e52463e02bacd4021469b25
Parents: bdc4af3
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Aug 18 16:07:08 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Aug 18 16:07:08 2014 -0700

----------------------------------------------------------------------
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/7c4d028a/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 8909f7a..cc74062 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,6 @@ Debug
 obj
 Thumbs.db
 
+# Skip node_modules
+
+windows/node_modules/
\ No newline at end of file


[5/6] git commit: updated repo README

Posted by pu...@apache.org.
updated repo README


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

Branch: refs/heads/master
Commit: 97a07e24d65f47c30558199787cda6c5ca0192f5
Parents: 10a9eea
Author: sgrebnov <v-...@microsoft.com>
Authored: Mon Aug 18 11:43:01 2014 +0400
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Aug 18 16:18:48 2014 -0700

----------------------------------------------------------------------
 README.md | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/97a07e24/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 50316be..f9817cf 100644
--- a/README.md
+++ b/README.md
@@ -19,35 +19,32 @@
 #
 -->
 
-Apache Cordova for Windows 8
+Apache Cordova for Windows
 ===
 
+Includes Windows universal app template to build [Apache Cordova](http://cordova.apache.org) applications that target Windows 8.0, Windows 8.1 and Windows Phone 8.1. An Apache Cordova based applications is, at the core, an application written with web technology: HTML, CSS and JavaScript.
 
-This repo includes code to build Apache Cordova applications that target Windows 8 SDK.
-
-An Apache Cordova based applications is, at the core, an application written with web technology: HTML, CSS and JavaScript.
-
-[Apache Cordova][] is a project at The Apache Software Foundation (ASF).
+[Apache Cordova](http://cordova.apache.org) is a project of [The Apache Software Foundation (ASF)](http://apache.org)
 
 Requires
 ---
 
-- [Windows 8 SDK][]
--- Windows 8 development requires Windows 8 Professional, and Visual Studio 2012 ( express works )
+**To build for all platforms** (Windows 8.0, Windows 8.1 and Windows Phone 8.1)
+
+  Windows 8.1 along with [Visual Studio 2013 Express](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-8).
+
+**To build for Windows 8.0 only**
+
+   Windows 8.0 or 8.1 along with [Visual Studio 2012 Express](http://www.visualstudio.com/downloads).
 
 BUGS?
 -----
 
-- File them at the [Apache Cordova Issue Tracker][]
+- File them at the [Apache Cordova Issue Tracker](https://issues.apache.org/jira/browse/CB)
 
 
 Further Reading
 ---
 
-- [Apache Cordova Documentation][]
-- [Apache Cordova Wiki][]
-
-[Apache Cordova]: http://cordova.io "Apache Cordova"
-[Apache Cordova Issue Tracker]: https://issues.apache.org/jira/browse/CB "Apache Cordova Issue Tracker"
-[Apache Cordova Documentation]: http://cordova.io/docs "Apache Cordova Documentation"
-[Apache Cordova Wiki]: http://wiki.apache.org/cordova "Apache Cordova Wiki"
+- [Windows Platform Guide](http://cordova.apache.org/docs/en/edge/guide_platforms_win8_index.md.html#Windows%208%20Platform%20Guide)
+- [Apache Cordova Documentation](http://docs.cordova.io)
\ No newline at end of file


[2/6] git commit: add basic npm test of create+build project

Posted by pu...@apache.org.
add basic npm test of create+build project


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

Branch: refs/heads/master
Commit: 7d1468b8703228f2c12ec1bbec2ba569f5047deb
Parents: 7c4d028
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Aug 18 16:08:49 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Aug 18 16:08:49 2014 -0700

----------------------------------------------------------------------
 windows/package.json | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/7d1468b8/windows/package.json
----------------------------------------------------------------------
diff --git a/windows/package.json b/windows/package.json
index abb83e8..81f8b75 100644
--- a/windows/package.json
+++ b/windows/package.json
@@ -18,6 +18,9 @@
     "node-uuid": "~1.4",
     "shelljs": "~0.3"
   },
+  "scripts": {
+    "test": "bin\\create .\\testcreate & .\\testcreate\\cordova\\build & rm -rf .\\testcreate"
+  },
   "author": "Apache Software Foundation",
   "license": "Apache Version 2.0"
 }


[3/6] git commit: add appveyor file for ci

Posted by pu...@apache.org.
add appveyor file for ci


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

Branch: refs/heads/master
Commit: 0100485f507ec437fbcb76bec3fa6904e6d08a22
Parents: 7d1468b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Aug 18 16:09:10 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Aug 18 16:09:10 2014 -0700

----------------------------------------------------------------------
 appveyor.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/0100485f/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..b603579
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,16 @@
+# appveyor file
+# http://www.appveyor.com/docs/appveyor-yml
+
+nodejs_version: 0.10
+
+install:
+  - cd windows
+  - npm install
+
+build: off
+
+test_script:
+  - node --version
+  - npm --version
+  - msbuild /version
+  - npm test
\ No newline at end of file


[6/6] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-windows

Posted by pu...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-windows


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

Branch: refs/heads/master
Commit: 70287e46574844445c4662ee384da10028082947
Parents: 97a07e2 9d77a83
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Aug 18 16:20:17 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Aug 18 16:20:17 2014 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------



[4/6] git commit: Merge pull request #3 from purplecabbage/CB-7331

Posted by pu...@apache.org.
Merge pull request #3 from purplecabbage/CB-7331

Cb 7331

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

Branch: refs/heads/master
Commit: 10a9eea70452dd4e867fed70f8852f3feca4ec9a
Parents: 94dec04 0100485
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Mon Aug 18 16:17:23 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Mon Aug 18 16:17:23 2014 -0700

----------------------------------------------------------------------
 .gitignore                                      |    3 +
 appveyor.yml                                    |   16 +
 windows/bin/lib/create.js                       |    2 +-
 windows/bin/node_modules/.bin/nopt              |   15 +
 windows/bin/node_modules/.bin/nopt.cmd          |    5 +
 windows/bin/node_modules/.bin/shjs              |   15 +
 windows/bin/node_modules/.bin/shjs.cmd          |    5 +
 windows/bin/node_modules/node-uuid/.npmignore   |    2 +
 windows/bin/node_modules/node-uuid/LICENSE.md   |    2 +
 windows/bin/node_modules/node-uuid/README.md    |  207 ++
 .../bin/node_modules/node-uuid/component.json   |   18 +
 windows/bin/node_modules/node-uuid/package.json |   35 +
 windows/bin/node_modules/node-uuid/uuid.js      |  245 +++
 windows/bin/node_modules/nopt/.npmignore        |    1 +
 windows/bin/node_modules/nopt/LICENSE           |   23 +
 windows/bin/node_modules/nopt/README.md         |  209 ++
 windows/bin/node_modules/nopt/bin/nopt.js       |   54 +
 .../node_modules/nopt/examples/my-program.js    |   30 +
 windows/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 +
 windows/bin/node_modules/nopt/package.json      |   41 +
 windows/bin/node_modules/nopt/test/basic.js     |  251 +++
 windows/bin/node_modules/q/CONTRIBUTING.md      |   40 +
 windows/bin/node_modules/q/LICENSE              |   18 +
 windows/bin/node_modules/q/README.md            |  820 ++++++++
 .../q/benchmark/compare-with-callbacks.js       |   71 +
 .../bin/node_modules/q/benchmark/scenarios.js   |   36 +
 windows/bin/node_modules/q/package.json         |   93 +
 windows/bin/node_modules/q/q.js                 | 1904 ++++++++++++++++++
 windows/bin/node_modules/q/queue.js             |   35 +
 .../bin/node_modules/shelljs/.documentup.json   |    6 +
 windows/bin/node_modules/shelljs/.jshintrc      |    7 +
 windows/bin/node_modules/shelljs/.npmignore     |    2 +
 windows/bin/node_modules/shelljs/.travis.yml    |    5 +
 windows/bin/node_modules/shelljs/LICENSE        |   26 +
 windows/bin/node_modules/shelljs/README.md      |  569 ++++++
 windows/bin/node_modules/shelljs/bin/shjs       |   51 +
 windows/bin/node_modules/shelljs/global.js      |    3 +
 windows/bin/node_modules/shelljs/make.js        |   47 +
 windows/bin/node_modules/shelljs/package.json   |   47 +
 .../shelljs/scripts/generate-docs.js            |   21 +
 .../node_modules/shelljs/scripts/run-tests.js   |   50 +
 windows/bin/node_modules/shelljs/shell.js       |  157 ++
 windows/bin/node_modules/shelljs/src/cat.js     |   43 +
 windows/bin/node_modules/shelljs/src/cd.js      |   19 +
 windows/bin/node_modules/shelljs/src/chmod.js   |  208 ++
 windows/bin/node_modules/shelljs/src/common.js  |  203 ++
 windows/bin/node_modules/shelljs/src/cp.js      |  201 ++
 windows/bin/node_modules/shelljs/src/dirs.js    |  191 ++
 windows/bin/node_modules/shelljs/src/echo.js    |   20 +
 windows/bin/node_modules/shelljs/src/error.js   |   10 +
 windows/bin/node_modules/shelljs/src/exec.js    |  181 ++
 windows/bin/node_modules/shelljs/src/find.js    |   51 +
 windows/bin/node_modules/shelljs/src/grep.js    |   52 +
 windows/bin/node_modules/shelljs/src/ln.js      |   53 +
 windows/bin/node_modules/shelljs/src/ls.js      |  126 ++
 windows/bin/node_modules/shelljs/src/mkdir.js   |   68 +
 windows/bin/node_modules/shelljs/src/mv.js      |   80 +
 windows/bin/node_modules/shelljs/src/popd.js    |    1 +
 windows/bin/node_modules/shelljs/src/pushd.js   |    1 +
 windows/bin/node_modules/shelljs/src/pwd.js     |   11 +
 windows/bin/node_modules/shelljs/src/rm.js      |  145 ++
 windows/bin/node_modules/shelljs/src/sed.js     |   43 +
 windows/bin/node_modules/shelljs/src/tempdir.js |   56 +
 windows/bin/node_modules/shelljs/src/test.js    |   85 +
 windows/bin/node_modules/shelljs/src/to.js      |   29 +
 windows/bin/node_modules/shelljs/src/toEnd.js   |   29 +
 windows/bin/node_modules/shelljs/src/which.js   |   83 +
 windows/node_modules/.bin/nopt                  |   15 -
 windows/node_modules/.bin/nopt.cmd              |    5 -
 windows/node_modules/.bin/shjs                  |   15 -
 windows/node_modules/.bin/shjs.cmd              |    5 -
 windows/node_modules/node-uuid/.npmignore       |    2 -
 windows/node_modules/node-uuid/LICENSE.md       |    2 -
 windows/node_modules/node-uuid/README.md        |  207 --
 windows/node_modules/node-uuid/component.json   |   18 -
 windows/node_modules/node-uuid/package.json     |   35 -
 windows/node_modules/node-uuid/uuid.js          |  245 ---
 windows/node_modules/nopt/.npmignore            |    1 -
 windows/node_modules/nopt/LICENSE               |   23 -
 windows/node_modules/nopt/README.md             |  209 --
 windows/node_modules/nopt/bin/nopt.js           |   54 -
 .../node_modules/nopt/examples/my-program.js    |   30 -
 windows/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 -
 windows/node_modules/nopt/package.json          |   41 -
 windows/node_modules/nopt/test/basic.js         |  251 ---
 windows/node_modules/q/CONTRIBUTING.md          |   40 -
 windows/node_modules/q/LICENSE                  |   18 -
 windows/node_modules/q/README.md                |  820 --------
 .../q/benchmark/compare-with-callbacks.js       |   71 -
 windows/node_modules/q/benchmark/scenarios.js   |   36 -
 windows/node_modules/q/package.json             |   93 -
 windows/node_modules/q/q.js                     | 1904 ------------------
 windows/node_modules/q/queue.js                 |   35 -
 windows/node_modules/shelljs/.documentup.json   |    6 -
 windows/node_modules/shelljs/.jshintrc          |    7 -
 windows/node_modules/shelljs/.npmignore         |    2 -
 windows/node_modules/shelljs/.travis.yml        |    5 -
 windows/node_modules/shelljs/LICENSE            |   26 -
 windows/node_modules/shelljs/README.md          |  569 ------
 windows/node_modules/shelljs/bin/shjs           |   51 -
 windows/node_modules/shelljs/global.js          |    3 -
 windows/node_modules/shelljs/make.js            |   47 -
 windows/node_modules/shelljs/package.json       |   47 -
 .../shelljs/scripts/generate-docs.js            |   21 -
 .../node_modules/shelljs/scripts/run-tests.js   |   50 -
 windows/node_modules/shelljs/shell.js           |  157 --
 windows/node_modules/shelljs/src/cat.js         |   43 -
 windows/node_modules/shelljs/src/cd.js          |   19 -
 windows/node_modules/shelljs/src/chmod.js       |  208 --
 windows/node_modules/shelljs/src/common.js      |  203 --
 windows/node_modules/shelljs/src/cp.js          |  201 --
 windows/node_modules/shelljs/src/dirs.js        |  191 --
 windows/node_modules/shelljs/src/echo.js        |   20 -
 windows/node_modules/shelljs/src/error.js       |   10 -
 windows/node_modules/shelljs/src/exec.js        |  181 --
 windows/node_modules/shelljs/src/find.js        |   51 -
 windows/node_modules/shelljs/src/grep.js        |   52 -
 windows/node_modules/shelljs/src/ln.js          |   53 -
 windows/node_modules/shelljs/src/ls.js          |  126 --
 windows/node_modules/shelljs/src/mkdir.js       |   68 -
 windows/node_modules/shelljs/src/mv.js          |   80 -
 windows/node_modules/shelljs/src/popd.js        |    1 -
 windows/node_modules/shelljs/src/pushd.js       |    1 -
 windows/node_modules/shelljs/src/pwd.js         |   11 -
 windows/node_modules/shelljs/src/rm.js          |  145 --
 windows/node_modules/shelljs/src/sed.js         |   43 -
 windows/node_modules/shelljs/src/tempdir.js     |   56 -
 windows/node_modules/shelljs/src/test.js        |   85 -
 windows/node_modules/shelljs/src/to.js          |   29 -
 windows/node_modules/shelljs/src/toEnd.js       |   29 -
 windows/node_modules/shelljs/src/which.js       |   83 -
 windows/package.json                            |    3 +
 windows/template/CordovaApp.Store.jsproj        |  102 -
 windows/template/CordovaApp.Store80.jsproj      |   93 -
 windows/template/CordovaApp.Windows.jsproj      |  102 +
 windows/template/CordovaApp.Windows80.jsproj    |   93 +
 windows/template/CordovaApp.sln                 |    4 +-
 windows/template/CordovaApp.vs2012.sln          |    2 +-
 .../cordova/lib/ApplyPlatformConfig.ps1         |    4 +-
 windows/template/cordova/lib/build.js           |   40 +-
 windows/template/cordova/lib/package.js         |    4 +-
 windows/template/cordova/lib/run.js             |   27 +-
 windows/template/package.store.appxmanifest     |   49 -
 windows/template/package.store80.appxmanifest   |   50 -
 windows/template/package.windows.appxmanifest   |   49 +
 windows/template/package.windows80.appxmanifest |   50 +
 158 files changed, 8114 insertions(+), 8091 deletions(-)
----------------------------------------------------------------------