[jbosscache-commits] JBoss Cache SVN: r6269 - core/trunk/src/main/release.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jul 15 09:29:55 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-07-15 09:29:55 -0400 (Tue, 15 Jul 2008)
New Revision: 6269

Modified:
   core/trunk/src/main/release/README-libs.txt
Log:
Updated lib readme

Modified: core/trunk/src/main/release/README-libs.txt
===================================================================
--- core/trunk/src/main/release/README-libs.txt	2008-07-15 12:41:07 UTC (rev 6268)
+++ core/trunk/src/main/release/README-libs.txt	2008-07-15 13:29:55 UTC (rev 6269)
@@ -1,73 +1,40 @@
 JARs included in the distribution
 
-* berkeleydb/je.jar - OPTIONAL (licenses/LICENSE-bdbje-lib.txt)
+1) REQUIRED JARs
+----------------
 
-  Used by the BDBJECacheLoader, and only necessary if you use this cache loader implementation.  BerkeleyDB is a fast
-  and efficient filesystem-based database from Sleepycat Software (now Oracle).
+The following JARs are REQUIRED for the proper operation of JBoss Cache, in addition to the jbosscache-core.jar file:
 
-* bsh-2.0b4.jar - (http://www.beanshell.org) - OPTIONAL
+* commons-logging.jar - Used for logging.
 
-  BeanShell .  Used by demo programs and the JBossCacheGUI program, used in the tutorial.
+* jcip-annotations.jar - (http://jcip.net) - Annotations used to assert concurrency behaviour of internal classes.
 
-* c3p0-0.9.1.jar - (http://sourceforge.net/projects/c3p0) - OPTIONAL
+* jgroups.jar (http://jgroups.com) - Group communications library that is the backbone of JBoss Cache's replication.
+  Necessary even when the cache is run in LOCAL mode.
 
-  Database connection pooling library.  Optionally used if you wish to use the JDBCCacheLoader and are not running
-  within an application server (and hence don't have external connection pooling via a DataSource).  See the User Guide
-  on enabling C3P0 connection pooling for the JDBCCacheLoader.
+* jboss-common-core.jar - JBoss utilities used by JBoss Cache.  Version 2.0.5.GA or above needed if run with JDK 6.
 
-* commons-logging-1.1.jar - REQUIRED
+* jboss-logging-spi.jar - Required by jboss-common-core.
 
-  Used for logging.
+* jta.jar - JTA interfaces.  Not needed if these are provided elsewhere, e.g., an application server.
 
-* concurrent.jar - OPTIONAL but REQUIRED for PojoCache
+2) OPTIONAL JARs
+----------------
 
-  A dependency of jboss-aop, which in turn is a dependency of Pojo Cache.  Not necessary if you don't use Pojo Cache.
+The following JARs are OPTIONAL, based on the use of certain cache features:
 
-* derby.jar - OPTIONAL
+* je.jar - (licenses/LICENSE-bdbje-lib.txt) - Used by the BDBJECacheLoader, and only necessary if you use this cache loader
+  implementation.  BerkeleyDB is a fast and efficient filesystem-based database from Oracle.
 
-  Used for unit tests when testing the JDBCCacheLoader.
+* c3p0.jar - (http://sourceforge.net/projects/c3p0) - Database connection pooling library.  Optionally used if you wish
+  to use the JDBCCacheLoader and are not running within an application server (and hence don't have external connection
+  pooling via a DataSource).  See the User Guide on enabling C3P0 connection pooling for the JDBCCacheLoader.
 
-* javassist.jar - OPTIONAL but REQUIRED for PojoCache
+* jdbm.jar - (http://jdbm.sourceforge.net/) - A filesystem-based database similar to BerkeleyDB.  Used by the JdbmCacheLoader.
 
-  A dependency of jboss-aop, which in turn is a dependency of Pojo Cache.  Not necessary if you don't use Pojo Cache.
+* amazon-s3.jar - LGPL licensed utilities for communicating with the Amazon S3 service.  Used by the S3CacheLoader.
 
-* jboss-aop-jdk50.jar - OPTIONAL but REQUIRED for PojoCache
+* commons-httpclientjar - Required by amazon-s3.
 
-  A dependency of Pojo Cache.  Not necessary if you don't use Pojo Cache.
-
-* jboss-common-core.jar - REQUIRED
-
-  JBoss utilities used by JBoss Cache.  Version 2.0.5.GA or above needed if run with JDK 6.
-
-* jboss-j2ee.jar - OPTIONAL
-
-  Sun Java EE interfaces.  Necessary if you are not running in a Java EE environment.
-
-* jcip-annotations.jar - (http://jcip.net) - REQUIRED
-
-  Annotations used to assert concurrency behaviour of internal classes.
-
-* jdbm-1.0.jar - (http://jdbm.sourceforge.net/) - OPTIONAL
-
-  A filesystem-based database similar to BerkeleyDB.  Used by the JdbmCacheLoader.
-
-* jgroups.jar (http://jgroups.com) - REQUIRED
-
-  Group communications library that is the backbone of JBoss Cache's replication.  Necessary even when the cache
-  is run in LOCAL mode.
-
-* jmock-1.1.0.jar - OPTIONAL
-
-  Used by unit tests.
-
-* junit.jar - OPTIONAL
-
-  Used by unit tests.
-
-* log4j-1.2.14.jar - OPTIONAL
-
-  Used for logging.
-
-* trove.jar - OPTIONAL but REQUIRED for PojoCache
-
-  A dependency of jboss-aop, which in turn is a dependency of Pojo Cache.  Not necessary if you don't use Pojo Cache.
\ No newline at end of file
+* commons-codec.jar - Required by amazon-s3.
+  
\ No newline at end of file




More information about the jbosscache-commits mailing list