summaryrefslogtreecommitdiff
path: root/altosui/AltosVoice.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-01-29 17:00:43 +1100
committerKeith Packard <keithp@keithp.com>2013-01-29 17:00:43 +1100
commit8d1d8d2a3c129cdbd55427bcda0f26715b02f1ee (patch)
tree752f1f3b672e29dfdeef9b98ecb80b03adcf3f5c /altosui/AltosVoice.java
parent5a3c5de6657d1c26e52015a8acec0cd05e294cef (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/AltosVoice.java')
-rw-r--r--altosui/AltosVoice.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosVoice.java b/altosui/AltosVoice.java
index 775c13d5..2ed6a8c2 100644
--- a/altosui/AltosVoice.java
+++ b/altosui/AltosVoice.java
@@ -20,7 +20,7 @@ package altosui;
import com.sun.speech.freetts.Voice;
import com.sun.speech.freetts.VoiceManager;
import java.util.concurrent.LinkedBlockingQueue;
-import org.altusmetrum.altosuilib.*;
+import org.altusmetrum.altosuilib_1.*;
public class AltosVoice implements Runnable {
VoiceManager voice_manager;