Skip to content

Commit 6e80c58

Browse files
committed
Replaced with correct JsInterop flag
1 parent 8ee6014 commit 6e80c58

File tree

2 files changed

+4
-247
lines changed

2 files changed

+4
-247
lines changed

pom.xml

+4-8
Original file line numberDiff line numberDiff line change
@@ -117,24 +117,20 @@
117117
<testArgs>
118118
<arg>-runStyle</arg>
119119
<arg>Manual:1</arg>
120-
<arg>-XjsInteropMode</arg>
121-
<arg>JS_RC</arg>
120+
<arg>-generateJsInteropExports</arg>
122121
</testArgs>
123122
<startupUrls>
124123
<startupUrl>processingjsgwtsample/index.html</startupUrl>
125124
</startupUrls>
126125
<compilerArgs>
127-
<compilerArg>-XjsInteropMode</compilerArg>
128-
<compilerArg>JS_RC</compilerArg>
126+
<compilerArg>-generateJsInteropExports</compilerArg>
129127
</compilerArgs>
130128
<devmodeArgs>
131-
<arg>-XjsInteropMode</arg>
132-
<arg>JS_RC</arg>
129+
<arg>-generateJsInteropExports</arg>
133130
<devmodeArg>-incremental</devmodeArg>
134131
</devmodeArgs>
135132
<codeserverArgs>
136-
<arg>-XjsInteropMode</arg>
137-
<arg>JS_RC</arg>
133+
<arg>-generateJsInteropExports</arg>
138134
<arg>-incremental</arg>
139135
</codeserverArgs>
140136
<moduleName>${gwt.module}</moduleName>

processingjs-gwt/processingjs-gwt.iml

-239
This file was deleted.

0 commit comments

Comments
 (0)