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 4D82C1034F for ; Tue, 30 Apr 2013 18:31:56 +0000 (UTC) Received: (qmail 34404 invoked by uid 500); 30 Apr 2013 18:31:56 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 34370 invoked by uid 500); 30 Apr 2013 18:31:56 -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 34362 invoked by uid 99); 30 Apr 2013 18:31:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 18:31:56 +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 (athena.apache.org: domain of fil@adobe.com designates 64.18.1.39 as permitted sender) Received: from [64.18.1.39] (HELO exprod6og117.obsmtp.com) (64.18.1.39) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Apr 2013 18:31:51 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob117.postini.com ([64.18.5.12]) with SMTP ID DSNKUYAOAshVJrx74eh5mmlOy514pF/4A9CY@postini.com; Tue, 30 Apr 2013 11:31:30 PDT Received: from inner-relay-1.corp.adobe.com (inner-relay-1.sea.adobe.com [153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r3UIVS99003552 for ; Tue, 30 Apr 2013 11:31:28 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r3UIVRAV018530 for ; Tue, 30 Apr 2013 11:31:27 -0700 (PDT) Received: from SJ1SWM219.corp.adobe.com (10.5.77.61) by nahub01.corp.adobe.com (10.8.189.97) with Microsoft SMTP Server (TLS) id 8.3.298.1; Tue, 30 Apr 2013 11:31:27 -0700 Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Tue, 30 Apr 2013 11:31:27 -0700 From: Filip Maj To: "dev@cordova.apache.org" Date: Tue, 30 Apr 2013 11:31:22 -0700 Subject: Re: Naming: cordova-2.8.0.js --> cordova.js Thread-Topic: Naming: cordova-2.8.0.js --> cordova.js Thread-Index: Ac5F0OySZcos91j1Qn+UOI4crB4aRg== Message-ID: In-Reply-To: <60A00257-E81D-4EB9-9EC1-8AA4B1F155EA@devgeeks.org> 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 If I recall correctly the original reason was because putting the version in after the lib name in the JS filename was what "other libraries did" aka jQuery. +1 from me. On 4/30/13 11:24 AM, "tommy-carlos Williams" wrote: >+1 > >Wouldn't this make mobile spec easier too? > >On 01/05/2013, at 4:20, Andrew Grieve wrote: > >> This has been brought up a few times, but I'm not sure there's been a >> decisive answer here yet... >>=20 >> iOS now uses "cordova.ios.js" >> Android uses "cordova.android.js", but renames it in a build step to >>add in >> the version number. >> CLI normalizes to "cordova.js" >>=20 >> The version number is now stamped at the top of the file in a code >>comment, >> and I feel that having it in the file name just makes work for us and >>our >> users. I'd like to change all repos to just use "cordova.js". >>=20 >> Any objections? >>=20 >> Andrew