Skip to content

Commit d969e63

Browse files
committed
Updated for GWT 2.8
1 parent 6e80c58 commit d969e63

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,14 @@ section:
6060
</dependency>
6161
```
6262
63-
ProcessingJs-GWT uses [GWT 2.7's][4] new [JSInterop feature][5] and thus it has to be enabled in the GWT compiler args.
63+
ProcessingJs-GWT uses [GWT 2.8's][4] new [JSInterop feature][5] and thus it has to be enabled in the GWT compiler args.
6464
For maven:
6565
```xml
6666
<compilerArgs>
67-
<compilerArg>-XjsInteropMode</compilerArg>
68-
<compilerArg>JS</compilerArg>
67+
<compilerArg>-generateJsInteropExports</compilerArg>
6968
</compilerArgs>
7069
```
71-
or passing it to the compiler via `-XjsInteropMode`
70+
or passing it to the compiler via `-generateJsInteropExports`
7271

7372
You can also download the [jar][1] directly or check out the source using git
7473
from <https://github.com/timeu/processing-js-gwt.git> and build it yourself. Once
@@ -87,5 +86,5 @@ file like this:
8786
[1]: http://search.maven.org/remotecontent?filepath=com/github/timeu/dygraphs-gwt/dygraphs-gwt/1.0.0/dygraphs-gwt-1.0.0.jar
8887
[2]: https://timeu.github.io/processing-js-gwt
8988
[3]: https://github.com/timeu/processing-js-gwt/tree/master/processingjs-gwt-sample
90-
[4]: http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0_RC1
91-
[5]: https://docs.google.com/document/d/1tir74SB-ZWrs-gQ8w-lOEV3oMY6u6lF2MmNivDEihZ4/edit#
89+
[4]: http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0_BETA1
90+
[5]: https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit

0 commit comments

Comments
 (0)