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:37 UTC

[20/50] [abbrv] cordova-lib git commit: CB-12163 Add reference attrib to resource-file for Windows

CB-12163 Add reference attrib to resource-file for Windows

 This closes #509


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

Branch: refs/heads/fetch-1.0.x
Commit: b66ec165784fd9c196c9958c7e9baac7d25436f9
Parents: 110b46f
Author: ktop <kt...@gmail.com>
Authored: Mon Dec 12 14:35:04 2016 -0500
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 6 16:47:51 2017 -0800

----------------------------------------------------------------------
 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/b66ec165/cordova-common/src/PluginInfo/PluginInfo.js
----------------------------------------------------------------------
diff --git a/cordova-common/src/PluginInfo/PluginInfo.js b/cordova-common/src/PluginInfo/PluginInfo.js
index 60ce848..44501fa 100644
--- a/cordova-common/src/PluginInfo/PluginInfo.js
+++ b/cordova-common/src/PluginInfo/PluginInfo.js
@@ -225,7 +225,8 @@ function PluginInfo(dirname) {
                 target: tag.attrib.target,
                 versions: tag.attrib.versions,
                 deviceTarget: tag.attrib['device-target'],
-                arch: tag.attrib.arch
+                arch: tag.attrib.arch,
+                reference: tag.attrib.reference
             };
         });
         return resourceFiles;


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