mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
AppleCommander is a tool that manipulates Apple ][ disk images. Files may be imported, exported, viewed, or printed with various file filters.
564c6cef7b
According to https://stackoverflow.com/questions/5103384, ant 1.8 introduced a "misfeature" of providing the ant runtime by default in the java classpath. This causes some problems with reproducible builds, which is why later versions have a warning not to do it. The solution is to make the inclusion of ant.jar in the classpath explicit. That's been done now. |
||
---|---|---|
.settings | ||
build | ||
documentation | ||
imageSource | ||
mac | ||
src/com/webcodepro | ||
test/com/webcodepro/applecommander | ||
.classpath | ||
.gitignore | ||
.project | ||
BUILD-PROCESS | ||
CONTRIB | ||
ECLIPSE-CONFIG | ||
HEADER | ||
LICENSE | ||
NATIVE-COMPILE | ||
TODO | ||
VERSIONS |