Skip to content

Commit 1bd1081

Browse files
author
jossonsmith
committed
Build after
1. Add Java2Script' Simple RPC implementation 2. Support blocking of SWT.Dialog#open
1 parent 8704d33 commit 1bd1081

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

sources/net.sf.j2s.lib/build/build.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
<arg value="java/lang/Long.js"/>
220220
<arg value="java/lang/Float.js"/>
221221
<arg value="java/lang/Double.js"/>
222+
<arg value="java/lang/Boolean.js"/>
222223

223224
<arg value="java/lang/Encoding.js"/>
224225
<arg value="java/lang/String.js"/>
@@ -250,6 +251,11 @@
250251
<arg value="net/sf/j2s/ajax/AClass.js"/>
251252
<arg value="net/sf/j2s/ajax/ASWTClass.js"/>
252253

254+
<arg value="net/sf/j2s/ajax/SimpleSerializable.js"/>
255+
<arg value="net/sf/j2s/ajax/SimpleRPCRunnable.js"/>
256+
<arg value="net/sf/j2s/ajax/AJAXServletRequest.js"/>
257+
<arg value="net/sf/j2s/ajax/AJAXServletSWTRequest.js"/>
258+
253259
<classpath>
254260
<pathelement path="${j2s.lib.project}/bin"/>
255261
</classpath>
@@ -266,6 +272,8 @@
266272
<exclude name="**/*.class"/>
267273
<exclude name="**/AjaxPlugin.js"/>
268274
<exclude name="**/AJAXVariableInitializer.js"/>
275+
<exclude name="**/Base64.js"/>
276+
<exclude name="**/SimpleRPCHttpServlet.js"/>
269277
<exclude name="**/*.swp"/>
270278
<exclude name="**/*.swo"/>
271279
</fileset>

sources/net.sf.j2s.lib/j2slib.zip

17.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)