We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5404d commit 26faf09Copy full SHA for 26faf09
sources/net.sf.j2s.lib/build/build.xml
@@ -133,6 +133,8 @@
133
</classpath>
134
</java>
135
136
+ <mkdir dir="${j2s.core.bin}/org/eclipse/swt/"/>
137
+
138
<java classname="net.sf.j2s.lib.build.SmartJSCompressor">
139
<arg value="${j2s.swt.bin}/org/eclipse/swt/package.js"/>
140
<arg value="${j2s.core.bin}/org/eclipse/swt/package.js"/>
@@ -340,6 +342,7 @@
340
342
<arg value="net/sf/j2s/ajax/XHRCallbackSWTAdapter.js"/>
341
343
344
<arg value="net/sf/j2s/ajax/SimpleSerializable.js"/>
345
+ <arg value="net/sf/j2s/ajax/ISimpleCacheable.js"/>
346
<arg value="net/sf/j2s/ajax/SimpleFilter.js"/>
347
<arg value="net/sf/j2s/ajax/SimpleRPCRunnable.js"/>
348
<arg value="net/sf/j2s/ajax/ISimpleRequestInfoBinding.js"/>
0 commit comments