Remove some stuff I know I won't need anymore

This commit is contained in:
T. Joseph Carter 2017-10-31 04:24:47 -07:00
parent d37ba47c8d
commit c11a437b08
1 changed files with 3 additions and 9 deletions

View File

@ -132,18 +132,11 @@
<target name="macBundle" depends="init,jars" description="Build Mac application bundle.">
<property name="mac.dir" value="mac"/>
<property name="mac.app" value="${dist}/AppleCommander.app"/>
<!--
<property name="mac.app" value="${mac.dir}/AppleCommander.app"/>
<property name="mac.Contents" value="${mac.app}/Contents"/>
<property name="mac.Java" value="${mac.Contents}/Resources/Java"/>
-->
<!--
<copy file="${mac.dir}/Info.plist" todir="${mac.Contents}" overwrite="true">
<filterset>
<filter token="version" value="${acVersion}"/>
</filterset>
</copy>
-->
<jarbundler dir="${dist}" verbose="true" showPlist="true"
name="AppleCommander"
mainclass="com.webcodepro.applecommander.ui.AppleCommander"
@ -159,7 +152,8 @@
/>
<!--
<copy file="${guijar}" tofile="${mac.Java}/AppleCommander.jar"/>
TODO: Let's not re-enable this. We can do it better.
<copy file="${cmdjar}" tofile="${user.home}/bin/ac.jar"/>
-->
<!--