m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

mmm-client-ui: extract gwt-widgets to reusable module that does not depend on mmm-client-ui-widget #86

Closed hohwille closed 10 years ago

hohwille commented 10 years ago

This project is providing a lot of reusable code. The GWT specific implementation mmm-client-ui-widget-impl-gwt is containing various GWT specific widgets (e.g. richtext with toolbar, HTML5 combo and color picker, etc.) that themselves could be reused by people without using mmm-client-ui-widget. Therefore we want to move that code to a separate and reusable module mmm-client-ui-gwt-widgets.

hohwille commented 10 years ago

module created, package refactored, gwt.xml created. done