summaryrefslogtreecommitdiff
path: root/altoslib/AltosRecordNone.java
Commit message (Collapse)AuthorAge
* Add version numbers to java librariesKeith Packard2013-01-29
| | | | | | | Make our private java library names include a version number so we can ship and install multiple versions at the same time. Signed-off-by: Keith Packard <keithp@keithp.com>
* Change AltosLib to altoslibKeith Packard2013-01-29
| | | | | | Follow Java conventions Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Clean up AltosRecord clone methodsKeith Packard2013-01-10
| | | | | | | | Make the AltosRecord version abstract and then implement suitable versions in each subclass by creating copying constructors for each class. Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Add AltosRecordNone.javaKeith Packard2012-10-21
oops. forgot a file. Signed-off-by: Keith Packard <keithp@keithp.com>