Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB52B10278 for ; Mon, 21 Oct 2013 14:47:37 +0000 (UTC) Received: (qmail 45905 invoked by uid 500); 21 Oct 2013 14:47:37 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 45888 invoked by uid 500); 21 Oct 2013 14:47:37 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 45880 invoked by uid 99); 21 Oct 2013 14:47:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 14:47:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [80.149.113.165] (HELO tcmail13.telekom.de) (80.149.113.165) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 14:47:33 +0000 Received: from he111527.emea1.cds.t-internal.com ([10.125.90.86]) by tcmail11.telekom.de with ESMTP/TLS/AES128-SHA; 21 Oct 2013 16:47:11 +0200 Received: from HE100014.emea1.cds.t-internal.com (10.125.65.197) by HE111527.EMEA1.CDS.T-INTERNAL.COM (10.125.90.86) with Microsoft SMTP Server (TLS) id 8.3.327.1; Mon, 21 Oct 2013 16:47:10 +0200 Received: from HE111541.emea1.cds.t-internal.com ([10.125.90.97]) by HE100014.emea1.cds.t-internal.com ([10.125.65.197]) with mapi; Mon, 21 Oct 2013 16:47:10 +0200 From: To: CC: Date: Mon, 21 Oct 2013 16:44:53 +0200 Subject: www/config.xml plugin dependencies Thread-Topic: www/config.xml plugin dependencies Thread-Index: Ac7OavfpKk58ksEHRhi5xHkikKZ3qw== Message-ID: Accept-Language: de-DE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, the docs in https://cordova.apache.org/docs/en/3.1.0/config_ref_index.md.ht= ml#The%20config.xml%20File say that the feature element is only for the pla= tform specific config.xml s, right? Is there a way to specify that my phonegap app needs a plugin on all platfo= rms e.g. Globalization? Making up this "example": https://cordova.apache.org/docs/en/3.0.0/plugin_r= ef_spec.md.html We are building an app that uses Globalization in javascript; so there is n= o platform dependency How do I specifiy in www/config.xml that Globalization is needed as a plugi= n? Cheers Axel