mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Use ac.mf to build executableCmdJar.
This commit is contained in:
parent
c8ae68f19b
commit
cb6fa9fc68
2
build/ac.mf
Normal file
2
build/ac.mf
Normal file
@ -0,0 +1,2 @@
|
||||
Manifest-Version: 1.0
|
||||
Main-Class: com.webcodepro.applecommander.ui.ac
|
@ -90,7 +90,7 @@
|
||||
<include name="**/*.java"/>
|
||||
<exclude name="**/*Test.java"/>
|
||||
</javac>
|
||||
<jar jarfile="${cmdjar}" manifest="build/manifest.mf">
|
||||
<jar jarfile="${cmdjar}" manifest="build/ac.mf">
|
||||
<fileset dir="${classes}">
|
||||
<exclude name="com/webcodepro/applecommander/ui/swt/**"/>
|
||||
<exclude name="com/webcodepro/applecommander/ui/images/**"/>
|
||||
|
Loading…
Reference in New Issue
Block a user