Blow away a bunch of unneeded cruft that DashO imports from the javaws.jar

file because we can only tell it to include every single non-class file
rather than just those matching a pattern or whatnot.
This commit is contained in:
Michael Bayne
2004-08-02 22:44:39 +00:00
parent 0c54b9070a
commit c4c1c2d359
+3
View File
@@ -90,6 +90,9 @@
<arg line="-f ${app.dop}"/> <arg line="-f ${app.dop}"/>
</exec> </exec>
<!-- blow away some javaws crap -->
<delete dir="dclasses/com/sun/javaws/resources"/>
<delete dir="dclasses/com/sun/javaws/ui"/>
<!-- finally jar up the results --> <!-- finally jar up the results -->
<jar basedir="dclasses" manifest="lib/manifest.mf" <jar basedir="dclasses" manifest="lib/manifest.mf"
destfile="${deploy.dir}/${app.name}-dop.jar"/> destfile="${deploy.dir}/${app.name}-dop.jar"/>