Skip to content

Commit cebe6eb

Browse files
committed
Updated for GWT 2.8
1 parent 03b53ef commit cebe6eb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,14 @@ section:
4747
</dependency>
4848
```
4949

50-
LDViewer uses [GWT 2.7's][4] new [JSInterop feature][5] and thus it has to be enabled in the GWT compiler args.
50+
LDViewer uses [GWT 2.8's][4] new [JSInterop feature][5] and thus it has to be enabled in the GWT compiler args.
5151
For maven:
5252
```xml
5353
<compilerArgs>
54-
<compilerArg>-XjsInteropMode</compilerArg>
55-
<compilerArg>JS</compilerArg>
54+
<compilerArg>-generateJsInteropExports</compilerArg>
5655
</compilerArgs>
5756
```
58-
or passing it to the compiler via `-XjsInteropMode`
57+
or passing it to the compiler via `-generateJsInteropExports`
5958

6059
You can also download the [jar][1] directly or check out the source using git
6160
from <https://github.com/timeu/ldviewer.git> and build it yourself. Once
@@ -72,8 +71,8 @@ file like this:
7271

7372
[0]: http://processingjs.org
7473
[1]: http://www.nature.com/nrg/journal/v4/n8/fig_tab/nrg1123_F1.html
75-
[4]: http://www.gwtproject.org/release-notes.html#Release_Notes_2_7_0_RC1
76-
[5]: https://docs.google.com/document/d/1tir74SB-ZWrs-gQ8w-lOEV3oMY6u6lF2MmNivDEihZ4/edit#
74+
[4]: http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0_BETA1
75+
[5]: https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#heading=h.o7amqk9edhb9
7776
[2]: https://en.wikipedia.org/wiki/Triangular_matrix
7877
[3]: https://github.com/timeu/LDViewer/blob/master/ldviewer-sample/src/main/resources/sample/client/data/ld_sample_data.json
7978
[6]: http://timeu.github.io/LDViewer

0 commit comments

Comments
 (0)