restlet / restlet-framework-java

The first REST API framework for Java
https://restlet.talend.com
646 stars 284 forks source link

Isolate GWT edition from the others editions #1417

Closed thboileau closed 2 months ago

thboileau commented 2 months ago

Hi @jlouvel, after reporting 2.4 code into the 2.5 branch, I've tried to isolate the GWT edition.

- root parent pom
 - modules
    - org.restlet
    - extensions
    - org.restlet.gwt
      - parent pom
      - org.restlet.gwt
      - org.restlet.gwt.ext.json
      - org.restlet.gwt.ext.xml 

The pull request is quite huge, sorry...