On Oct 19, 2009, at 3:19 PM, Marius Dumitru Florea wrote:
Hi devs,
The diff package from the WYSIWYG editor source is used only by the
sync
(real time) plugin and it's suppose to be generic. I propose to move
this package outside of the WYSIWYG editor in a separate module:
platform/web/xwiki-gwt-diff
The package will become:
org.xwiki.gwt.diff.*
You can see the sources here
http://svn.xwiki.org/svnroot/xwiki/platform/web/trunk/wysiwyg/src/main/java…
Here's my +1. WDYT?
If we start to separate plugins I'd see more a directory structure
like this:
xwiki-gwt/
|_ xwiki-gwt_api/
|_ ...
|_ xwiki-gwt-plugins/
|_ xwiki-gwt-plugin-diff/
|_ (other plugins here)
Second question: who else than the sync plugin will use this diff
module?
Thanks
-Vincent