Fixed ant error.

This commit is contained in:
Jeff Wallace 2013-10-15 16:24:00 -04:00
parent a713b75db7
commit decd0840de

View File

@ -183,10 +183,11 @@
</target> </target>
<target name="add-ai-jre" description="Adds JRE to Advanced Installer project"> <target name="add-ai-jre" description="Adds JRE to Advanced Installer project">
<var name="new-jre-path" value="${inst-path}/jre"/> <var name="new-jre-path" value="${inst-path}\jre"/>
<mkdir dir="${new-jre-path}"/> <mkdir dir="${new-jre-path}"/>
<copy todir="${new-jre-path}" > <copy todir="${new-jre-path}" >
<fileset dir="&quot;${jre-path}&quot;"> <fileset dir="${jre-path}">
<include name="**/*"/>
</fileset> </fileset>
</copy> </copy>
<echo message="${ai-exe-path}" /> <echo message="${ai-exe-path}" />