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:
@@ -90,6 +90,9 @@
|
||||
<arg line="-f ${app.dop}"/>
|
||||
</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 -->
|
||||
<jar basedir="dclasses" manifest="lib/manifest.mf"
|
||||
destfile="${deploy.dir}/${app.name}-dop.jar"/>
|
||||
|
||||
Reference in New Issue
Block a user