From b727156ef0a7fb6e442ca28be27eb344a213ecf8 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 29 Nov 2010 20:17:35 -0800 Subject: [PATCH] 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 --- altosui/altos-windows.nsi | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.30.2