[Schmitzm-commits] r2085 - trunk

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Tue Sep 25 13:47:25 CEST 2012


Author: mojays
Date: 2012-09-25 13:47:25 +0200 (Tue, 25 Sep 2012)
New Revision: 2085

Modified:
   trunk/readme.txt
Log:


Modified: trunk/readme.txt
===================================================================
--- trunk/readme.txt	2012-09-09 21:23:50 UTC (rev 2084)
+++ trunk/readme.txt	2012-09-25 11:47:25 UTC (rev 2085)
@@ -1,5 +1,5 @@
 ==============================================================
-=== SCHMITZM README (2011-01-27, Martin Schmitz)           ===
+=== SCHMITZM README (2012-09-25, Martin Schmitz)           ===
 ===                                                        ===
 === http://wald.intevation.org/projects/xulu/              ===
 === http://wald.intevation.org/projects/schmitzm/          ===
@@ -26,6 +26,14 @@
   JDK and (small) core libraries (e.g. MigLayout, Log4J,
   JDom, ...).
 
+* schmitzm-db
+  Contains extensions and utilities for Postgres DB with
+  depencency to schmitzm-core and Postgres.
+
+* schmitzm-excelcsv
+  Contains extensions for Excel/CSV work with depencency to
+  schmitzm-core, SuperCSV and JExcelApi.
+
 * schmitzm-gt
   Contains extensions for Geotools with depencency to
   schmitzm-core and Geotools.
@@ -39,7 +47,17 @@
   shapefile) so there are depencencies to schmitzm-core,
   schmitzm-jfree and schmitzm-gt.
 
+* schmitzm-addresses
+  Utility methods for address maintainance with dependencies
+  to schmitzm-core and schmitzm-excelcsv.
 
+* schmitzm-parent
+  Technical parent project to implement commen dependencies
+  for all sub-projects:
+  - JUnit
+  - Log4j
+
+
 -----------------------------------------------------------
 (2) Dependencies to other libraries
 -----------------------------------------------------------
@@ -62,12 +80,24 @@
      - Apache Log4j (http://logging.apache.org/log4j/)
      - Apache Commons CLI (http://commons.apache.org/cli/)
      - Apache Commons IO (http://commons.apache.org/io/)
+     - Apache Commons Lang (http://commons.apache.org/lang/)
+     - Apache Lucene (http://lucene.apache.org/solr/)
      - JDom (http://www.jdom.org/)
      - MigLayout (http://www.miglayout.com/)
+     - JCalendar (http://www.toedter.com/en/jcalendar/)
 
+* schmitzm-db
+     - schmitzm-core
+     - PostgreSQL (http://jdbc.postgresql.org/)
+
+* schmitzm-excelcsv
+     - schmitzm-core
+     - JExcelApi (http://jexcelapi.sourceforge.net/)
+     - SuperCSV (http://supercsv.sourceforge.net/)
+     
 * schmitzm-gt
      - schmitzm-core
-     - Geotools 2.6.5 (http://www.geotools.org)
+     - Geotools 2.7.5 (http://www.geotools.org)
      - Colt (http://acs.lbl.gov/~hoschek/colt/)
      Note: Because gt2-2.6.5 already includes jai_codec-1.1.3.jar and
            jai_imageio-1.1.jar it is recommended only to include from
@@ -85,6 +115,10 @@
      - schmitzm-jfree
      - schmitzm-gt
 
+* schmitzm-addresses
+     - schmitzm-core
+     - schmitzm-excelcsv
+
 -----------------------------------------------------------
 (3) Localization in SCHMITZM library
 -----------------------------------------------------------



More information about the Schmitzm-commits mailing list