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 2017/01/18 01:56:33 UTC

[16/50] [abbrv] cordova-lib git commit: CB-12189 Add implementation attribute to framework

CB-12189 Add implementation attribute to framework

The attribute is windows-specific and allows to specify implementation for WinMD components, written in C++

This closes #513


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

Branch: refs/heads/fetch-1.0.x
Commit: df2da4cbf515dfc8e8131170972165b7d9883380
Parents: 84fa8e3
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Wed Dec 21 15:00:57 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Fri Dec 23 15:02:51 2016 +0300

----------------------------------------------------------------------
 cordova-common/src/PluginInfo/PluginInfo.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/df2da4cb/cordova-common/src/PluginInfo/PluginInfo.js
----------------------------------------------------------------------
diff --git a/cordova-common/src/PluginInfo/PluginInfo.js b/cordova-common/src/PluginInfo/PluginInfo.js
index 0be0c41..60ce848 100644
--- a/cordova-common/src/PluginInfo/PluginInfo.js
+++ b/cordova-common/src/PluginInfo/PluginInfo.js
@@ -323,7 +323,8 @@ function PluginInfo(dirname) {
                 versions: el.attrib.versions,
                 targetDir: el.attrib['target-dir'],
                 deviceTarget: el.attrib['device-target'] || el.attrib.target,
-                arch: el.attrib.arch
+                arch: el.attrib.arch,
+                implementation: el.attrib.implementation
             };
             return ret;
         });


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