Tweaked build.xml to include history.txt and LICENSE.

This commit is contained in:
dev
2011-08-03 09:05:06 +00:00
parent bfa63a82c4
commit 0beeefb26c

View File

@ -28,7 +28,7 @@
<delete dir="${dist}"/>
</target>
<target name="compile" depends="init">
<target name="compile" depends="clean,init">
<javac
debug="true"
deprecation="on"
@ -97,6 +97,8 @@
<target name="installer" depends="jar" >
<copy file="${resources}/images/itoopie-256.png" tofile="${dist}/logo.png"/>
<copy file="LICENSE" tofile="${dist}/license.txt"/>
<copy file="history.txt" tofile="${dist}/history.txt"/>
<ant target="doAppEXE" />
<taskdef name="izpack" classpath="${basedir}/installer/lib/izpack/standalone-compiler.jar" classname="com.izforge.izpack.ant.IzPackTask" />