mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-02-07 12:30:33 +00:00
Remove some stuff I know I won't need anymore
This commit is contained in:
parent
d37ba47c8d
commit
c11a437b08
@ -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"/>
|
||||
-->
|
||||
<!--
|
||||
|
Loading…
x
Reference in New Issue
Block a user