Fixed ant error.

This commit is contained in:
Jeff Wallace 2013-10-15 15:49:09 -04:00
parent 02ecf0c800
commit a713b75db7

View File

@ -186,8 +186,7 @@
<var name="new-jre-path" value="${inst-path}/jre"/>
<mkdir dir="${new-jre-path}"/>
<copy todir="${new-jre-path}" >
<fileset dir="&quot;${jre-path}&quot;">
<include name="**"/>
<fileset dir="&quot;${jre-path}&quot;">
</fileset>
</copy>
<echo message="${ai-exe-path}" />