Tweaked build.xml to include history.txt and LICENSE.
This commit is contained in:
@ -28,7 +28,7 @@
|
|||||||
<delete dir="${dist}"/>
|
<delete dir="${dist}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="compile" depends="init">
|
<target name="compile" depends="clean,init">
|
||||||
<javac
|
<javac
|
||||||
debug="true"
|
debug="true"
|
||||||
deprecation="on"
|
deprecation="on"
|
||||||
@ -97,6 +97,8 @@
|
|||||||
|
|
||||||
<target name="installer" depends="jar" >
|
<target name="installer" depends="jar" >
|
||||||
<copy file="${resources}/images/itoopie-256.png" tofile="${dist}/logo.png"/>
|
<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" />
|
<ant target="doAppEXE" />
|
||||||
|
|
||||||
<taskdef name="izpack" classpath="${basedir}/installer/lib/izpack/standalone-compiler.jar" classname="com.izforge.izpack.ant.IzPackTask" />
|
<taskdef name="izpack" classpath="${basedir}/installer/lib/izpack/standalone-compiler.jar" classname="com.izforge.izpack.ant.IzPackTask" />
|
||||||
|
Reference in New Issue
Block a user