From cee25567ffc83a7c1d30c93fb0d96b48c8e864a0 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Thu, 29 Apr 2010 10:31:18 +0000 Subject: [PATCH] fix dss build: add jfreecharts libraries SVN: 15675 --- datastore_server/.classpath | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/datastore_server/.classpath b/datastore_server/.classpath index e1463f24879..8d0f0c28467 100644 --- a/datastore_server/.classpath +++ b/datastore_server/.classpath @@ -35,5 +35,11 @@ <classpathentry kind="lib" path="/libraries/csv/csv.jar" sourcepath="/libraries/csv/src.zip"/> <classpathentry kind="lib" path="/libraries/imagej/ij.jar" sourcepath="/libraries/imagej/src.zip"/> <classpathentry kind="lib" path="/libraries/commons-httpclient/commons-httpclient.jar" sourcepath="/libraries/commons-httpclient/src.zip"/> + <classpathentry kind="lib" path="/libraries/jfreechart/jcommon-1.0.16.jar"/> + <classpathentry kind="lib" path="/libraries/jfreechart/jfreechart-1.0.13.jar" sourcepath="/libraries/jfreechart/jfreechart-src.zip"> + <attributes> + <attribute name="javadoc_location" value="jar:platform:/resource/libraries/jfreechart/jfreechart-1.0.13-javadocs.zip!/jfreechart-1.0.13-javadocs"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="targets/classes"/> </classpath> -- GitLab