some changes
[mir.git] / lib / README.txt
index 46d4227..e6766d7 100755 (executable)
-In this folder you have to link all the necessary
-java-libraries
+This folder contains all necessary java libraries to compile
+MIR. Have a look at the /doc folder for java libraries that
+have to be present on your system in order to make MIR run.
 
-The jar-files in this directory are compiled for linux.
-If you want to use an other os you have to replace them.
+The libraries should be stored in this folder containing
+their version in the filename. The filename should look like:
 
-1. Java Advanced Imaging
+  name-of-library-x.y.z.jar
 
-   jai_core.jar
-   jai_codec.jar
+A description and url should be added here.
 
-3. Freemarker HTML-Templatelibraries
+Now the descriptions in alphabetical order:
 
-   freemarker.jar
 
-4. Oreilly Servlets
+avalon-framework-4.0
+------------------------------------------------
+version    : ??
+url        : http://jakarta.apache.org/avalon/
+description:
 
-   cos.jar
 
-5. DBConnectionBroker
+batik
+------------------------------------------------
+version    : ??
+url        : http://xml.apache.org/batik/
+description:
 
-   dbconnectionbroker.jar
 
-6. JDBC-Driver
+commons-configuration-1.0-dev
+------------------------------------------------
+version    : 1.0
+url        : http://jakarta.apache.org/commons/
+description: needed for parsing the configuration properties file.
 
-   for example postgresql-jdbc.jar
 
-7. Gnu regexp java-libraries
+commons-net20030111
+------------------------------------------------
+version    : ??
+url        : http://jakarta.apache.org/commons/
+description: needed for the mail feature
+todo       : update
 
-   gnuregexp.jar
 
-8. Apache-Ant (a java-based replacement for make)
+cos
+------------------------------------------------
+version    : 06/19/2001 (probably
+url        :
+description: servlet utilities by O'Reyly
+todo      : replace due to the license
+
+
+fop
+------------------------------------------------
+version    : ??
+url        : http://xml.apache.org/fop/
+description: rename and/or update
+
+
+freemarker.jar / freemarker-utility.jar
+------------------------------------------------
+version    : 1.6.2 (probably)
+url        : http://fm-classic.sourceforge.net
+description:
+todo       : update to version 1.7.5 
+             template changes involved on update
+
+
+gnu-regexp
+------------------------------------------------
+version    : 1.0.8
+url        : http://www.cacas.org/java/gnu/regexp/
+description: GNU regular expression library
+todo      : update to version 1.1.4
+
+
+jimi
+------------------------------------------------
+version    : ??
+url        :
+description:
+
+
+log4j
+------------------------------------------------
+version    : 1.2.6
+url        : http://jakarta.apache.org
+description: Jakarta Log4J standard library for
+             the logging layer of MIR.
+todo       : update to version 1.2.8
+
+
+logkit-1.0
+------------------------------------------------
+version    : ??
+url        :
+description:
+
+
+lucene-1.2
+------------------------------------------------
+version    : ??
+url        : http://jakarta.apache.org/lucene
+description: a search engine
+
+
+multex
+------------------------------------------------
+version    : 3
+url        : http://www.tfh-berlin.de/~knabe/java/multex
+description: nested exceptions
+todo       : rename to multex-3.jar
+
+
+poolman
+------------------------------------------------
+version    : ??
+url        :
+description:
+
+
+postgresql
+------------------------------------------------
+version    : 7.1.3 (probably)
+url        :
+description: JDBC driver for postgresql database
+             includes retepTools
+todo       : check for current version
+
+
+retepTools
+------------------------------------------------
+version    : see postgresql
+url        : see postgresql
+description: see postgresql
+todo       : check if necessary at all
+
+
+saxon
+------------------------------------------------
+version    : ??
+url        :
+description:
+
+
+strutsmesg
+------------------------------------------------
+version    : ??
+url        :
+description:
+todo       : update
 
-   ant.jar
\ No newline at end of file