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

[10/10] cordova-lib git commit: Pick ConfigParser changes from apache@ddb027b

Pick ConfigParser changes from apache@ddb027b

github close #309


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

Branch: refs/heads/master
Commit: 1594c0afa89c82775f0896b6ff729c0bd7f109a7
Parents: 4909fac
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Fri Sep 18 14:16:01 2015 +0300
Committer: sgrebnov <v-...@microsoft.com>
Committed: Sun Sep 20 15:17:17 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/1594c0af/cordova-common/src/configparser/ConfigParser.js
----------------------------------------------------------------------
diff --git a/cordova-common/src/configparser/ConfigParser.js b/cordova-common/src/configparser/ConfigParser.js
index 5006a4d..0529651 100644
--- a/cordova-common/src/configparser/ConfigParser.js
+++ b/cordova-common/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