include lib/*.jar in the dist

This commit is contained in:
Doug MacEachern 2004-06-23 06:06:53 +00:00
parent 8e65e1e10e
commit 2672fc8219
1 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,9 @@
<include name="lib/*.so"/> <include name="lib/*.so"/>
<include name="lib/*.dylib"/> <include name="lib/*.dylib"/>
</fileset> </fileset>
<fileset dir=".">
<include name="lib/*.jar"/>
</fileset>
</copy> </copy>
<zip destfile="${dist}.zip" <zip destfile="${dist}.zip"