Fixed ant error.

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

View File

@ -187,7 +187,6 @@
<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="&quot;${jre-path}&quot;">
<include name="**"/>
</fileset> </fileset>
</copy> </copy>
<echo message="${ai-exe-path}" /> <echo message="${ai-exe-path}" />