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 2016/08/09 23:27:35 UTC

[03/19] cordova-lib git commit: CB-9825 framework tag spec parsing

CB-9825 framework tag spec parsing

 This closes #461


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

Branch: refs/heads/common-1.4.x
Commit: 29382ca2bf67e17337845feb4360980df99fe3d2
Parents: f05874a
Author: juliascript <ju...@gmail.com>
Authored: Fri Jul 1 11:42:45 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Jul 20 15:50:04 2016 -0700

----------------------------------------------------------------------
 cordova-common/src/PluginInfo/PluginInfo.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/29382ca2/cordova-common/src/PluginInfo/PluginInfo.js
----------------------------------------------------------------------
diff --git a/cordova-common/src/PluginInfo/PluginInfo.js b/cordova-common/src/PluginInfo/PluginInfo.js
index bf1f75b..0be0c41 100644
--- a/cordova-common/src/PluginInfo/PluginInfo.js
+++ b/cordova-common/src/PluginInfo/PluginInfo.js
@@ -318,6 +318,7 @@ function PluginInfo(dirname) {
                 parent: el.attrib.parent,
                 custom: isStrTrue(el.attrib.custom),
                 src: el.attrib.src,
+                spec: el.attrib.spec,
                 weak: isStrTrue(el.attrib.weak),
                 versions: el.attrib.versions,
                 targetDir: el.attrib['target-dir'],


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