Fix java class differing only by case
authorJustin Vreeland <vreeland.justin@gmail.com>
Thu, 21 Apr 2016 12:30:10 +0000 (08:30 -0400)
committerKeith Packard <keithp@keithp.com>
Fri, 22 Apr 2016 01:34:18 +0000 (21:34 -0400)
commitf10fbff6758dfcfbeeeb224f8ab02fa107aae5f6
treed090893b0ac03918ddc9e2c7765901a997c1f7f4
parentc989237366ada094cdc817f50b7f58bbcf5b377a
Fix java class differing only by case

OSX and Windows cannot handle files with names differing only by
case.  When these files are present in either there's a constant
unfixable change viewable in git status and git diff.

Since this code can be run and compiled on both platforms
names different only by case should be avoided.

Signed-off-by: Justin Vreeland <vreeland.justin@gmail.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosEepromChunk.java
altoslib/AltosEepromFile.java
altoslib/AltosEepromTMini.java [new file with mode: 0644]
altoslib/AltosEepromTm.java [deleted file]
altoslib/Makefile.am