Removed dead code.

This commit is contained in:
Jeff Wallace 2013-10-16 08:26:05 -04:00
parent ee3578fa0a
commit 72add0128a

View File

@ -197,15 +197,6 @@
<available file="${theFile}" type="file" />
</condition>
</target>
<!-- <target name="add-ai-jre" description="Adds JRE to Advanced Installer project">
<echo message="${ai-exe-path}" />
<echo message="Adding JRE to installer: ${jre-path}"/>
<exec executable="${ai-exe-path}">
<arg line="/edit ${aip-path} /AddFolder APPDIR &quot;${new-jre-path}&quot;" />
</exec>
</target>-->
<target name="add-ai-shortcuts" description="Add shortcuts to the aip file">
<echo message="Adding desktop/menu shortcuts..."/>