Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 74947 invoked from network); 3 Apr 2006 22:02:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Apr 2006 22:02:58 -0000 Received: (qmail 97924 invoked by uid 500); 3 Apr 2006 22:02:55 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 97884 invoked by uid 500); 3 Apr 2006 22:02:54 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 97873 invoked by uid 99); 3 Apr 2006 22:02:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 15:02:54 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of goyathlay.geronimo@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO pproxy.gmail.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2006 15:02:52 -0700 Received: by pproxy.gmail.com with SMTP id e30so140071pya for ; Mon, 03 Apr 2006 15:02:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nKhxge6mvU8sH8anFOapxpq0fCscBjNvUb1ZUdFXjjjRFdXst2JAwj51UQhTCpbCimMyUjiLx/VxtC64yczeqo0lH6maWS7KG/INQ2Oaivo1xknd5OfDM7sx7dfLHg+5J8DlYlOeEjpjj3Np9WpOwsNU7rFPyDFRidYI/bN5kXg= Received: by 10.35.43.10 with SMTP id v10mr9855pyj; Mon, 03 Apr 2006 15:02:31 -0700 (PDT) Received: by 10.35.34.5 with HTTP; Mon, 3 Apr 2006 15:02:31 -0700 (PDT) Message-ID: Date: Mon, 3 Apr 2006 18:02:31 -0400 From: "Prasad Kashyap" To: dev@geronimo.apache.org Subject: Re: Restructuring the console src dirs In-Reply-To: <1668121788-1144093021-cardhu_blackberry.rim.net-5881-@engine12-cell06> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1668121788-1144093021-cardhu_blackberry.rim.net-5881-@engine12-cell06> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jason, yes it will. On 4/3/06, Jason Dillon wrote: > +1 > > Is console/ going to get a pom.xml for m2? > > --jason > > -----Original Message----- > From: "Prasad Kashyap" > Date: Mon, 3 Apr 2006 10:42:28 > To:dev@geronimo.apache.org > Subject: Restructuring the console src dirs > > Last week Aaron, Joe, Paul and I discussed on IRC the intent to > restructure the src dirs of the console under the application > directory. (http://servlet.uwyn.com/drone/log/bevinbot/geronimo/20060330) > > Geronimo-1660 (http://issues.apache.org/jira/browse/GERONIMO-1660) > will seek to achieve this. Just wanted to send this out to the larger > community before we commit the patch. > > Currently, the console is made up of 4 dirs under applications > - geronimo > - applications > + console-core > + console-ear > + console-standard > + console-framework > > The new structure will be as follows > - geronimo > - applications > - console <<--- new dir added here. existing console > sub-dirs moved under this. > + console-core > + console-ear > + console-standard > + console-framework > > This will keep all the console dirs in one place. As the console grows > to add more components/directories, it won't clutter up the > applications dir. > > Comments welcome. > > Cheers > Prasad >