Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 7725 invoked from network); 25 Sep 2005 17:43:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2005 17:43:10 -0000 Received: (qmail 41706 invoked by uid 500); 25 Sep 2005 17:43:08 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 41493 invoked by uid 500); 25 Sep 2005 17:43:06 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 41479 invoked by uid 99); 25 Sep 2005 17:43:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Sep 2005 10:43:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Sep 2005 10:43:11 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EJaV3-0003Yy-1G for dev@cocoon.apache.org; Sun, 25 Sep 2005 19:41:17 +0200 Received: from d51a4ce66.access.telenet.be ([81.164.206.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Sep 2005 19:41:17 +0200 Received: from jh by d51a4ce66.access.telenet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Sep 2005 19:41:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Jorg Heymans Subject: Re: [RT] Flattening trunk Date: Sun, 25 Sep 2005 19:40:31 +0200 Lines: 32 Message-ID: References: <4336A8A1.20405@nada.kth.se> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: d51a4ce66.access.telenet.be User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en In-Reply-To: <4336A8A1.20405@nada.kth.se> X-Antivirus: avast! (VPS 0538-7, 23/09/2005), Outbound message X-Antivirus-Status: Clean Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Daniel Fagerstrom wrote: > It also makes sense from a "real blocks" POV as most of the directories > under trunk/src/ are or will become bundles. Eclipse organizes its > bundles in a flat way: http://dev.eclipse.org/viewcvs/index.cgi/. > So this means roughly 3 same-level directories per block right? For example: 1)org.apache.cocoon.lucene -> mavenized, osgi enabled Real Block or Bundle -> Exported to m2 repo 2)org.apache.cocoon.lucene.samples -> mavenized, non-osgi block with sitemap resources and java sources. -> Explicit pom dependency on 1) -> Not exported to the m2 repository 3)org.apache.cocoon.lucene.test -> mavenized, non-osgi block with (unit)tests for 1) -> Explicit pom dependency on 1) -> Not exported to the m2 repository Is this correct ? Jorg