Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ABDAD200B5A for ; Thu, 21 Jul 2016 00:50:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AA708160A86; Wed, 20 Jul 2016 22:50:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F3943160A64 for ; Thu, 21 Jul 2016 00:50:13 +0200 (CEST) Received: (qmail 18747 invoked by uid 500); 20 Jul 2016 22:50:13 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 18738 invoked by uid 99); 20 Jul 2016 22:50:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2016 22:50:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A3807E04BA; Wed, 20 Jul 2016 22:50:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: <0c160a19df0a4b1eaeed3e9c2b908093@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-lib git commit: CB-9825 framework tag spec parsing Date: Wed, 20 Jul 2016 22:50:12 +0000 (UTC) archived-at: Wed, 20 Jul 2016 22:50:14 -0000 Repository: cordova-lib Updated Branches: refs/heads/master f05874a54 -> 29382ca2b 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/master Commit: 29382ca2bf67e17337845feb4360980df99fe3d2 Parents: f05874a Author: juliascript Authored: Fri Jul 1 11:42:45 2016 -0700 Committer: Steve Gill 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