diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-29 17:00:43 +1100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-29 17:00:43 +1100 |
commit | 8d1d8d2a3c129cdbd55427bcda0f26715b02f1ee (patch) | |
tree | 752f1f3b672e29dfdeef9b98ecb80b03adcf3f5c /altosui/AltosDescent.java | |
parent | 5a3c5de6657d1c26e52015a8acec0cd05e294cef (diff) |
Add version numbers to java libraries
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>
Diffstat (limited to 'altosui/AltosDescent.java')
-rw-r--r-- | altosui/AltosDescent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosDescent.java b/altosui/AltosDescent.java index df151086..821e3963 100644 --- a/altosui/AltosDescent.java +++ b/altosui/AltosDescent.java @@ -19,7 +19,7 @@ package altosui; import java.awt.*; import javax.swing.*; -import org.altusmetrum.altoslib.*; +import org.altusmetrum.altoslib_1.*; public class AltosDescent extends JComponent implements AltosFlightDisplay { GridBagLayout layout; |