You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/05/14 02:09:56 UTC

[27/27] git commit: Merge branch 'CB-5816' of https://github.com/Steckelfisch/cordova-firefoxos into 3.5.x

Merge branch 'CB-5816' of https://github.com/Steckelfisch/cordova-firefoxos into 3.5.x

Conflicts:
	package.json


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

Branch: refs/heads/3.5.x
Commit: d8c99f9d67e9d26949c5ca2bef1c47bfaba02fff
Parents: 77e2374 7800b1b
Author: Steven Gill <st...@gmail.com>
Authored: Tue May 13 17:08:35 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue May 13 17:08:35 2014 -0700

----------------------------------------------------------------------
 bin/lib/create.js                               |   24 +-
 bin/templates/project/cordova/build             |   52 +
 bin/templates/project/cordova/clean             |   37 +
 bin/templates/project/cordova/lib/build.js      |  160 ++
 bin/templates/project/cordova/lib/clean.js      |   48 +
 .../adm-zip/.idea/scopes/scope_settings.xml     |    5 +
 node_modules/adm-zip/MIT-LICENSE.txt            |   21 +
 node_modules/adm-zip/README.md                  |   64 +
 node_modules/adm-zip/adm-zip.js                 |  404 +++++
 node_modules/adm-zip/headers/entryHeader.js     |  261 +++
 node_modules/adm-zip/headers/index.js           |    2 +
 node_modules/adm-zip/headers/mainHeader.js      |   80 +
 node_modules/adm-zip/methods/deflater.js        | 1578 ++++++++++++++++++
 node_modules/adm-zip/methods/index.js           |    2 +
 node_modules/adm-zip/methods/inflater.js        |  448 +++++
 node_modules/adm-zip/package.json               |   39 +
 .../attributes_test/New folder/hidden.txt       |   17 +
 .../New folder/hidden_readonly.txt              |   17 +
 .../attributes_test/New folder/readonly.txt     |   17 +
 .../attributes_test/New folder/somefile.txt     |   17 +
 .../attributes_test/asd/New Text Document.txt   |    0
 .../test/assets/attributes_test/blank file.txt  |    0
 node_modules/adm-zip/test/index.js              |    5 +
 node_modules/adm-zip/util/constants.js          |   84 +
 node_modules/adm-zip/util/errors.js             |   35 +
 node_modules/adm-zip/util/fattr.js              |   84 +
 node_modules/adm-zip/util/index.js              |    4 +
 node_modules/adm-zip/util/utils.js              |  145 ++
 node_modules/adm-zip/zipEntry.js                |  224 +++
 node_modules/adm-zip/zipFile.js                 |  311 ++++
 package.json                                    |    3 +-
 31 files changed, 4182 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/blob/d8c99f9d/package.json
----------------------------------------------------------------------
diff --cc package.json
index 91ef532,c5f2201..6bd9b88
--- a/package.json
+++ b/package.json
@@@ -9,17 -12,18 +9,18 @@@
    },
    "keywords": [
      "cordova",
 -    "cli",
 -    "tooling",
 -    "firefoxos"
 +    "firefoxos",
 +    "apache"
    ],
    "dependencies": {
-     "shelljs": "^0.1.4"
 -    "shelljs": "0.1.4",
++    "shelljs": "^0.1.4",
+     "adm-zip": "0.4.4"
    },
 -  "author": "Steve Gill",
 +  "author": "Apache Software Foundation",
    "contributors": [
        {"name": "James Long","email": "jlong@mozilla.com"},
 -      {"name": "Herm Wong", "email": "hermanw@adobe.com"}
 +      {"name": "Herm Wong", "email": "hermanw@adobe.com"},
 +      {"name": "Steve Gill", "email": "steveng@adobe.com"},
    ],
 -  "license": "Apache V2"
 +  "license": "Apache Version 2.0"
  }