You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/03/31 16:53:33 UTC

[1/2] cordova-windows git commit: CB-10999 Set VERSION to 4.4.0-dev (via coho)

Repository: cordova-windows
Updated Branches:
  refs/heads/master 844913445 -> a4dbb5c30


CB-10999 Set VERSION to 4.4.0-dev (via coho)


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

Branch: refs/heads/master
Commit: 01fa90f687aba50e78a29a7847fbd347350e3bc3
Parents: 8449134
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Thu Mar 31 16:32:40 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Thu Mar 31 16:45:57 2016 +0300

----------------------------------------------------------------------
 package.json | 100 +++++++++++++++++++++++++++---------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/01fa90f6/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 528a882..9cefc8b 100644
--- a/package.json
+++ b/package.json
@@ -1,51 +1,51 @@
 {
-  "name": "cordova-windows",
-  "version": "4.4.0-dev",
-  "description": "cordova-windows release",
-  "bin": "bin/create",
-  "main": "template/cordova/Api.js",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/cordova-windows"
-  },
-  "keywords": [
-    "windows",
-    "cordova",
-    "apache"
-  ],
-  "scripts": {
-    "test": "npm run jshint && npm run test-unit && npm run test-e2e",
-    "test-unit": "jasmine-node --captureExceptions spec/unit",
-    "test-e2e": "jasmine-node --captureExceptions spec/e2e",
-    "cover": "istanbul cover --root template --print detail node_modules/jasmine-node/bin/jasmine-node -- spec/unit",
-    "jshint": "jshint bin && jshint template && jshint spec"
-  },
-  "dependencies": {
-    "cordova-common": "^1.1.0",
-    "elementtree": "^0.1.6",
-    "node-uuid": "^1.4.3",
-    "nopt": "^3.0.4",
-    "q": "^1.4.1",
-    "semver": "^5.0.3",
-    "shelljs": "^0.5.3",
-    "winjs": "^4.4.0"
-  },
-  "devDependencies": {
-    "istanbul": "^0.4.0",
-    "jasmine-node": "1.14.5",
-    "jshint": "^2.8.0",
-    "rewire": "^2.5.1"
-  },
-  "bundledDependencies": [
-    "cordova-common",
-    "elementtree",
-    "node-uuid",
-    "nopt",
-    "q",
-    "semver",
-    "shelljs",
-    "winjs"
-  ],
-  "author": "Apache Software Foundation",
-  "license": "Apache-2.0"
-}
+    "name": "cordova-windows",
+    "version": "4.4.0-dev",
+    "description": "cordova-windows release",
+    "bin": "bin/create",
+    "main": "template/cordova/Api.js",
+    "repository": {
+        "type": "git",
+        "url": "https://github.com/apache/cordova-windows"
+    },
+    "keywords": [
+        "windows",
+        "cordova",
+        "apache"
+    ],
+    "scripts": {
+        "test": "npm run jshint && npm run test-unit && npm run test-e2e",
+        "test-unit": "jasmine-node --captureExceptions spec/unit",
+        "test-e2e": "jasmine-node --captureExceptions spec/e2e",
+        "cover": "istanbul cover --root template --print detail node_modules/jasmine-node/bin/jasmine-node -- spec/unit",
+        "jshint": "jshint bin && jshint template && jshint spec"
+    },
+    "dependencies": {
+        "cordova-common": "^1.1.0",
+        "elementtree": "^0.1.6",
+        "node-uuid": "^1.4.3",
+        "nopt": "^3.0.4",
+        "q": "^1.4.1",
+        "semver": "^5.0.3",
+        "shelljs": "^0.5.3",
+        "winjs": "^4.4.0"
+    },
+    "devDependencies": {
+        "istanbul": "^0.4.0",
+        "jasmine-node": "1.14.5",
+        "jshint": "^2.8.0",
+        "rewire": "^2.5.1"
+    },
+    "bundledDependencies": [
+        "cordova-common",
+        "elementtree",
+        "node-uuid",
+        "nopt",
+        "q",
+        "semver",
+        "shelljs",
+        "winjs"
+    ],
+    "author": "Apache Software Foundation",
+    "license": "Apache-2.0"
+}
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-windows git commit: CB-10999 Update JS snapshot to version 4.4.0-dev (via coho)

Posted by an...@apache.org.
CB-10999 Update JS snapshot to version 4.4.0-dev (via coho)


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

Branch: refs/heads/master
Commit: a4dbb5c3042363805c780132da48e052a172b2ec
Parents: 01fa90f
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Thu Mar 31 16:32:54 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Thu Mar 31 16:45:58 2016 +0300

----------------------------------------------------------------------
 template/www/cordova.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/a4dbb5c3/template/www/cordova.js
----------------------------------------------------------------------
diff --git a/template/www/cordova.js b/template/www/cordova.js
index e27887a..906bdb8 100644
--- a/template/www/cordova.js
+++ b/template/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: windows
-// 533e1bfdbc57d54106ca39a02b21a1909f84fda7
+// 2fd4bcb84048415922d13d80d35b8d1668e8e150
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -817,7 +817,7 @@ module.exports = channel;
 
 });
 
-// file: d:/coho/cordova-windows/cordova-js-src/exec.js
+// file: d:/cordova/cordova-windows/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /*jslint sloppy:true, plusplus:true*/
@@ -1394,7 +1394,7 @@ exports.reset();
 
 });
 
-// file: d:/coho/cordova-windows/cordova-js-src/platform.js
+// file: d:/cordova/cordova-windows/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org