Tweaked build.xml to include history.txt and LICENSE.
This commit is contained in:
@ -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" />
|
||||
|
Reference in New Issue
Block a user