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

Reply via email to