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 B7EF4D5A6 for ; Mon, 24 Jun 2013 21:24:15 +0000 (UTC) Received: (qmail 4549 invoked by uid 500); 24 Jun 2013 21:24:15 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 4524 invoked by uid 500); 24 Jun 2013 21:24:15 -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 4516 invoked by uid 99); 24 Jun 2013 21:24:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jun 2013 21:24:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of benn.mapes@gmail.com designates 209.85.220.45 as permitted sender) Received: from [209.85.220.45] (HELO mail-pa0-f45.google.com) (209.85.220.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jun 2013 21:24:10 +0000 Received: by mail-pa0-f45.google.com with SMTP id bi5so11640311pad.4 for ; Mon, 24 Jun 2013 14:23:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=9t11xGGfdZ1PV/4IOUgAdmpKz1C4n12PC+XTeA+/lTQ=; b=mjcdVwTZ0uJH+n44n9UGrHFTQpL/YkRfDcmdyP28rrQ/5xig1crxsFDGG+xYpRELWY iHnwlcwY7wK8Wmqkr2tYgVdiAK2V04XMUmYWzvGKDcxKHErgJFEMw1on0Ksjh5N1X872 3Yg+YPCx3i/NMElaXfp0ytHnsANA7Z0apYRfgvfZZl9i2gi4Dl1him8lZUrI9Zsabrzi XZ4VkcDbElFGr9GARFz2RBxsLKg4bO9IEaVPtcmDH7XQIgecHA2yUEzxmesHJIY6R/Fs dw3JzlmtL42SnEx3OW6BPsqetpnQYRRNrcF7gLLEyJyuhJI/hQ/NRFdT/WiJBA+CspcL VfhQ== MIME-Version: 1.0 X-Received: by 10.68.197.98 with SMTP id it2mr25791436pbc.200.1372109029284; Mon, 24 Jun 2013 14:23:49 -0700 (PDT) Received: by 10.70.38.104 with HTTP; Mon, 24 Jun 2013 14:23:49 -0700 (PDT) Date: Mon, 24 Jun 2013 14:23:49 -0700 Message-ID: Subject: [plugins] xmls in cordova plugin.xml From: Benn Mapes To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=e89a8ff1c98448a57a04dfed072c X-Virus-Checked: Checked by ClamAV on apache.org --e89a8ff1c98448a57a04dfed072c Content-Type: text/plain; charset=ISO-8859-1 I've noticed two different xmls namespaces for the core cordova plugins : xmlns="http://www.phonegap.com/ns/plugins/1.0" and xmlns="http://cordova.apache.org/ns/plugins/1.0" I believe we want the second namespace but the documented plugin spec [1] uses the first one (probably hasn't been updated). Is it safe to say that we want http://cordova.apache.org/ns/plugins/1.0 as the namespace for the core cordova plugins? [1]: https://github.com/alunny/cordova-plugin-spec --e89a8ff1c98448a57a04dfed072c--