There was an error while loading. Please reload this page.
1 parent 0632c67 commit fb528fdCopy full SHA for fb528fd
1 file changed
sources/net.sf.j2s.lib/build/build.xml
@@ -338,6 +338,17 @@
338
</java>
339
</target>
340
341
+ <!-- - - - - - - - - - - - - - - - - -
342
+ target: pack.swt.widgets.css
343
+ - - - - - - - - - - - - - - - - - -->
344
+ <target name="pack.swt.widgets.css">
345
+ <concat destfile="${jswt.src.dir}/org/eclipse/swt/widgets/package.css">
346
+ <fileset dir="${jswt.src.dir}/org/eclipse/swt/widgets/">
347
+ <include name="*.css"/>
348
+ </fileset>
349
+ </concat>
350
+ </target>
351
+
352
<!-- =================================
353
target: pack.swt.basic
354
================================= -->
0 commit comments