You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by cb...@apache.org on 2005/07/18 04:52:29 UTC

svn commit: r219445 - in /ibatis/trunk/java/mapper/mapper2: build/lib/ build/version.properties doc/jar-dependencies.txt

Author: cbegin
Date: Sun Jul 17 19:52:22 2005
New Revision: 219445

URL: http://svn.apache.org/viewcvs?rev=219445&view=rev
Log:
updated jar-dependencies.txt

Added:
    ibatis/trunk/java/mapper/mapper2/build/lib/
Modified:
    ibatis/trunk/java/mapper/mapper2/build/version.properties
    ibatis/trunk/java/mapper/mapper2/doc/jar-dependencies.txt

Modified: ibatis/trunk/java/mapper/mapper2/build/version.properties
URL: http://svn.apache.org/viewcvs/ibatis/trunk/java/mapper/mapper2/build/version.properties?rev=219445&r1=219444&r2=219445&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/build/version.properties (original)
+++ ibatis/trunk/java/mapper/mapper2/build/version.properties Sun Jul 17 19:52:22 2005
@@ -1,5 +1,5 @@
 #Build version info
-#Sun Jul 17 20:13:45 MDT 2005
+#Sun Jul 17 20:38:52 MDT 2005
 version=2.1.5
-buildDate=2005/07/17 20\:13
-buildNum=579
+buildDate=2005/07/17 20\:38
+buildNum=581

Modified: ibatis/trunk/java/mapper/mapper2/doc/jar-dependencies.txt
URL: http://svn.apache.org/viewcvs/ibatis/trunk/java/mapper/mapper2/doc/jar-dependencies.txt?rev=219445&r1=219444&r2=219445&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/doc/jar-dependencies.txt (original)
+++ ibatis/trunk/java/mapper/mapper2/doc/jar-dependencies.txt Sun Jul 17 19:52:22 2005
@@ -1,9 +1,7 @@
 JAR File Dependencies
 ---------------------
 
-iBATIS 2.0 has very few dependencies.  If you're running JDK 1.4, then
-the only real dependency is on the Jakarta Commons Logging framework included in
-the /lib directory.
+iBATIS 2.0 has no dependencies, as long as you're running JDK 1.4.
 
   * If you're running less than JDK 1.4 and if your app server also
     doesn't already supply the following, then you may need these:    
@@ -29,8 +27,9 @@
 
       OSCache 2.0.1          (http://www.opensymphony.com/oscache/)
 
-  * If you want to use advanced logging you'll need:
+  * If you want to use advanced logging you'll need one or both of the following:
 
+      Commons Logging        (http://jakarta.apache.org/commons/)
       Log4J 1.2.8            (http://logging.apache.org/log4j/docs/)
 
   * If you want to use legacy (1.x) DAO framework or SQL Map APIs you'll need: