diff options
author | Keith Packard <keithp@keithp.com> | 2010-11-29 20:17:35 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-11-29 20:30:49 -0800 |
commit | b727156ef0a7fb6e442ca28be27eb344a213ecf8 (patch) | |
tree | bdd5e01d61f756a0540b1bd1457e593324d65060 | |
parent | 3e2220a180f95971d222a597d2057ca328c27356 (diff) |
windows: Add jfreechart.jar and jcommon.jar to windows install image
These are necessary for the Graph Data button to do anything useful.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosui/altos-windows.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altosui/altos-windows.nsi b/altosui/altos-windows.nsi index 0e985967..9bbfb885 100644 --- a/altosui/altos-windows.nsi +++ b/altosui/altos-windows.nsi @@ -78,6 +78,8 @@ Section "AltosUI Application" File "cmu_us_kal.jar" File "en_us.jar" File "freetts.jar" + File "jfreechart.jar" + File "jcommon.jar" File "*.dll" |