add readme files to the updater

This commit is contained in:
zzz
2009-07-13 03:04:17 +00:00
parent aca006253a
commit 5c20574044

View File

@ -341,6 +341,9 @@
<copy todir="pkg-temp/docs/themes/console/light/" >
<fileset dir="installer/resources/themes/console/light/" />
</copy>
<copy todir="pkg-temp/docs/" >
<fileset dir="." includes="readme*.html" />
</copy>
</target>
<!-- this is no longer required, izpack 4.3.0 supports headless installs with java -jar i2pinstall.exe -console -->