[Schmitzm-commits] r287 - in trunk: . src/schmitzm/jfree/feature/style
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Aug 3 15:09:29 CEST 2009
Author: mojays
Date: 2009-08-03 15:09:28 +0200 (Mon, 03 Aug 2009)
New Revision: 287
Modified:
trunk/readme.txt
trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java
Log:
FeatureChartUtil: removed unused import DomAnnotationParserFactory
readme.txt: added new dependency to "Colt"
Modified: trunk/readme.txt
===================================================================
--- trunk/readme.txt 2009-08-03 12:45:21 UTC (rev 286)
+++ trunk/readme.txt 2009-08-03 13:09:28 UTC (rev 287)
@@ -20,17 +20,18 @@
I expect that the SCHMITZM developer/builder is able to include
the following dependencies to its individual Java (Eclipse)
project:
- - JRE/JDK 1.6
+ - JRE/JDK 1.6 (http://java.sun.com)
- JAI plus ImageIO (if not already included in your JRE/JDK)
- - Geotools 2.4.5
+ - Geotools 2.4.5 (http://www.geotools.org)
+ gt2-arcgrid-2.3.0-M0.jar
+ junit-4.4.jar
- - jFreeChart 1.0.13
- - Log4j 1.2.14
- - JINI
+ - jFreeChart 1.0.13 (http://www.jfree.org/jfreechart/)
+ - Log4j 1.2.14 (http://logging.apache.org/log4j/)
+ - JINI (http://java.sun.com/products/jini/)
+ - Colt (http://acs.lbl.gov/~hoschek/colt/)
-NOTE: All these libraries (except JRE/JDK) can be found in the
- 'lib' folder of the XULU project:
+NOTE: All these libraries (except JRE/JDK and Colt!) can be found
+in the 'lib' folder of the XULU project:
http://wald.intevation.org/projects/xulu/
An example for an Eclipse project can be found in "defaults"
Modified: trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java 2009-08-03 12:45:21 UTC (rev 286)
+++ trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java 2009-08-03 13:09:28 UTC (rev 287)
@@ -57,8 +57,6 @@
import org.jfree.data.xy.XYSeries;
import org.jfree.data.xy.XYSeriesCollection;
-import com.sun.xml.internal.xsom.util.DomAnnotationParserFactory;
-
import schmitzm.geotools.feature.FeatureUtil;
import schmitzm.geotools.feature.PipedFeatureIterator;
import schmitzm.jfree.chart.selection.DatasetSelectionModel;
More information about the Schmitzm-commits
mailing list