Get javaws.jar from our JRE installation directory.

This commit is contained in:
Michael Bayne
2007-01-24 02:09:04 +00:00
parent 817e752bdb
commit 28da206181
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@
<copy todir="${deploy.dir}/lib" flatten="true">
<fileset refid="${app.name}.libs"/>
</copy>
<copy todir="${deploy.dir}/lib" file="${java.home}/lib/javaws.jar"/>
</target>
<!-- cleans out the intermediate build files -->