You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/07/12 20:55:42 UTC

[1/3] git commit: re-enabling ripple

Updated Branches:
  refs/heads/master f204db813 -> 1151fae78


re-enabling ripple


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

Branch: refs/heads/master
Commit: 575d9863b22cf012a31da5bcd913f8040ec5be15
Parents: f204db8
Author: Fil Maj <ma...@gmail.com>
Authored: Fri Jul 12 11:12:04 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri Jul 12 11:12:04 2013 -0700

----------------------------------------------------------------------
 cordova.js   | 1 +
 package.json | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/575d9863/cordova.js
----------------------------------------------------------------------
diff --git a/cordova.js b/cordova.js
index 1efeecf..5e5eb87 100644
--- a/cordova.js
+++ b/cordova.js
@@ -43,6 +43,7 @@ module.exports = {
     prepare:   prepare,
     compile:   compile,
     run:       run,
+    ripple:    require('./src/ripple'),
     emulate:   require('./src/emulate'),
     plugin:    require('./src/plugin'),
     plugins:   require('./src/plugin'),

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/575d9863/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f734c69..382ff0e 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,7 @@
     "shelljs":"0.1.2",
     "ncallbacks":"1.0.0",
     "request":"2.22.0",
+    "ripple-emulator":"0.9.18",
     "semver":"1.1.0",
     "glob":"3.2.x",
     "follow-redirects":"0.0.x",


[2/3] git commit: Added confix_xml function to windows phone parsers

Posted by fi...@apache.org.
Added confix_xml function to windows phone parsers


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

Branch: refs/heads/master
Commit: dc0de97783201a25410a3469f33d852e6e1d9b0e
Parents: 575d986
Author: Benn Mapes <be...@gmail.com>
Authored: Fri Jul 12 11:45:15 2013 -0700
Committer: Benn Mapes <be...@gmail.com>
Committed: Fri Jul 12 11:45:15 2013 -0700

----------------------------------------------------------------------
 src/metadata/wp7_parser.js | 3 +++
 src/metadata/wp8_parser.js | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/dc0de977/src/metadata/wp7_parser.js
----------------------------------------------------------------------
diff --git a/src/metadata/wp7_parser.js b/src/metadata/wp7_parser.js
index 9de35d4..2a852de 100644
--- a/src/metadata/wp7_parser.js
+++ b/src/metadata/wp7_parser.js
@@ -144,6 +144,9 @@ module.exports.prototype = {
     www_dir:function() {
         return path.join(this.wp7_proj_dir, 'www');
     },
+    config_xml:function() {
+        return path.join(this.wp7_proj_dir, 'config.xml');
+    },
     // copies the app www folder into the wp7 project's www folder and updates the csproj file.
     update_www:function() {
         var project_root = util.isCordova(this.wp7_proj_dir);

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/dc0de977/src/metadata/wp8_parser.js
----------------------------------------------------------------------
diff --git a/src/metadata/wp8_parser.js b/src/metadata/wp8_parser.js
index 7ac62a5..dfcfd16 100644
--- a/src/metadata/wp8_parser.js
+++ b/src/metadata/wp8_parser.js
@@ -145,6 +145,9 @@ module.exports.prototype = {
     www_dir:function() {
         return path.join(this.wp8_proj_dir, 'www');
     },
+    config_xml:function() {
+        return path.join(this.wp8_proj_dir, 'config.xml');
+    },
     // copies the app www folder into the wp8 project's www folder and updates the csproj file.
     update_www:function() {
         var project_root = util.isCordova(this.wp8_proj_dir);


[3/3] git commit: 2.9.5

Posted by fi...@apache.org.
2.9.5


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

Branch: refs/heads/master
Commit: 1151fae78aedd5c0fcec0a4aacd3cec131b742a8
Parents: dc0de97
Author: Fil Maj <ma...@gmail.com>
Authored: Fri Jul 12 11:55:30 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Fri Jul 12 11:55:30 2013 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/1151fae7/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 382ff0e..fb9a5be 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "2.9.4",
+  "version": "2.9.5",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",