Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvements #3

Open
wants to merge 9 commits into
base: maven
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GWT Events
==========
GWT Event
=========

![GWT3/J2CL compatible](https://img.shields.io/badge/GWT3/J2CL-compatible-brightgreen.svg) [![License](https://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![Chat on Gitter](https://badges.gitter.im/hal/elemento.svg)](https://gitter.im/gwtproject/gwt-modules) ![CI](https://github.com/gwtproject/gwt-events/workflows/CI/badge.svg)

Expand Down Expand Up @@ -178,3 +178,27 @@ and then refactor your code from `GwtEvent` to `Event`).
import org.gwtproject.event.legacy.shared.EventHandler;
import org.gwtproject.event.legacy.shared.GwtEvent;
```

## Instructions

To build gwt-event:

* run `mvn clean install`
FrankHossfeld marked this conversation as resolved.
Show resolved Hide resolved

on the parent directory.

To run the j2cl tests:

* switch to the 'gwt-timer-j2cl-tests' directory
* run `mvn j2cl:clean` & `mvn j2cl:test`
FrankHossfeld marked this conversation as resolved.
Show resolved Hide resolved
FrankHossfeld marked this conversation as resolved.
Show resolved Hide resolved

**Note: To build the module you need Maven 3.6.3 or newer**
FrankHossfeld marked this conversation as resolved.
Show resolved Hide resolved

## System Requirements

**GWT Event requires GWT 2.9.0 or newer!**


## Dependencies

GWT Event does not depend on any other module.