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 EB8CD10E4C for ; Fri, 20 Sep 2013 08:19:01 +0000 (UTC) Received: (qmail 8962 invoked by uid 500); 20 Sep 2013 08:19:00 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 8922 invoked by uid 500); 20 Sep 2013 08:19:00 -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 8910 invoked by uid 99); 20 Sep 2013 08:18:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 08:18:58 +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 (athena.apache.org: domain of mikeywbrooks@gmail.com designates 74.125.82.47 as permitted sender) Received: from [74.125.82.47] (HELO mail-wg0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 08:18:53 +0000 Received: by mail-wg0-f47.google.com with SMTP id f12so122591wgh.26 for ; Fri, 20 Sep 2013 01:18:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=DbbEbYWW/qXCqlHl5/ei2ulipy9HebrMmDhCf1YXO7U=; b=UegDNvzP8ksAFhjhzqlyqnqkiELXVO+llUKMKebEXcQyqnBzzZtTSWYh7vL3nVdfr1 NdZ5mCEEYaoEZHysXaPTVlB1tnbluxOuFsjU3VDchT0TtAftlu6QmyZblXwKjMrXRXyF HzYceJdfIbQ8rYFczG3j15RwRjBedUjQlx/inXylVFNLqXxBaDr+H5l8e6QKTSZJQC7B eQJhNNKu6ybqvSWZ2L7hdSucBlOHGu9ih0iqWQ9x49mndZSpxOcsygyUIXyTiyDVmLRZ 2t6R/LULo00gRghW13/SNzQ5XyxgICV9tgnndwv1mbYD1OI+K9EnGYnCvl9XecsS2meO A8Ng== MIME-Version: 1.0 X-Received: by 10.180.72.226 with SMTP id g2mr1737552wiv.52.1379665112431; Fri, 20 Sep 2013 01:18:32 -0700 (PDT) Sender: mikeywbrooks@gmail.com Received: by 10.216.191.196 with HTTP; Fri, 20 Sep 2013 01:18:32 -0700 (PDT) In-Reply-To: References: Date: Fri, 20 Sep 2013 01:18:32 -0700 X-Google-Sender-Auth: f1GJK8Y92vBhV3NUpiylxhr0TJQ Message-ID: Subject: Re: Change plugin IDs from "org.cordova.core.FOO" -> "org.cordova.FOO" From: Michael Brooks To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=f46d043890edef7fe604e6cc5043 X-Virus-Checked: Checked by ClamAV on apache.org --f46d043890edef7fe604e6cc5043 Content-Type: text/plain; charset=ISO-8859-1 I prefer the shortened plugin IDs as well. Will we want each platform's upgrade script aware of these names in order to ease the upgrade path from 3.0.0-3.1.0? On Thu, Sep 19, 2013 at 10:38 AM, Andrew Grieve wrote: > Anis and I discussed a bit on > https://issues.apache.org/jira/browse/CB-4493 > > So I filed https://issues.apache.org/jira/browse/CB-4874 > > Wanted to see if anyone could think of what adverse effects this might have > before going through with it. > > Only thing I can think of is that I'd need to update the tags > of all plugins (mobile spec and our own). The result of not updating them > isn't horrible since the dependencies still install via URL. > > On a related note - we need remove the url= parameter from the > so that it looks to the registry. > > Once we discuss / take one of these paths, I'd like to do a plugins release > so that we can test this flow with RC1. > --f46d043890edef7fe604e6cc5043--