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 6B6EBF489 for ; Sun, 24 Mar 2013 02:20:42 +0000 (UTC) Received: (qmail 28247 invoked by uid 500); 24 Mar 2013 02:20:42 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 28215 invoked by uid 500); 24 Mar 2013 02:20:42 -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 28205 invoked by uid 99); 24 Mar 2013 02:20:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Mar 2013 02:20:42 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fil@adobe.com designates 64.18.1.21 as permitted sender) Received: from [64.18.1.21] (HELO exprod6og108.obsmtp.com) (64.18.1.21) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Mar 2013 02:20:34 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob108.postini.com ([64.18.5.12]) with SMTP ID DSNKUU5i3M5b6HDFcJ/aOYIWlYqyUVnjprXL@postini.com; Sat, 23 Mar 2013 19:20:13 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r2O2H31v022074 for ; Sat, 23 Mar 2013 19:17:03 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id r2O2K9VT025627 for ; Sat, 23 Mar 2013 19:20:10 -0700 (PDT) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nahub01.corp.adobe.com ([10.8.189.97]) with mapi; Sat, 23 Mar 2013 19:20:09 -0700 From: Filip Maj To: "dev@cordova.apache.org" Date: Sat, 23 Mar 2013 19:20:09 -0700 Subject: Re: [cordova-cli] - config.xml handling: should that move into ./bin scripts? Thread-Topic: [cordova-cli] - config.xml handling: should that move into ./bin scripts? Thread-Index: Ac4oNhr4nzgMFXBgT+e7PRuWODZKcg== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.2.130206 acceptlanguage: en-US 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 >In the future when we ship without core plugins it should also, on android >at least, add appropriate permissions for the various plugins. This is already handled by the plugin.xml spec, where you can attach arbitrary xml to any xml document that is platform-specific (such as android manifest).