Also WDYT of creating a xwiki-core-rendering-all maven project which
would be used as entry point to depends on all rendering components.
This way we could remove all the things which are listed in old
xwik-core project and just depends on xwiki-core-rendering-all ?

On Wed, Jan 7, 2009 at 5:19 PM, Thomas Mortagne
<[email protected]> wrote:
> Hi xwikiers,
>
> I need to commit the 1.0->2.0 converter which contains some classes
> used only for this purpose. So I would prefer to to add it directly in
> xwiki-core-rendering module, plus I don't like to have anything about
> xwiki 1.0 in the core-rendering module.
> But if we have XWiki 1.0 parser in it's own module, it would be
> cleaner to have all parsers extracted from the core-rendering module.
>
> So I propose to reorg a bit rendering to have:
>
> - xwiki-core-rendering
>    - xwiki-core-rendering-api
>    - xwiki-core-rendering-macros
>          - xwiki-core-rendering-macro-toc
>          - ...
>    - xwiki-core-rendering-parsers
>          - xwiki-core-rendering-parser-xwiki10
>          - xwiki-core-rendering-parser-wikimodel
>          - xwiki-core-rendering-parser-doxia
>
> Also having everything under the same maven parent is better in the
> context of making xwiki rendering framework an independent open source
> project latter. And better sooner than latter.
>
> Here is my +1.
>
> --
> Thomas Mortagne
>



-- 
Thomas Mortagne
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to