You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ro...@apache.org on 2015/09/17 00:37:20 UTC

[1/2] cordova-lib git commit: CB-9408: Added support for `windows-packageVersion` on ``.. This closes #268. This closes #268

Repository: cordova-lib
Updated Branches:
  refs/heads/master 7a49fb242 -> 11ab7d726


CB-9408: Added support for `windows-packageVersion` on `<widget>`.. This closes #268. This closes #268


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

Branch: refs/heads/master
Commit: ddb027b4e522be4cb9302bd185b270fa5e809a11
Parents: 1908bbf
Author: Rob Paveza <Ro...@microsoft.com>
Authored: Fri Jul 24 10:33:10 2015 -0700
Committer: Rob Paveza <Ro...@microsoft.com>
Committed: Wed Sep 16 15:34:28 2015 -0700

----------------------------------------------------------------------
 cordova-lib/src/configparser/ConfigParser.js | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/ddb027b4/cordova-lib/src/configparser/ConfigParser.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/configparser/ConfigParser.js b/cordova-lib/src/configparser/ConfigParser.js
index 9dcccb5..d37054e 100644
--- a/cordova-lib/src/configparser/ConfigParser.js
+++ b/cordova-lib/src/configparser/ConfigParser.js
@@ -122,6 +122,9 @@ ConfigParser.prototype = {
     version: function() {
         return this.doc.getroot().attrib['version'];
     },
+    windows_packageVersion: function() {
+        return this.doc.getroot().attrib('windows-packageVersion');
+    },
     android_versionCode: function() {
         return this.doc.getroot().attrib['android-versionCode'];
     },


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


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

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


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

Branch: refs/heads/master
Commit: 11ab7d726d77d58ff95cf59e8ed5242583ca7048
Parents: ddb027b 7a49fb2
Author: Rob Paveza <Ro...@microsoft.com>
Authored: Wed Sep 16 15:36:36 2015 -0700
Committer: Rob Paveza <Ro...@microsoft.com>
Committed: Wed Sep 16 15:36:36 2015 -0700

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

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



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