Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 528 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 528 Bytes

GWT3/J2CL compatible

GWT Layout

GWT Layout module for GWT 2 and J2CL.

Dependency

<dependency>
    <groupId>org.gwtproject.layout</groupId>
    <artifactId>gwt-layout</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

Instructions

To build gwt-layout:

  • run mvn clean install

on the parent directory.

To run the j2cl tests:

  • switch to the 'gwt-layout-j2cl-tests' directory
  • run mvn j2cl:clean & mvn j2cl:test