Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7E6010D3A for ; Fri, 14 Feb 2014 22:36:55 +0000 (UTC) Received: (qmail 30780 invoked by uid 500); 14 Feb 2014 22:36:55 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 30755 invoked by uid 500); 14 Feb 2014 22:36:55 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 30748 invoked by uid 99); 14 Feb 2014 22:36:55 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2014 22:36:55 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 20052927516; Fri, 14 Feb 2014 22:36:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: docs commit: CB-5682 - Update Plugin Spec for new framework tag attribute "custom" Date: Fri, 14 Feb 2014 22:36:55 +0000 (UTC) Repository: cordova-docs Updated Branches: refs/heads/master 9eba609a5 -> 69adbc198 CB-5682 - Update Plugin Spec for new framework tag attribute "custom" Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/69adbc19 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/69adbc19 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/69adbc19 Branch: refs/heads/master Commit: 69adbc198778db14212b56dd1c6e94cb1255163e Parents: 9eba609 Author: Shazron Abdullah Authored: Fri Feb 14 14:36:53 2014 -0800 Committer: Shazron Abdullah Committed: Fri Feb 14 14:36:53 2014 -0800 ---------------------------------------------------------------------- docs/en/edge/plugin_ref/spec.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/69adbc19/docs/en/edge/plugin_ref/spec.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/plugin_ref/spec.md b/docs/en/edge/plugin_ref/spec.md index 95374fe..55eba0d 100644 --- a/docs/en/edge/plugin_ref/spec.md +++ b/docs/en/edge/plugin_ref/spec.md @@ -512,6 +512,7 @@ Examples: + The `src` attribute identifies the framework, which plugman attempts to add to the Cordova project, in the correct fashion for a given @@ -520,6 +521,8 @@ platform. The optional `weak` attribute is a boolean indicating whether the framework should be weakly linked. The default is `false`. +The optional `custom` attribute is a boolean indicating whether the framework is one that is included as part of your plugin files (thus it is not a system framework). The default is `false`. + ## _info_ Element Additional information provided to users. This is useful when you