[izpack-devel] build.xml and laf jars
Jeff Gordon
jeff.not24 at gmail.com
Wed Jan 9 18:47:58 CET 2008
I recently noticed laf changes didn't include the jars in the build.xml.
Changes are below.
- Jeff Gordon
Changes are:
build.xml
line 364 - add
<include name="lib/nimbus.jar" />
<include name="lib/substance.jar" />
Index: build.xml
===================================================================
--- build.xml (revision 1977)
+++ build.xml (working copy)
@@ -361,6 +361,8 @@
<include name="lib/liquidlnf.jar" />
<include name="lib/metouia.jar" />
<include name="lib/looks.jar" />
+ <include name="lib/nimbus.jar" />
+ <include name="lib/substance.jar" />
<include name="lib/ant.jar" />
<exclude name="**/CVS" />
</fileset>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-devel/attachments/20080109/563a6773/attachment.html
More information about the izpack-devel
mailing list